diff --git a/.gitignore b/.gitignore index 0825698..86f4843 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ build node_modules .cache dist -package-lock.json website/index.html website/table.html diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cffe8cd --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +save-exact=true diff --git a/.nvmrc b/.nvmrc index 6fe1005..41c4217 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v8.10.0 +v8.11.3 diff --git a/.travis.yml b/.travis.yml index 17acecd..8800d52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,24 @@ -language: ruby -rvm: - - 2.2 +# This is a weird way of telling Travis to use the fast container-based test +# runner instead of the slow VM-based runner. +sudo: false + +language: node_js + +# Only clone the most recent commit. +git: + depth: 1 + +# keep cache of the deps +cache: + directories: + - "node_modules" + +before_install: + - rvm install 2.2 + before_script: - gem install awesome_bot + script: - - awesome_bot README.md --white-list wiki/Installing,slideshare,awesome-docker.svg,edit/master,sindresorhus/awesome,ashmckenzie,shortcircuit.net.au,photo777.org,adrianmouat,redhat,viget,meros,toedter,datadoghq,amazon.cn,blog.codeship.com,swarm-v-fleet,amazon.com,blogs.splunk.com,docs.mesosphere.com,containership.io,gliderlabs.com,twistlock.com,shipyard-project.com,dashboard.tutum.co,vimeo.com,docs.microsoft.com,eclipse.org,codenvy.io,gitter.im,sebgoa.blogspot.be,mindmeister.com,events.docker,blog.sixeyed + - awesome_bot README.md --white-list edit/master,sindresorhus/awesome,www.udacity.com,screwdriver.cd,veggiemonk/awesome-docker,vimeo.com + - TOKEN=$GITHUB_TOKEN node buildMetadata.js && ./push.sh diff --git a/README.md b/README.md index e7642cd..688558b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If this list is not complete, you can [contribute][editREADME] to make it so. He > **Please**, help organize these resources so that they are _easy to find_ and _understand_ for new comers. See how to **[Contribute][CONTRIBUTING]** for tips! -#### *If you see a link here that is not (any longer) a good fit, you can fix it by submitting a [pull request][editREADME] to improve this file. Thank you!* +***If you see a link here that is not (any longer) a good fit, you can fix it by submitting a [pull request][editREADME] to improve this file. Thank you!*** The creators and maintainers of this list do not receive any form of payment to accept a change made by any contributor. This page is not an official Docker product in any way. It is a list of links to projects and is maintained by volunteers. Everybody is welcome to contribute. The goal of this repo is to index open-source projects, not to advertise for profit. @@ -84,17 +84,17 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh > Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud. -_Source:_ [What is Docker](https://www.docker.com/what-docker) +_Source:_ [What is Docker](https://www.docker.com/why-docker) # Where to start - [Basics – Docker, Containers, Hypervisors, CoreOS](https://etherealmind.com/basics-docker-containers-hypervisors-coreos/) -- [Dive Into Docker: From "What is Docker?" to "Hello World"](https://www.youtube.com/watch?v=XeSD17YRijk&list=PL-v3vdeWVEsXT-u0JDQZnM90feU3NE3v8) (60:25) by [@nickjanetakis][nickjanetakis] +- [Dive Into Docker: From "What is Docker?" to "Hello World"](https://www.youtube.com/watch?v=XeSD17YRijk&list=PL-v3vdeWVEsXT-u0JDQZnM90feU3NE3v8) (60:25) by [@nickjanetakis](https://github.com/nickjj) - [Docker Curriculum](https://docker-curriculum.com): A comprehensive tutorial for getting started with Docker. Teaches how to use Docker and deploy dockerized apps on AWS with Elastic Beanstalk and Elastic Container Service. - [Docker Documentation](https://docs.docker.com/) - [Docker for all - Developers, Testers, DevOps, Product Owners + Videos](https://github.com/machzqcq/docker-for-all) Docker Training Videos for all - [Docker Jumpstart](https://github.com/odewahn/docker-jumpstart/): a quick introduction -- [Docker Toolbox](https://docs.docker.com/toolbox/overview/) :skull: - Quick setup and launch of a Docker environment on older Mac (10.10 and below) and Windows (8.1 and below) systems. On newer systems it's recommended to use the [Docker for Mac][docker-for-mac] or [Docker for Windows][docker-for-windows]. +- [Docker Toolbox](https://docs.docker.com/toolbox/overview/) :skull: - Quick setup and launch of a Docker environment on older Mac (10.10 and below) and Windows (8.1 and below) systems. On newer systems it's recommended to use the [Docker for Mac](https://docs.docker.com/docker-for-mac/) or [Docker for Windows][docker-for-windows]. - [Docker Training](https://training.docker.com/) - Includes a free self-paced hands-on tutorial (free registration required or sign-in with DockerHub ID) - [Katacoda](https://www.katacoda.com/): Learn Docker using Interactive Browser-Based Labs - [Learn Docker](https://github.com/dwyl/learn-docker) Full environment set up, screenshots, step-by-step tutorial and more resources (video, articles, cheat sheets) by [@dwyl](https://github.com/dwyl) @@ -105,9 +105,9 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) **Cheatsheets** by - [@eon01](https://github.com/eon01/DockerCheatSheet) -- [@dimonomid][docker-quick-ref] (PDF) +- [@dimonomid](https://github.com/dimonomid/docker-quick-ref) (PDF) - [@JensPiegsa](http://docker.jens-piegsa.com) -- [@wsargent][docker-cheat-sheet] +- [@wsargent](https://github.com/wsargent/docker-cheat-sheet) # Where to start (Windows) @@ -152,12 +152,12 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [docker-compose-graphviz](https://github.com/abesto/docker-compose-graphviz) - Turn a docker-compose.yml files into Graphviz .dot files by [@abesto](https://github.com/abesto) - [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) - [elsy](https://github.com/cisco/elsy) - An opinionated, multi-language, build tool based on Docker and Docker Compose -- [habitus](https://github.com/cloud66/habitus) - A Build Flow Tool for Docker by [@cloud66](https://github.com/cloud66) +- [habitus](https://github.com/cloud66-oss/habitus) - A Build Flow Tool for Docker by [@cloud66](https://github.com/cloud66) - [Maestro](https://github.com/toscanini/maestro) :skull: - Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) -- [percheron][percheron] :skull: - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) +- [percheron](https://github.com/ashmckenzie/percheron) :skull: - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) - [plash](https://github.com/ihucos/plash) - A container run and build engine - runs inside docker. - [rocker-compose](https://github.com/grammarly/rocker-compose) - Docker composition tool with idempotency features for deploying apps composed of multiple containers. By [@grammarly](grammarly) -- [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](grammarly). +- [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](https://github.com/grammarly). - [Stacker](https://github.com/stacker/stacker-cli) - Docker Compose Templates. Stacker provides an abstraction layer over Docker Compose and a better DX (developer experience). - [Zodiac](https://github.com/CenturyLinkLabs/zodiac) :skull: - A lightweight tool for easy deployment and rollback of dockerized applications. By [@CenturyLinkLabs][CenturyLinkLabs] @@ -165,13 +165,13 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [blackfish](https://gitlab.com/blackfish/blackfish) - a CoreOS VM to build swarm clusters for Dev & Production by [@DataMC](http://datamc.io/) - [Centurion](https://github.com/newrelic/centurion) - Centurion is a mass deployment tool for Docker fleets. It takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings. By [@newrelic](https://github.com/newrelic) -- [Clocker](https://github.com/brooklyncentral/clocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) +- [Clocker](https://github.com/brooklyncentral/clocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn](http://brooklyn.apache.org/) for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) - [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) - [depcon](https://github.com/ContainX/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@ContainX][ContainX] - [deploy](https://github.com/ttiny/deploy) :skull: - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) - [dockit](https://github.com/humblec/dockit) :skull: - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) - [gitkube](https://github.com/hasura/gitkube) - Gitkube is a tool for building and deploying docker images on Kubernetes using `git push`. By [@Hasura](https://github.com/hasura/). -- [Grafeas](https://github.com/Grafeas/Grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By [Grafeas](https://github.com/Grafeas) +- [Grafeas](https://github.com/grafeas/grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By [grafeas](https://github.com/grafeas) - [Longshoreman](https://github.com/longshoreman/longshoreman) :skull: - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) ### Monitoring @@ -180,14 +180,13 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [cAdvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by [@Google][google] - [Docker-Alertd](https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics - [Docker-Flow-Monitor](https://github.com/docker-flow/docker-flow-monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by [@vfarcic][vfarcic] -- [Docker-Fluentd][fluentd] - Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd by [@kiyoto][kiyoto] +- [Docker-Fluentd](https://github.com/kiyoto/docker-fluentd) - Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd by [@kiyoto](https://github.com/kiyoto) - [Dockerana](https://github.com/dockerana/dockerana) :skull: - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker. - [Dynatrace](https://www.dynatrace.com/technologies/cloud-and-microservices/docker-monitoring/) :heavy_dollar_sign: - Monitor containerized applications without installing agents or modifying your Run commands - [Glances](https://github.com/nicolargo/glances) - A cross-platform curses-based system monitoring tool written in Python by [@nicolargo](https://github.com/nicolargo) - [Grafana Docker Dashboard Template](https://grafana.com/dashboards/179) - A template for your Docker, Grafana and Prometheus stack [@vegasbrianc][vegasbrianc] - [InfluxDB, cAdvisor, Grafana](https://github.com/vegasbrianc/docker-monitoring) - InfluxDB Time series DB in combination with Grafana and cAdvisor by [@vegasbrianc][vegasbrianc] - [LogJam](https://github.com/gocardless/logjam) - Logjam is a log forwarder designed to listen on a local port, receive log entries over UDP, and forward these messages on to a log collection server (such as logstash) by [@gocardless](https://github.com/gocardless) -- [Logsene for Docker][spm] Monitoring of Metrics, Events and Logs implemented in Node.js. Integrated [logagent-js](https://github.com/sematext/logagent-js) to detect and parse various log formats. [@sematext][sematext] - [Logspout](https://github.com/gliderlabs/logspout) - Log routing for Docker container logs by [@gliderlabs][gliderlabs] - [NexClipper](https://github.com/NexClipper/NexClipper) - NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes by [@Nexclipper](https://github.com/NexClipper) - [Out-of-the-box Host/Container Monitoring/Logging/Alerting Stack](https://github.com/uschtwill/docker_monitoring_logging_alerting) - Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. Set up in 5 Minutes. Secure mode for production use with built-in [Automated Nginx Reverse Proxy (jwilder's)][nginxproxy]. @@ -221,7 +220,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [Mesos](https://github.com/apache/mesos) - Resource/Job scheduler for containers, VM's and physical hosts [@apache](https://mesos.apache.org/) - [Mesosphere DC/OS](https://mesosphere.com/product/) :heavy_dollar_sign: - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://mesosphere.com) - [Nebula](https://github.com/nebula-orchestrator) - A Docker orchestration tool designed to manage massive scale distributed clusters. -- [Nomad](https://github.com/hashicorp/nomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by [@hashicorp][hashicorp] +- [Nomad](https://github.com/hashicorp/nomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by [@hashicorp](https://github.com/hashicorp) - [Panamax](https://github.com/CenturyLinkLabs/panamax-ui) :skull: - An open-source project that makes deploying complex containerized apps as easy as Drag-and-Drop by [@CenturyLinkLabs][CenturyLinkLabs]. - [Rancher](https://github.com/rancher/rancher) - An open source project that provides a complete platform for operating Docker in production by [@rancher][rancher]. - [Swarmpit](https://github.com/swarmpit/swarmpit) - Lightweight Docker Swarm orchestration. Swarmpit provides clean way to manage your Docker Swarm cluster with various handful features such Service management, smart search, shared access and private registries. @@ -232,12 +231,12 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [CaptainDuckDuck](https://github.com/githubsaturn/captainduckduck) - Open source Heroku-like platform with a one-liner installer and a GUI for managing apps - with serveral one-click databases and apps. - [Convox Rack](https://github.com/convox/rack) - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices. - [Dcw](https://github.com/pbertera/dcw) - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels. -- [Dokku][dokku] - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally by [@progrium][progrium]) +- [Dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally by [@progrium][progrium]) - [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) - [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service - [Jelastic](https://jelastic.com/) :heavy_dollar_sign: - An advanced PaaS for developers that simplifies clustering and complex cloud deployments with powerful web UI and usage-only pricing - [Nanobox](https://github.com/nanobox-io/nanobox) :heavy_dollar_sign: - An application development platform that creates local environments that can then be deployed and scaled in the cloud. -- [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) +- [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/en) - [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software - [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. - [ZEIT Now](https://github.com/zeit/now-cli) - A universal serverless single-command deploy for Node.js applications or any application with a Dockerfile. @@ -267,14 +266,14 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) - [docker-bench-security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By [@docker][docker] - [docker-explorer](https://github.com/google/docker-explorer) - A tool to help forensicate offline docker acquisitions by [@Google][google] - [notary](https://github.com/theupdateframework/notary) - a server and a client for running and interacting with trusted collections. By [@TUF](https://github.com/theupdateframework) -- [oscap-docker](https://github.com/OpenSCAP/openscap) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By RedHat +- [oscap-docker](https://github.com/OpenSCAP/openscap) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By [OpenSCAP](https://github.com/OpenSCAP) - [Sysdig Falco](https://github.com/draios/falco) - Sysdig Falco is an open source container security monitor. It can monitor application, container, host, and network activity and alert on unauthorized activity. - [Sysdig Secure](https://sysdig.com/product/secure/) :heavy_dollar_sign: - Sysdig Secure addresses run-time security through behavioral monitoring and defense, and provides deep forensics based on open source Sysdig for incident response. - [Twistlock](https://www.twistlock.com/) :heavy_dollar_sign: - Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. ### Service Discovery -- [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) :skull: - This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/admin/ambassador_pattern_linking/) by [@cpuguy83][cpuguy83] +- [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) :skull: - This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/admin/ambassador_pattern_linking/) by [@cpuguy83](https://github.com/cpuguy83) - [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium] - [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery by [@coreOS][coreos] - [istio](https://github.com/istio/istio) - An open platform to connect, manage, and secure microservices by [@IstioMesh](istio) @@ -283,7 +282,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) ### Volume Management / Data -- [Blockbridge](https://github.com/blockbridge/blockbridge-docker-volume) - The Blockbridge plugin is a volume plugin that provides access to an extensible set of container-based persistent storage options. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. By [@blockbridge][blockbridge] +- [Blockbridge](https://github.com/blockbridge/blockbridge-docker-volume) - The Blockbridge plugin is a volume plugin that provides access to an extensible set of container-based persistent storage options. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. By [@blockbridge](https://github.com/blockbridge) - [Convoy](https://github.com/rancher/convoy) - an open-source Docker volume driver that can snapshot, backup and restore Docker volumes anywhere. By [@rancher][rancher] - [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. - [Docker Unison](https://github.com/leighmcculloch/docker-unison) A docker volume container using Unison for fast two-way folder sync. Created as an alternative to slow boot2docker volumes on OS X. By [@leighmcculloch](https://github.com/leighmcculloch) @@ -316,7 +315,7 @@ Native desktop applications for managing and montoring docker hosts and clusters - [docker.el](https://github.com/Silex/docker.el) Manage docker from Emacs by [Silex](https://github.com/Silex) - [dockercraft](https://github.com/docker/dockercraft) - Docker + Minecraft = Dockercraft by [@docker][docker] - [dockerfile-mode](https://github.com/spotify/dockerfile-mode) An emacs mode for handling Dockerfiles by [spotify][spotify] -- [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael][crosbymichael] +- [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael](https://github.com/crosbymichael) - [dockly](https://github.com/lirantal/dockly) - An interactive shell UI for managing Docker containers by [@lirantal](https://github.com/lirantal) - [dry](https://github.com/moncho/dry) - An interactive CLI for Docker containers by [@moncho](https://github.com/moncho) - [DVM](https://github.com/howtowhale/dvm) - Docker version manager by [@howtowhale](https://github.com/howtowhale) @@ -339,7 +338,6 @@ Native desktop applications for managing and montoring docker hosts and clusters - [docker-swarm-visualizer](https://github.com/dockersamples/docker-swarm-visualizer) - Visualizes Docker services on a Docker Swarm (for running demos). - [dockering-on-rails](https://github.com/Electrofenster/dockerding-on-rails) :skull: - Simple Web-Interface for Docker with a lot of features by [@Electrofenster](https://github.com/Electrofenster/) - [DockerSurfer](https://github.com/Simone-Erba/DockerSurfer) :construction: - A web service for analyze and browse dependencies between Docker images in the Docker registry, by [@Simone-Erba](https://github.com/Simone-Erba/) -- [NexClipper](https://github.com/NexClipper/NexClipper) - Simple web UI for container monitoring by [@Nexclipper](https://github.com/NexClipper) - [OctoLinker](https://github.com/OctoLinker/OctoLinker) - A browser extension for GitHub that makes the image name in a `Dockerfile` clickable and redirect you to the related Docker Hub page. - [Portainer](https://github.com/portainer/portainer) - A lightweight management UI for managing your Docker hosts or Docker Swarm clusters by [@portainer](https://github.com/portainer) - [Portus](https://github.com/SUSE/Portus) - Authorization service and frontend for Docker registry (v2) by [@SUSE](https://github.com/SUSE) @@ -354,10 +352,10 @@ Native desktop applications for managing and montoring docker hosts and clusters Tools and applications that are either installed inside containers or designed to be run as a [sidecar](https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar) - [amicontained](https://github.com/genuinetools/amicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by [@genuinetools][genuinetools] -- [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic][prologic] +- [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic](https://github.com/prologic) - [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) - [CoreOS][coreos] - Linux for Massive Server Deployments -- [docker-alpine][alpine] - A super small Docker base image *(5MB)* using Alpine Linux by [@gliderlabs][gliderlabs] +- [docker-alpine](https://github.com/gliderlabs/docker-alpine) - A super small Docker base image *(5MB)* using Alpine Linux by [@gliderlabs][gliderlabs] - [docker-gen](https://github.com/jwilder/docker-gen) - Generate files from docker container meta-data by [@jwilder][jwilder] - [dockerize](https://github.com/jwilder/dockerize) - Utility to simplify running applications in docker containers by [@jwilder][jwilder] - [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) @@ -379,6 +377,7 @@ Applications designed to help or simplify building **new** images - [Derrick](https://github.com/alibaba/derrick) - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By [@alibaba](https://github.com/alibaba). - [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker) - [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) +- [DockerMake](https://github.com/avirshup/DockerMake) - A reproducible Docker image build system for complex software stacks. By [@avirshup](https://github.com/avirshup) - [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command. - [docker-replay](https://github.com/bcicen/docker-replay) - Generate `docker run`command and options from running containers. By [bcicen](https://github.com/bcicen) - [DockerSlim](https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images. @@ -387,11 +386,12 @@ Applications designed to help or simplify building **new** images - [flyimg](http://flyimg.io/) - Docker image resizing, cropping, and compression on the fly. - [img](https://github.com/genuinetools/img) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder by [@genuinetools][genuinetools] - [kaniko](https://github.com/GoogleContainerTools/kaniko) - Build Container Images In Kubernetes. By [@GoogleContainerTools][GoogleContainerTools] -- [MicroBadger][microbadger] - Analyze the contents of images and add metadata labels +- [MicroBadger](https://microbadger.com) - Analyze the contents of images and add metadata labels - [packer](https://www.packer.io/docs/builders/docker.html) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible - [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@duedil-ltd](https://github.com/duedil-ltd) -- [runlike](https://github.com/lavie/runlike) 🚧 - Generate `docker run`command and options from running containers by [@lavie](https://github.com/lavie) +- [runlike](https://github.com/lavie/runlike) - Generate `docker run`command and options from running containers by [@lavie](https://github.com/lavie) - [SkinnyWhale](https://github.com/djosephsen/skinnywhale) :skull: - Skinnywhale helps you make smaller (as in megabytes) Docker containers. +- [Smith](https://github.com/oracle/smith) - A Micocontainer Builder and can perform multi-stage builds after the image is built [Oracle][oracle] - [Whaler](https://github.com/P3GLEG/Whaler) - Program to reverse Docker images into Dockerfiles by [@P3GLEG](https://github.com/P3GLEG/). - [Whales](https://github.com/Gueils/whales) - A tool to automatically dockerize your applications by [@icalialabs](https://github.com/IcaliaLabs). @@ -407,7 +407,7 @@ Examples by: - [@arun-gupta](https://github.com/arun-gupta/docker-images) - [@awesome-startup](https://github.com/awesome-startup/docker-compose) - [@crosbymichael](https://github.com/crosbymichael/Dockerfiles) -- [@jessfraz](https://github.com/jessfraz/Dockerfiles) +- [@jessfraz](https://github.com/jessfraz/dockerfiles) - [@komljen](https://github.com/komljen/dockerfile-examples) - [@kstaken](https://github.com/kstaken/dockerfile-examples) - [@ondrejmo](https://github.com/ondrejmo/Dockerfiles) @@ -444,10 +444,10 @@ Services to securely store your Docker images. - [JFrog Artifactory :heavy_dollar_sign:](https://jfrog.com/artifactory/) - Artifact Repository Manager, can be used as private Docker Registry as well - [Private Docker Registry :heavy_dollar_sign:](https://private-docker-registry.com) - Dedicated Conainer Registry Service with unlimited private repositories, users, teams, namespaces together with enterprise grade authentication LDAP/AD/OAuth/SAML. - [Quay.io :heavy_dollar_sign:](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories -- [Rescoyl](https://github.com/noteed/rescoyl) - Private Docker registry (free and open source) by [@noteed][noteed] +- [Rescoyl](https://github.com/noteed/rescoyl) - Private Docker registry (free and open source) by [@noteed](https://github.com/noteed) - [Sonatype Nexus](https://www.sonatype.com/nexus-repository-oss) - Repository with Universal Support, also for Docker images - [TreeScale](https://github.com/treescale) - Build and Distribute container based applications. By [@tigranbs](https://github.com/tigranbs) -- [VMWare Harbor](http://vmware.github.io/harbor/) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. +- [VMWare Harbor](https://github.com/goharbor/harbor) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. ## Development with Docker @@ -476,7 +476,7 @@ Services to securely store your Docker images. - [Cyclone](https://github.com/caicloud/cyclone) - A cloud native CI/CD platform built for container workflow by [@caicloud](https://github.com/caicloud). - [Docker plugin for Jenkins](https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave. - [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. -- [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. +- [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-runner) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. - [GOCD-Docker](https://github.com/gocd/gocd-docker)Go Server and Agent in docker containers to provision. - [Microservices Continuous Deployment](https://github.com/francescou/docker-continuous-deployment) - Continuous deployment of a microservices application. - [mu](https://github.com/stelligent/mu) - Tool to configure CI/CD of your container applications via AWS CodePipeline, CodeBuild and ECS [@Stelligent](https://github.com/stelligent) @@ -490,13 +490,14 @@ Services to securely store your Docker images. - [Binci](https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by [@TechnologyAdvice](https://github.com/TechnologyAdvice)) - [Boot2Docker](https://github.com/boot2docker/boot2docker) - Docker for OSX and Windows - [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) +- [Crashcart](https://github.com/oracle/crashcart) - Sideload Linux binaries into a running container for troubleshooting by [@Oracle][oracle] - [Devstep](https://github.com/fgrehm/devstep) :skull: - Development environments powered by Docker and buildpacks by [@fgrehm][fgrehm] - [Dinghy](https://github.com/codekitchen/dinghy) - An alternative way to use Docker on Mac OS X using Docker Machine with virtualbox, vmware, xhyve or parallels - [DLite](https://github.com/nlf/dlite) - Simplest way to use Docker on OSX, no VM needed. By [@nlf](https://github.com/nlf) - [dobi](https://github.com/dnephin/dobi) - A build automation tool for Docker applications. By [@dnephin](https://github.com/dnephin) - [Docker Missing Tools](https://github.com/nandoquintana/docker-missing-tools) - A set of bash commands to shortcut typical docker dev-ops. An alternative to creating typical helper scripts like "build.sh" and "deploy.sh" inside code repositories. By [@NandoQuintana](https://github.com/nandoquintana). - [Docker osx dev](https://github.com/brikis98/docker-osx-dev) - A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) -- [Docker-Arch](https://github.com/ph3nol/docker-arch) - Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file. By [@Ph3nol](https://github.com/ph3nol) +- [Docker-Arch](https://github.com/Ph3nol/Docker-Arch) - Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file. By [@Ph3nol](https://github.com/ph3nol) - [Docker-sync](http://docker-sync.io/) - Drastically improves performance ([50-70x](https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux while sharing code to the container. By [@EugenMayer](https://github.com/EugenMayer) - [docker-vm](https://github.com/shyiko/docker-vm) - Simple and transparent alternative to boot2docker (backed by Vagrant) by [@shyiko](https://github.com/shyiko) - [Dusty](http://dusty.gc.com/) - Managed Docker development environments on OS X @@ -509,7 +510,7 @@ Services to securely store your Docker images. ### Garbage Collection - [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently -- [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign) +- [Docker Clean](https://github.com/ZZROTDesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/ZZROTDesign) - [Docker-cleanup](https://github.com/meltwater/docker-cleanup) - Automatic Docker image, container and volume cleanup by [@meltwater](https://github.com/meltwater) - [docker-custodian](https://github.com/Yelp/docker-custodian) - Keep docker hosts tidy. By [@Yelp](https://github.com/Yelp) - [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid). @@ -518,7 +519,7 @@ Services to securely store your Docker images. ### Serverless -- [AMP](https://github.com/appcelerator/amp) - The open source unified CaaS/FaaS platform for Docker, batteries included. By [@Appcelerator](https://github.com/appcelerator/) +- [AMP](https://github.com/appcelerator-archive/amp) - The open source unified CaaS/FaaS platform for Docker, batteries included. By [@Appcelerator](https://github.com/appcelerator-archive) - [Apache OpenWhisk](https://github.com/apache/incubator-openwhisk) - a serverless, open source cloud platform that executes functions in response to events at any scale. By [@apache](https://github.com/apache) - [Docker-Lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment. By [@lamb-ci](https://github.com/lambci) - [Funker](https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers example voting app. By [@bfirsh](https://github.com/bfirsh) @@ -545,7 +546,7 @@ Services to securely store your Docker images. - [Dray](https://github.com/CenturyLinkLabs/dray) - An engine for managing the execution of container-based workflows by [@CenturyLinkLabs][CenturyLinkLabs] - [FuGu](https://github.com/mattes/fugu) - Docker run wrapper without orchestration by [@mattes](https://github.com/mattes) - [SaltStack Docker module](https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.dockerng.html#module-salt.modules.dockerng) - SaltStack Docker module -- [Shutit](http://ianmiell.github.io/shutit/) - Tool for building and maintaining complex Docker deployments by [@ianmiell][ianmiell] +- [Shutit](https://github.com/ianmiell/shutit) - Tool for building and maintaining complex Docker deployments by [@ianmiell](https://github.com/ianmiell) - [subuser](https://github.com/subuser-security/subuser) - Makes it easy to securely and portably run graphical desktop applications in Docker - [Turbo](https://github.com/ramitsurana/turbo) - Simple and Powerful utility for docker. By [@ramitsurana][ramitsurana] - [udocker](https://github.com/indigo-dc/udocker) - A tool to execute simple docker containers in batch or interactive systems without root privileges by [@inidigo-dc](https://github.com/indigo-dc) @@ -572,7 +573,7 @@ Services to securely store your Docker images. - [Azure AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/) - Simplify Kubernetes management, deployment, and operations. Use a fully managed Kubernetes container orchestration service. - [Cloud 66](https://www.cloud66.com) - Full-stack hosted container management as a service - [Codenvy](https://codenvy.com) - One-click Docker environments and cloud workspace for development teams -- [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform. +- [ContainerShip Cloud](https://containership.io) - Multi-Cloud Container Hosting Automation Platform. - [Docker Cloud](https://cloud.docker.com/) - Former Tutum - [Dockhero](https://dockhero.io/) - Dockhero is a Heroku add-on which turns a Docker image into a microservice attached to the Heroku app. Currently in beta. - [Giant Swarm](https://giantswarm.io/) - Simple microservice infrastructure. Deploy your containers in seconds. @@ -592,10 +593,9 @@ Services to securely store your Docker images. - [Collecting docker logs and stats with Splunk](https://www.splunk.com/blog/2015/08/24/collecting-docker-logs-and-stats-with-splunk.html) - [CoScale](https://www.coscale.com/docker-monitoring) - Full stack monitoring for containerized applications and microservices. Powered by anomaly detection to find performance problems faster. - [Datadog](https://www.datadoghq.com/) - Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. -- [Meros](https://meros.io) - Analyzes containers resources, captures logs, remote web SSH terminal and powerful DevOps alerts. - [Prometheus](https://prometheus.io/) - Open-source service monitoring system and time series database - [Site24x7](https://www.site24x7.com/docker-monitoring.html) - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model -- [SPM for Docker][spm] - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext][sematext] +- [SPM for Docker](https://github.com/sematext/sematext-agent-docker) - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext](https://github.com/sematext) - [Sysdig Monitor](https://sysdig.com/product/monitor/) - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers using system calls. It has container-specific features for Docker and Kubernetes. # Useful Resources @@ -615,7 +615,7 @@ Blogs by - [@jwilder](http://jasonwilder.com/) - [@nickjanetakis](https://nickjanetakis.com/blog/tag/docker-tips-tricks-and-tutorials) - [@progrium](http://progrium.com/blog/) -- [@sebgoa](http://sebgoa.blogspot.be/) +- [@sebgoa](http://sebgoa.blogspot.com/) - [Container solutions](https://container-solutions.com/blog/) - [Container42](https://container42.com/) @@ -632,7 +632,7 @@ Blogs by - [Dealing with linked containers dependency in docker-compose](http://brunorocha.org/python/dealing-with-linked-containers-dependency-in-docker-compose.html) by [@rochacbruno](https://github.com/rochacbruno) - [Docker Caveats](http://docker-saigon.github.io/post/Docker-Caveats/) What You Should Know About Running Docker In Production (written 11 APRIL 2016) __MUST SEE__ -- [Docker Containers on the Desktop][jessblog] - The **funniest way** to learn about docker by [@jessfraz][jessfraz] who also gave a [presentation][jessvid] about it @ DockerCon 2015 +- [Docker Containers on the Desktop](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) - The **funniest way** to learn about docker by [@jessfraz][jessfraz] who also gave a [presentation](https://www.youtube.com/watch?v=1qlLUf7KtAw) about it @ DockerCon 2015 - [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](https://www.rightscale.com/blog/cloud-management-best-practices/docker-vs-vms-combining-both-cloud-portability-nirvana) - [Don't Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files](https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd) by [@King Chung Huang](https://github.com/kinghuang) - [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm][fgrehm] @@ -642,7 +642,7 @@ Blogs by - [Docker Pirates ARMed with explosive stuff](http://blog.hypriot.com/) Huge resource on clustering, swarm, docker, pre-installed image for SD card on Raspberry Pi - [Get Docker up and running on the RaspberryPi in three steps](https://github.com/umiddelb/armhf/wiki/Get-Docker-up-and-running-on-the-RaspberryPi-%28ARMv6%29-in-three-steps) - [git push docker containers to linux devices](https://resin.io/) Modern DevOps for IoT, leveraging git and Docker. -- [Installing, running, using Docker on armhf (ARMv7) devices](https://github.com/umiddelb/armhf/wiki/Installing,-running,-using-docker-on-armhf-(ARMv7)-devices) +- [Installing, running, using Docker on armhf (ARMv7) devices](https://github.com/umiddelb/armhf/wiki/Installing,-running,-using-docker-on-armhf-%28ARMv7%29-devices) ## Security @@ -666,14 +666,14 @@ Blogs by - [Contributing to Docker by Andrew "Tianon" Page (InfoSiftr)](https://www.youtube.com/watch?v=1jwo8-1HYYg) (34:31) - [Deploying and scaling applications with Docker, Swarm, and a tiny bit of Python magic](https://www.youtube.com/watch?v=GpHMTR7P2Ms) (3:11:06) by [@jpetazzo][jpetazzo] - [Docker and SELinux by Daniel Walsh from Red Hat](https://www.youtube.com/watch?v=zWGFqMuEHdw) (40:23) -- [Docker for Developers][docker4dev] (54:26) by [@jpetazzo][jpetazzo] <== Good introduction, context, demo +- [Docker for Developers](https://www.youtube.com/watch?v=FdkNAjjO5yQ) (54:26) by [@jpetazzo][jpetazzo] <== Good introduction, context, demo - [Docker in Production](https://www.youtube.com/watch?v=Glk5d5WP6MI) by [@jpetazzo][jpetazzo] (36:05) - [Docker: How to Use Your Own Private Registry](https://www.youtube.com/watch?v=CAewZCBT4PI) (15:01) - [Extending Docker with Plugins](https://vimeo.com/110835013) (15:21) - [From Local Docker Development to Production Deployments](https://www.youtube.com/watch?v=7CZFpHUPqXw) by [@jpetazzo][jpetazzo] @ AWS re:Invent 2015 - [Immutable Infrastructure with Docker and EC2 by Michael Bryzek (Gilt)](https://www.youtube.com/watch?v=GaHzdqFithc) (42:04) - [Introduction to Docker and containers](https://www.youtube.com/watch?v=ZVaRK10HBjo) (3:09:00) by [@jpetazzo][jpetazzo] -- [Logging on Docker: What You Need to Know][loggingDocker] (51:27) +- [Logging on Docker: What You Need to Know](https://vimeo.com/123341629) (51:27) - [Performance Analysis of Docker - Jeremy Eder](https://www.youtube.com/watch?v=6f2E6PKYb0w) (1:36:58) - [Scalable Microservices with Kubernetes](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) Free Udacity course - [State of containers: a debate with CoreOS, VMware and Google](https://www.youtube.com/watch?v=IiITP3yIRd8) (27:38) @@ -701,74 +701,36 @@ Blogs by - [Docker Russian-speaking Community](https://t.me/docker_ru) -[ahmetalpbalkan]: https://github.com/ahmetalpbalkan -[alpine]: https://github.com/gliderlabs/docker-alpine [anchore]: https://github.com/anchore -[arun-gupta]: https://github.com/arun-gupta -[blockbridge]: https://github.com/blockbridge -[brooklyn]: http://brooklyn.apache.org/ [CONTRIBUTING]: https://github.com/veggiemonk/awesome-docker/blob/master/.github/CONTRIBUTING.md [calico]: https://github.com/projectcalico/calicoctl [CenturyLinkLabs]: https://github.com/CenturyLinkLabs -[containership]: https://containership.io [ContainX]: https://github.com/ContainX [coreos]: https://github.com/coreos -[cpuguy83]: https://github.com/cpuguy83 -[crosbymichael]: https://github.com/crosbymichael -[dimonomid]: https://github.com/dimonomid [distribution]: https://github.com/docker/distribution -[docker-cheat-sheet]: https://github.com/wsargent/docker-cheat-sheet -[docker-compose]: https://docs.docker.com/compose/ -[docker-for-mac]: https://docs.docker.com/docker-for-mac/ [docker-for-windows]: https://docs.docker.com/docker-for-windows/ -[docker-quick-ref]: https://github.com/dimonomid/docker-quick-ref [docker]: https://github.com/docker -[docker4dev]: https://www.youtube.com/watch?v=FdkNAjjO5yQ -[dokku]: https://github.com/dokku/dokku [editREADME]: https://github.com/veggiemonk/awesome-docker/edit/master/README.md [fgrehm]: https://github.com/fgrehm -[fluentd]: https://github.com/kiyoto/docker-fluentd [gesellix]: https://github.com/gesellix [genuinetools]: https://github.com/genuinetools [gliderlabs]: https://github.com/gliderlabs [google]: https://github.com/google [GoogleContainerTools]: https://github.com/GoogleContainerTools -[grammarly]: https://github.com/grammarly -[hashicorp]: https://github.com/hashicorp -[ianmiell]: https://github.com/ianmiell [inspec]: https://github.com/inspec/inspec -[JensPiegsa]: https://github.com/JensPiegsa -[jessblog]: https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ [jessfraz]: https://github.com/jessfraz -[jessfrazdockerfiles]: https://github.com/jessfraz/dockerfiles -[jessfrazdotfiles]: https://github.com/jessfraz/dotfiles -[jessvid]: https://www.youtube.com/watch?v=1qlLUf7KtAw [jpetazzo]: https://github.com/jpetazzo [jwilder]: https://github.com/jwilder -[kartar]: https://twitter.com/kartar -[kiyoto]: https://github.com/kiyoto [kubernetes]: https://kubernetes.io -[loggingDocker]: https://vimeo.com/123341629 -[microbadger]: https://microbadger.com [nginxproxy]: https://github.com/jwilder/nginx-proxy -[nickjanetakis]: https://twitter.com/nickjanetakis -[noteed]: https://github.com/noteed -[ondrejmo]: https://github.com/ondrejmo -[openshift]: https://www.openshift.org/ -[pandrew]: https://github.com/pandrew -[percheron]: https://github.com/ashmckenzie/percheron +[openshift]: https://www.okd.io +[oracle]: https://github.com/oracle [progrium]: https://github.com/progrium [projectatomic]: https://github.com/projectatomic -[prologic]: https://github.com/prologic [ramitsurana]: https://github.com/ramitsurana [rancher]: https://github.com/rancher -[sebgoa]: https://twitter.com/sebgoa -[sematext]: https://twitter.com/sematext [sindresorhus]: https://github.com/sindresorhus/awesome -[spm]: https://github.com/sematext/sematext-agent-docker [spotify]: https://github.com/spotify [vegasbrianc]: https://github.com/vegasbrianc [vfarcic]: https://github.com/vfarcic -[vimagick]: https://github.com/vimagick [weave]: https://github.com/weaveworks/weave -[wsargent]: https://github.com/wsargent diff --git a/build.js b/build.js index 7a1ec10..5c8d621 100644 --- a/build.js +++ b/build.js @@ -1,25 +1,233 @@ -const fs = require('fs'); -const showdown = require('showdown'); +const fs = require('fs-extra'); +const fetch = require('node-fetch'); const cheerio = require('cheerio'); +const dayjs = require('dayjs'); +const showdown = require('showdown'); const Parcel = require('parcel-bundler'); const sm = require('sitemap'); process.env.NODE_ENV = 'production'; -process.on('unhandledRejection', error => { - console.log('unhandledRejection', error.message); -}); +const LOG = { + error: (...args) => console.error('❌ ERROR', { ...args }), + debug: (...args) => { + if (process.env.DEBUG) console.log('💡 DEBUG: ', { ...args }); + }, +}; +const handleFailure = err => { + LOG.error(err); + process.exit(1); +}; -const readme = 'README.md'; -const template = 'website/index.tmpl.html'; -const merged = 'website/index.html'; -const destination = 'website/index.html'; +process.on('unhandledRejection', handleFailure); -const includeReadme = ({ - md = readme, - templateHTML = template, - dest = merged, -} = {}) => { +// --- FILES +const README = 'README.md'; +const WEBSITE_FOLDER = 'website'; +const DATA_FOLDER = 'data'; +const LATEST_FILENAME = `${DATA_FOLDER}/latest`; +const MAPPING = `${DATA_FOLDER}/mapping.json`; +const CATEGORY = `${DATA_FOLDER}/category.json`; +const indexTemplate = `${WEBSITE_FOLDER}/index.tmpl.html`; +const indexDestination = `${WEBSITE_FOLDER}/index.html`; +const tableTemplate = `${WEBSITE_FOLDER}/table.tmpl.html`; +const tableDestination = `${WEBSITE_FOLDER}/table.html`; + +// --- CONFIG +const valueNames = [ + 'name', + 'description', + 'homepage', + 'star', + 'updated', + 'language', + 'license', + 'author', +]; + +const sitemapOpts = { + hostname: 'https://awesome-docker.netlify.com/', + cacheTime: 6000000, // 600 sec (10 min) cache purge period + urls: [ + { + url: '/', + changefreq: 'daily', + priority: 0.8, + lastmodrealtime: true, + lastmodfile: 'dist/index.html', + }, + { + url: '/table.html', + changefreq: 'daily', + priority: 0.8, + lastmodrealtime: true, + lastmodfile: 'dist/table.html', + }, + ], +}; + +// --- FORMAT +const loadEmoji = () => + fetch('https://api.github.com/emojis') + .then(r => r.json()) + .catch(handleFailure); + +let emojiMapURL = {}; + +const emojify = text => { + if (!text) return text; + const colonWrapped = /(:[\w\-+]+:)/g; + const result = text.replace(colonWrapped, match => { + const name = match.replace(/:/g, ''); + const url = emojiMapURL[name]; + return url ? `${name}` : match; + }); + return result || text; +}; + +const getLastUpdate = updated => { + const updt = Number(dayjs(updated).diff(dayjs(), 'days')); + if (updt < 0) { + if (Math.abs(updt) === 1) return `1 day ago`; + return `${Math.abs(updt)} days ago`; + } else if (updt === 0) return 'today'; + return updated; +}; + +const mapHomePage = h => { + if (h === 'manageiq.org') return 'https://manageiq.org'; + else if (h === 'dev-sec.io') return 'https://dev-sec.io'; + return h; +}; + +const mapLicense = l => { + if (l === 'GNU Lesser General Public License v3.0') return 'GNU LGPL v3.0'; + else if (l === 'GNU General Public License v2.0') return 'GNU GPL v2.0'; + else if (l === 'GNU General Public License v3.0') return 'GNU GPL v3.0'; + else if (l === 'BSD 3-Clause "New" or "Revised" License') + return 'BSD 3-Clause'; + else if (l === 'BSD 2-Clause "Simplified" License') return 'BSD 2-Clause'; + return l; +}; + +const formatEntry = ( + { + name, + html_url: repoURL, + description, + homepage, + stargazers_count: stargazers, + pushed_at: updated, + language, + license, + owner, + categoryName, + }, + i, +) => + [ + `
  • `, + `${name}`, + `

    ${emojify(description) || '-'}

    `, + `

    Last code update: ${getLastUpdate( + updated, + )}

    `, + (homepage && + `website`) || + '

    ', + `

    ⭐️${stargazers}

    `, + (language && `

    ${language}

    `) || '

    ', + (license && + license.url !== null && + `${mapLicense( + license.name, + )}`) || + '

    ', + `

    ${categoryName}

    `, + owner && + `${ + owner.login + }`, + '
  • ', + ].join(''); + +const buttonHTLM = valueNames + .filter(x => !['description', 'homepage'].includes(x)) + .map(v => ``) + .join(''); + +const processMetadata = metaData => + [ + `
    `, + ``, + `

    Sort by

    ${buttonHTLM}
    `, + `
    `, + '', + ].join(''); + +const normalizedMetadata = ([mapping, category, data]) => + data.reduce((acc, repo) => { + const m = mapping[repo.html_url]; + if (!m) { + console.log('MISSING:', { repo: repo.html_url }); + return acc; + } + const c = m && category[m.category]; + if (!c) { + console.log('CATEGORY MISSING', { mapping: m }); + return acc; + } + return { + ...acc, + ...{ + [repo.html_url.toLowerCase()]: { + ...repo, + ownerType: repo.owner && repo.owner.type, + categoryName: c.name, + categoryDescription: c.description, + status: m.status, + }, + }, + }; + }, {}); + +async function processTable() { + try { + LOG.debug('Loading files...', { LATEST_FILENAME, tableTemplate }); + const latestFilename = await fs.readFile(LATEST_FILENAME, 'utf8'); + LOG.debug({ latestFilename }); + + const data = await Promise.all([ + fs.readJSON(MAPPING), + fs.readJSON(CATEGORY), + fs.readJSON(latestFilename), + ]); + + const metaData = normalizedMetadata(data); + LOG.debug({ metaData }); + const template = await fs.readFile(tableTemplate, 'utf8'); + LOG.debug('Processing template'); + const $ = cheerio.load(template); + $('#md').append(processMetadata(metaData)); + LOG.debug('Writing table.html'); + await fs.outputFile(tableDestination, $.html(), 'utf8'); + LOG.debug('✅ DONE 👍'); + } catch (err) { + handleFailure(err); + } +} + +async function processIndex() { const converter = new showdown.Converter({ omitExtraWLInCodeBlocks: true, simplifiedAutoLink: true, @@ -41,58 +249,47 @@ const includeReadme = ({ }); // converter.setFlavor('github'); - console.log('Loading files...'); - const indexTemplate = fs.readFileSync(templateHTML, 'utf8'); - const markdown = fs.readFileSync(md, 'utf8'); + try { + LOG.debug('Loading files...', { indexTemplate, README }); + const template = await fs.readFile(indexTemplate, 'utf8'); + const markdown = await fs.readFile(README, 'utf8'); - console.log('Merging files...'); - const $ = cheerio.load(indexTemplate); - $('#md').append(converter.makeHtml(markdown)); - console.log('Writing index.html'); - fs.writeFileSync(dest, $.html(), 'utf8'); - console.log('DONE 👍'); -}; + LOG.debug('Merging files...'); + const $ = cheerio.load(template); + $('#md').append(converter.makeHtml(markdown)); -const bundle = (dest = destination) => { - console.log(''); - console.log('Bundling with Parcel.js'); - console.log(''); + LOG.debug('Writing index.html'); + await fs.outputFile(indexDestination, $.html(), 'utf8'); + LOG.debug('DONE 👍'); + } catch (err) { + handleFailure(err); + } +} - new Parcel(dest, { +const bundle = () => { + LOG.debug('---'); + LOG.debug('📦 Bundling with Parcel.js'); + LOG.debug('---'); + + new Parcel(indexDestination, { name: 'build', publicURL: '/', }) .bundle() - .then(() => { + .then(() => // Creates a sitemap object given the input configuration with URLs - const sitemap = sm.createSitemap({ - hostname: 'https://awesome-docker.netlify.com/', - cacheTime: 6000000, // 600 sec (10 min) cache purge period - urls: [ - { - url: '/', - changefreq: 'daily', - priority: 0.8, - lastmodrealtime: true, - lastmodfile: 'dist/index.html', - }, - { - url: '/table.html', - changefreq: 'weekly', - priority: 0.8, - lastmodrealtime: true, - lastmodfile: 'dist/table.html', - }, - ], - }); - fs.writeFileSync('dist/sitemap.xml', sitemap.toString()); - // fs.copyFileSync('website/sitemap.xml', 'dist/sitemap.xml'); - }); + fs.outputFile( + 'dist/sitemap.xml', + sm.createSitemap(sitemapOpts).toString(), + ), + ); }; -const main = () => { - includeReadme(); - bundle(); -}; +async function main() { + emojiMapURL = await loadEmoji(); + await processTable(); + await processIndex(); + await bundle(); +} main(); diff --git a/buildMetadata.js b/buildMetadata.js index 69721d4..f1a425f 100644 --- a/buildMetadata.js +++ b/buildMetadata.js @@ -1,28 +1,41 @@ -const fs = require('fs'); -const { promisify } = require('util'); +const fs = require('fs-extra'); const fetch = require('node-fetch'); const dayjs = require('dayjs'); require('draftlog').into(console); -process.on('unhandledRejection', error => { - console.log('unhandledRejection', error.message); -}); +const LOG = { + error: (...args) => console.error('❌ ERROR', { ...args }), + debug: (...args) => { + if (process.env.DEBUG) console.log('💡 DEBUG: ', { ...args }); + }, +}; +const handleFailure = err => { + LOG.error(err); + process.exit(1); +}; + +process.on('unhandledRejection', handleFailure); if (!process.env.TOKEN) { - throw new Error('no github token found'); + LOG.error('no credentials found.'); + process.exit(1); } // --- ENV VAR --- const BATCH_SIZE = parseInt(process.env.BATCH_SIZE, 10) || 10; const DELAY = parseInt(process.env.DELAY, 10) || 3000; -// --- FILENAME --- +const INTERVAL = parseInt(process.env.INTERVAL, 10) || 1; +const INTERVAL_UNIT = process.env.INTERVAL_UNIT || 'days'; + +// --- FILES --- +const DATA_FOLDER = 'data'; const README = 'README.md'; -const GITHUB_METADATA_FILE = `data/${dayjs().format( - 'YYYY-MM-DDTHH.mm.ss', -)}-fetched_repo_data.json`; -const LATEST_FILENAME = 'data/latest'; -const GITHUB_REPOS = 'data/list_repos.json'; +const DATE = dayjs().format('YYYY-MM-DDTHH.mm.ss'); +const GITHUB_METADATA_FILE = `${DATA_FOLDER}/${DATE}-fetched_repo_data.json`; +const LATEST_FILENAME = `${DATA_FOLDER}/latest`; +const GITHUB_REPOS = `${DATA_FOLDER}/repository.json`; + // --- HTTP --- const API = 'https://api.github.com/'; const options = { @@ -34,30 +47,29 @@ const options = { }, }; +// ---------------------------------------------------------------------------- const removeHost = x => x.slice('https://github.com/'.length, x.length); -const readFile = promisify(fs.readFile); -const writeFile = promisify(fs.writeFile); -const printError = err => err && console.error('❌ ERROR', err); -const barLine = console.draft('Starting batch...'); const delay = ms => new Promise(resolve => { setTimeout(() => resolve(), ms); }); -const get = (path, opt) => - fetch(`${API}repos/${path}`, { +const get = (pathURL, opt) => { + LOG.debug(`Fetching ${pathURL}`); + return fetch(`${API}repos/${pathURL}`, { ...options, ...opt, }) - .catch(printError) + .catch(handleFailure) .then(response => { if (response.ok) return response.json(); throw new Error('Network response was not ok.'); }) - .catch(printError); + .catch(handleFailure); +}; -const fetchAll = batch => Promise.all(batch.map(async path => get(path))); +const fetchAll = batch => Promise.all(batch.map(async pathURL => get(pathURL))); const extractAllRepos = markdown => { const re = /https:\/\/github\.com\/([a-zA-Z0-9-._]+)\/([a-zA-Z0-9-._]+)/g; @@ -68,11 +80,13 @@ const extractAllRepos = markdown => { const ProgressBar = (i, batchSize, total) => { const progress = Math.round((i / total) * 100); const units = Math.round(progress / 2); + const barLine = console.draft('Starting batch...'); return barLine( `[${'='.repeat(units)}${' '.repeat(50 - units)}] ${progress}% - # ${i}`, ); }; +// ---------------------------------------------------------------------------- async function batchFetchRepoMetadata(githubRepos) { const repos = githubRepos.map(removeHost); @@ -80,8 +94,9 @@ async function batchFetchRepoMetadata(githubRepos) { /* eslint-disable no-await-in-loop */ for (let i = 0; i < repos.length; i += BATCH_SIZE) { const batch = repos.slice(i, i + BATCH_SIZE); - if (process.env.DEBUG) console.log({ batch }); + LOG.debug({ batch }); const res = await fetchAll(batch); + LOG.debug('batch fetched...'); metadata.push(...res); ProgressBar(i, BATCH_SIZE, repos.length); // poor man's rate limiting so github don't ban us @@ -91,29 +106,58 @@ async function batchFetchRepoMetadata(githubRepos) { return metadata; } +function shouldUpdate(lastUpdateTime) { + LOG.debug({ lastUpdateTime }); + if (!lastUpdateTime) return true; + + const hours = lastUpdateTime.slice( + 'data/YYYY-MM-DDT'.length, + 'data/YYYY-MM-DDTHH'.length, + ); + const latestUpdate = dayjs( + lastUpdateTime.slice('data/'.length, 'data/YYYY-MM-DD'.length), + ).add(hours, 'hour'); + + LOG.debug({ latestUpdate: latestUpdate.format() }); + + return dayjs().diff(latestUpdate, INTERVAL_UNIT) >= INTERVAL; +} + async function main() { try { - const markdown = await readFile(README, { encoding: 'utf8' }); - const githubRepos = extractAllRepos(markdown); - await writeFile( - GITHUB_REPOS, - JSON.stringify(githubRepos, null, 2), - printError, - ); + const lastUpdateTime = await fs.readFile(LATEST_FILENAME, 'utf8'); + LOG.debug('Checking if updating is needed'); + if (!shouldUpdate(lastUpdateTime)) { + LOG.debug('Last update was less than a day ago 😅. Exiting...'); + process.exit(); + } + const markdown = await fs.readFile(README, 'utf8'); + const githubRepos = extractAllRepos(markdown); + LOG.debug('writing repo list to disk...'); + await fs.outputJSON(GITHUB_REPOS, githubRepos, { spaces: 2 }); + + LOG.debug('fetching data...'); const metadata = await batchFetchRepoMetadata(githubRepos); - await writeFile( - GITHUB_METADATA_FILE, - JSON.stringify(metadata, null, 2), - printError, - ); - console.log('✅ metadata saved'); + LOG.debug('writing metadata to disk...'); + await fs.outputJSON(GITHUB_METADATA_FILE, metadata, { spaces: 2 }); + LOG.debug('✅ metadata saved'); - // save the latest - fs.writeFile(LATEST_FILENAME, GITHUB_METADATA_FILE, printError); + LOG.debug('removing latest...'); + await fs.remove(LATEST_FILENAME); + + LOG.debug('writing latest...'); + await fs.outputFile(LATEST_FILENAME, GITHUB_METADATA_FILE); + LOG.debug('✅ late update time saved', { + LATEST_FILENAME, + GITHUB_METADATA_FILE, + }); + + LOG.debug('gracefully shutting down.'); + process.exit(); } catch (err) { - printError(err); + handleFailure(err); } } diff --git a/buildTable.js b/buildTable.js deleted file mode 100644 index 9cad43d..0000000 --- a/buildTable.js +++ /dev/null @@ -1,122 +0,0 @@ -const fs = require('fs'); -const cheerio = require('cheerio'); -const dayjs = require('dayjs'); - -const getLatestFilename = fs.readFileSync('data/latest', 'utf-8'); -console.log(getLatestFilename); -const metaData = require(`./${getLatestFilename}`); // eslint-disable-line import/no-dynamic-require - -process.env.NODE_ENV = 'production'; - -process.on('unhandledRejection', error => { - console.log('unhandledRejection', error.message); -}); - -const templateHTML = 'website/table.tmpl.html'; -const destination = 'website/table.html'; - -const valueNames = [ - 'name', - 'description', - 'homepage', - 'star', - 'updated', - 'language', - 'license', - 'author', -]; - -const getLastUpdate = updated => { - const updt = Number(dayjs(updated).diff(dayjs(), 'days')); - if (updt < 0) { - if (Math.abs(updt) === 1) return `1 day ago`; - return `${Math.abs(updt)} days ago`; - } else if (updt === 0) return 'today'; - return updated; -}; - -const mapHomePage = h => { - if (h === 'manageiq.org') return 'https://manageiq.org'; - else if (h === 'dev-sec.io') return 'https://dev-sec.io'; - return h; -}; - -const mapLicense = l => { - if (l === 'GNU Lesser General Public License v3.0') return 'GNU LGPL v3.0'; - else if (l === 'GNU General Public License v2.0') return 'GNU GPL v2.0'; - else if (l === 'GNU General Public License v3.0') return 'GNU GPL v3.0'; - else if (l === 'BSD 3-Clause "New" or "Revised" License') - return 'BSD 3-Clause'; - else if (l === 'BSD 2-Clause "Simplified" License') return 'BSD 2-Clause'; - return l; -}; - -const formatEntry = ( - { - name, - html_url: repoURL, - description, - homepage, - stargazers_count: stargazers, - pushed_at: updated, - language, - license, - owner, - }, - i, -) => - [ - `
  • `, - `${name}`, - `

    ${description || '-'}

    `, - `

    Last code update: ${getLastUpdate( - updated, - )}

    `, - (homepage && - `website`) || - '

    ', - `

    ⭐️${stargazers}

    `, - (language && `

    💻${language}

    `) || '

    ', - (license && - license.url !== null && - `${mapLicense( - license.name, - )}`) || - '

    ', - owner && - `

    Made by

    ${owner.login}`, - '
  • ', - ].join(''); - -function main() { - const indexTemplate = fs.readFileSync(templateHTML, 'utf8'); - const $ = cheerio.load(indexTemplate); - const btn = valueNames.map( - v => ``, - ); - $('#md').append( - [ - `
    `, - ``, - `

    Sort by

    ${btn.join('')}
    `, - `
    `, - '', - ].join(''), - ); - - console.log('Writing table.html'); - fs.writeFileSync(destination, $.html(), 'utf8'); - console.log('DONE 👍'); -} - -main(); diff --git a/data/2018-07-18T18.35.04-fetched_repo_data.json b/data/2018-07-18T18.35.04-fetched_repo_data.json new file mode 100644 index 0000000..5d7adff --- /dev/null +++ b/data/2018-07-18T18.35.04-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-18T16:31:57Z", + "pushed_at": "2018-07-17T17:50:15Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89085, + "watchers_count": 89085, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11771, + "mirror_url": null, + "archived": false, + "open_issues_count": 198, + "license": null, + "forks": 11771, + "open_issues": 198, + "watchers": 89085, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11771, + "subscribers_count": 5647 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-18T16:25:35Z", + "pushed_at": "2018-07-10T09:26:59Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2111, + "stargazers_count": 11814, + "watchers_count": 11814, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1335, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1335, + "open_issues": 4, + "watchers": 11814, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1335, + "subscribers_count": 639 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-10T06:52:14Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 65, + "watchers_count": 65, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 65, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 10 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-05T17:37:57Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-06-26T10:55:13Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 9, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-18T16:28:41Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2488, + "watchers_count": 2488, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 188, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 188, + "open_issues": 0, + "watchers": 2488, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 188, + "subscribers_count": 116 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-18T15:32:25Z", + "pushed_at": "2018-07-18T16:09:21Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136592, + "stargazers_count": 49597, + "watchers_count": 49597, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14478, + "mirror_url": null, + "archived": false, + "open_issues_count": 3244, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14478, + "open_issues": 3244, + "watchers": 49597, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14478, + "subscribers_count": 3336 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-18T15:42:12Z", + "pushed_at": "2018-07-17T23:43:32Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10618, + "stargazers_count": 13251, + "watchers_count": 13251, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2027, + "mirror_url": null, + "archived": false, + "open_issues_count": 592, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2027, + "open_issues": 592, + "watchers": 13251, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2027, + "subscribers_count": 612 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-18T07:34:38Z", + "pushed_at": "2018-07-15T15:33:59Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4788, + "watchers_count": 4788, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1355, + "mirror_url": null, + "archived": false, + "open_issues_count": 857, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1355, + "open_issues": 857, + "watchers": 4788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1355, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-17T17:31:41Z", + "pushed_at": "2018-06-13T01:13:55Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5202, + "watchers_count": 5202, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1065, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1065, + "open_issues": 276, + "watchers": 5202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1065, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-17T14:20:17Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5062, + "watchers_count": 5062, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5062, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-06-25T05:04:38Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 221, + "watchers_count": 221, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 221, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-18T14:05:54Z", + "pushed_at": "2018-07-18T09:04:33Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 361, + "stargazers_count": 145, + "watchers_count": 145, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 8 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 37 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-12T20:45:55Z", + "pushed_at": "2018-07-12T20:45:54Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16015, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-18T05:56:58Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1274, + "watchers_count": 1274, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 72 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-05-25T20:16:31Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-04-16T22:01:45Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 10, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-06-24T11:02:30Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 47, + "watchers_count": 47, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 47, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-18T16:07:54Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1980, + "watchers_count": 1980, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 34, + "watchers": 1980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 65 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-17T16:17:01Z", + "pushed_at": "2018-07-17T16:17:00Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2024, + "stargazers_count": 570, + "watchers_count": 570, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 570, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-16T15:34:23Z", + "pushed_at": "2018-07-18T12:32:28Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 97726, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-18T14:23:44Z", + "pushed_at": "2018-07-13T21:15:54Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27868, + "stargazers_count": 7686, + "watchers_count": 7686, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1108, + "mirror_url": null, + "archived": false, + "open_issues_count": 281, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1108, + "open_issues": 281, + "watchers": 7686, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1108, + "subscribers_count": 371 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-06-13T12:47:30Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 38, + "watchers_count": 38, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 21, + "open_issues": 2, + "watchers": 38, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-18T15:13:01Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10241, + "watchers_count": 10241, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 749, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 749, + "open_issues": 62, + "watchers": 10241, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 749, + "subscribers_count": 446 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-06T02:35:56Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 371, + "watchers_count": 371, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 92, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 92, + "open_issues": 2, + "watchers": 371, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 92, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-10T11:04:21Z", + "pushed_at": "2018-07-06T13:18:27Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2181, + "stargazers_count": 213, + "watchers_count": 213, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 213, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-18T06:17:33Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3312, + "watchers_count": 3312, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 565, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 565, + "open_issues": 80, + "watchers": 3312, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 565, + "subscribers_count": 101 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-18T09:53:39Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 302, + "watchers_count": 302, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 83, + "open_issues": 3, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 83, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-17T13:14:10Z", + "pushed_at": "2018-07-16T01:35:31Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5107, + "stargazers_count": 730, + "watchers_count": 730, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 167, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 167, + "open_issues": 7, + "watchers": 730, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 167, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-18T08:26:09Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3248, + "watchers_count": 3248, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 772, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 772, + "open_issues": 123, + "watchers": 3248, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 772, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-18T09:00:46Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 73, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 73, + "open_issues": 3, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 73, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-06-15T12:15:38Z", + "pushed_at": "2018-06-15T12:15:36Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32570, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-13T12:43:30Z", + "pushed_at": "2018-07-03T01:34:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 264, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 4, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-13T12:43:30Z", + "pushed_at": "2018-07-03T01:34:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 264, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 4, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-12T12:56:23Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 165, + "watchers_count": 165, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 165, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-18T14:11:35Z", + "pushed_at": "2018-07-18T14:31:40Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8050, + "stargazers_count": 1932, + "watchers_count": 1932, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 28, + "watchers": 1932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-17T13:27:29Z", + "pushed_at": "2018-07-05T08:24:11Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9127, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-18T16:21:51Z", + "pushed_at": "2018-07-18T16:03:35Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 793788, + "stargazers_count": 38856, + "watchers_count": 38856, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13588, + "mirror_url": null, + "archived": false, + "open_issues_count": 3104, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13588, + "open_issues": 3104, + "watchers": 38856, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13588, + "subscribers_count": 2578 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-17T23:02:22Z", + "pushed_at": "2018-07-18T15:15:37Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254816, + "stargazers_count": 679, + "watchers_count": 679, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 649, + "mirror_url": null, + "archived": false, + "open_issues_count": 603, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 649, + "open_issues": 603, + "watchers": 679, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 649, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-10T04:23:24Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3039, + "watchers_count": 3039, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3039, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-17T21:51:43Z", + "pushed_at": "2018-07-18T15:20:42Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37857, + "stargazers_count": 3691, + "watchers_count": 3691, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 26, + "watchers": 3691, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-18T12:58:04Z", + "pushed_at": "2018-07-18T12:57:53Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378236, + "stargazers_count": 3782, + "watchers_count": 3782, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1492, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1492, + "open_issues": 24, + "watchers": 3782, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1492, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-18T15:23:34Z", + "pushed_at": "2018-07-18T16:05:35Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 103175, + "stargazers_count": 3691, + "watchers_count": 3691, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 728, + "mirror_url": null, + "archived": false, + "open_issues_count": 393, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 728, + "open_issues": 393, + "watchers": 3691, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 728, + "subscribers_count": 257 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-18T16:08:27Z", + "pushed_at": "2018-07-18T10:45:35Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38176, + "stargazers_count": 9099, + "watchers_count": 9099, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 907, + "mirror_url": null, + "archived": false, + "open_issues_count": 2291, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 907, + "open_issues": 2291, + "watchers": 9099, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 907, + "subscribers_count": 571 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-18T00:33:17Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 532, + "watchers_count": 532, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 532, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-18T11:29:09Z", + "pushed_at": "2018-07-02T19:17:30Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4786, + "stargazers_count": 3333, + "watchers_count": 3333, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3333, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-17T20:30:08Z", + "pushed_at": "2018-07-17T14:29:01Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118701, + "stargazers_count": 1682, + "watchers_count": 1682, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 148, + "open_issues": 25, + "watchers": 1682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-16T19:04:22Z", + "pushed_at": "2018-05-29T01:10:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22428, + "stargazers_count": 2426, + "watchers_count": 2426, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-18T08:29:47Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6757, + "watchers_count": 6757, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 491, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 491, + "open_issues": 418, + "watchers": 6757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 491, + "subscribers_count": 268 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-18T05:20:52Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1250, + "watchers_count": 1250, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 67, + "watchers": 1250, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-18T13:10:01Z", + "pushed_at": "2018-07-18T13:09:58Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58083, + "stargazers_count": 2810, + "watchers_count": 2810, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 364, + "open_issues": 180, + "watchers": 2810, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-15T17:27:06Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1145, + "watchers_count": 1145, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-18T13:45:39Z", + "pushed_at": "2018-07-18T09:37:45Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3839, + "stargazers_count": 2209, + "watchers_count": 2209, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 274, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 274, + "watchers": 2209, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-06-29T02:56:00Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 615, + "watchers_count": 615, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 615, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-15T13:57:13Z", + "pushed_at": "2018-07-06T18:34:19Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3292, + "stargazers_count": 90, + "watchers_count": 90, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 5, + "watchers": 90, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-15T13:57:13Z", + "pushed_at": "2018-07-06T18:34:19Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3292, + "stargazers_count": 90, + "watchers_count": 90, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 5, + "watchers": 90, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-18T09:49:24Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4896, + "watchers_count": 4896, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 414, + "mirror_url": null, + "archived": false, + "open_issues_count": 145, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 414, + "open_issues": 145, + "watchers": 4896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 414, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-18T07:06:52Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3110, + "watchers_count": 3110, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 395, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 395, + "open_issues": 45, + "watchers": 3110, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 395, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-06-24T21:11:25Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-18T15:51:12Z", + "pushed_at": "2018-07-18T14:33:26Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30598, + "stargazers_count": 16412, + "watchers_count": 16412, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1639, + "mirror_url": null, + "archived": false, + "open_issues_count": 260, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1639, + "open_issues": 260, + "watchers": 16412, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1639, + "subscribers_count": 571 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 20, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-18T10:02:55Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 575, + "watchers_count": 575, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 575, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-16T12:18:45Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 119, + "watchers_count": 119, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 5, + "watchers": 119, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-18T08:55:37Z", + "pushed_at": "2018-07-17T23:57:43Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3858, + "watchers_count": 3858, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 491, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 491, + "open_issues": 87, + "watchers": 3858, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 491, + "subscribers_count": 180 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-17T13:05:10Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-18T13:28:09Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3883, + "watchers_count": 3883, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 356, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 356, + "open_issues": 12, + "watchers": 3883, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 356, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-15T19:06:51Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 187, + "watchers_count": 187, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 187, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 15 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-17T15:04:08Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 256, + "open_issues": 180, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 256, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-17T05:17:09Z", + "pushed_at": "2018-07-18T10:25:48Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23491, + "stargazers_count": 333, + "watchers_count": 333, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 129, + "watchers": 333, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-18T01:37:46Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 864, + "watchers_count": 864, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 86, + "open_issues": 41, + "watchers": 864, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 86, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-06-15T14:54:49Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-18T15:03:19Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1028, + "watchers_count": 1028, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 296, + "open_issues": 35, + "watchers": 1028, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-18T15:20:45Z", + "pushed_at": "2018-07-18T16:33:54Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43264, + "stargazers_count": 19274, + "watchers_count": 19274, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3848, + "mirror_url": null, + "archived": false, + "open_issues_count": 273, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3848, + "open_issues": 273, + "watchers": 19274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3848, + "subscribers_count": 1112 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-18T16:27:08Z", + "pushed_at": "2018-07-18T14:27:03Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 41755, + "stargazers_count": 9397, + "watchers_count": 9397, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1334, + "mirror_url": null, + "archived": false, + "open_issues_count": 797, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1334, + "open_issues": 797, + "watchers": 9397, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1334, + "subscribers_count": 611 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-18T09:32:21Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3720, + "watchers_count": 3720, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 741, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 741, + "open_issues": 224, + "watchers": 3720, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 741, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-17T19:46:33Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1005, + "watchers_count": 1005, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1005, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 8, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-18T10:51:32Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 378, + "watchers_count": 378, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-10T22:06:59Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 685, + "watchers_count": 685, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-18T13:43:57Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1271, + "watchers_count": 1271, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 199, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 199, + "open_issues": 205, + "watchers": 1271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 199, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-18T14:15:43Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 370, + "watchers_count": 370, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 0, + "watchers": 370, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 51, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-17T18:48:37Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 458, + "watchers_count": 458, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 458, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-18T14:14:22Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-18T11:39:15Z", + "pushed_at": "2018-07-11T19:01:26Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1996, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-12T01:21:32Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 379, + "watchers_count": 379, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-18T06:14:54Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7220, + "watchers_count": 7220, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 24, + "watchers": 7220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-17T15:31:43Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 21 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-15T19:54:09Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 753, + "watchers_count": 753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-12T08:16:11Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 323, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-17T22:53:24Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4907, + "watchers_count": 4907, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4907, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 231 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-16T13:46:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 266, + "watchers_count": 266, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 266, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-17T23:05:42Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1167, + "watchers_count": 1167, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 2, + "watchers": 1167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-18T15:11:18Z", + "pushed_at": "2018-06-24T13:24:27Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31062, + "stargazers_count": 1172, + "watchers_count": 1172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 37 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-17T06:04:08Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1996, + "watchers_count": 1996, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 213, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 213, + "open_issues": 8, + "watchers": 1996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 213, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-18T12:00:36Z", + "pushed_at": "2018-07-18T15:04:29Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30747, + "stargazers_count": 635, + "watchers_count": 635, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 59, + "open_issues": 13, + "watchers": 635, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 27 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-17T12:36:16Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 711, + "watchers_count": 711, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 711, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-16T17:15:22Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 572, + "watchers_count": 572, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-17T13:17:36Z", + "pushed_at": "2018-07-14T07:16:14Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1666, + "stargazers_count": 52, + "watchers_count": 52, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 52, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-16T09:57:00Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 787, + "watchers_count": 787, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 787, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 55 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-18T08:26:08Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2246, + "watchers_count": 2246, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 332, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 332, + "open_issues": 13, + "watchers": 2246, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 332, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-18T08:32:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 8, + "watchers_count": 8, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 8, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-18T11:53:30Z", + "pushed_at": "2018-07-08T21:25:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56563, + "stargazers_count": 2789, + "watchers_count": 2789, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 204, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 204, + "open_issues": 33, + "watchers": 2789, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 204, + "subscribers_count": 81 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-18T15:56:07Z", + "pushed_at": "2018-07-18T15:07:07Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17374, + "stargazers_count": 8628, + "watchers_count": 8628, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 843, + "mirror_url": null, + "archived": false, + "open_issues_count": 324, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 843, + "open_issues": 324, + "watchers": 8628, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 843, + "subscribers_count": 361 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-18T14:24:07Z", + "pushed_at": "2018-07-18T14:24:05Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36498, + "stargazers_count": 1936, + "watchers_count": 1936, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 372, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 372, + "open_issues": 125, + "watchers": 1936, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 372, + "subscribers_count": 112 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-18T12:50:51Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1751, + "watchers_count": 1751, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 261, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 261, + "open_issues": 19, + "watchers": 1751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 261, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-16T18:57:45Z", + "pushed_at": "2018-07-04T06:52:04Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5074, + "stargazers_count": 150, + "watchers_count": 150, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 7, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-18T14:49:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-18T15:30:30Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2889, + "watchers_count": 2889, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2889, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-18T05:31:25Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1964, + "watchers_count": 1964, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 157, + "open_issues": 24, + "watchers": 1964, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 157, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-18T13:08:15Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2272, + "watchers_count": 2272, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2272, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 81 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-14T03:07:33Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 179, + "watchers_count": 179, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-18T14:31:30Z", + "pushed_at": "2018-07-12T13:35:15Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17749, + "stargazers_count": 6131, + "watchers_count": 6131, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 782, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 782, + "open_issues": 16, + "watchers": 6131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 782, + "subscribers_count": 321 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-18T11:34:34Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 431, + "watchers_count": 431, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-18T14:08:00Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 427, + "watchers_count": 427, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 427, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-18T15:34:35Z", + "pushed_at": "2018-07-18T15:50:10Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16363, + "stargazers_count": 819, + "watchers_count": 819, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 40, + "watchers": 819, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-17T14:28:16Z", + "pushed_at": "2018-07-17T20:05:30Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8513, + "stargazers_count": 1748, + "watchers_count": 1748, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 95, + "open_issues": 16, + "watchers": 1748, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 71 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-17T08:30:24Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 232, + "watchers_count": 232, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 232, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 28 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-17T15:43:27Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1539, + "watchers_count": 1539, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1539, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 76 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-04T17:21:58Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-17T14:39:24Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1636, + "watchers_count": 1636, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 17, + "watchers": 1636, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 66 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-18T15:41:51Z", + "pushed_at": "2018-07-18T15:45:08Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 13362, + "stargazers_count": 1742, + "watchers_count": 1742, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 85, + "open_issues": 21, + "watchers": 1742, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 85, + "subscribers_count": 79 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-16T02:32:52Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-17T14:58:19Z", + "pushed_at": "2018-07-16T08:35:36Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 34, + "stargazers_count": 336, + "watchers_count": 336, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 11 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-05T09:25:35Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-18T13:47:16Z", + "pushed_at": "2018-07-16T14:04:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6489, + "watchers_count": 6489, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1070, + "open_issues": 7, + "watchers": 6489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1070, + "subscribers_count": 352 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-12T11:56:49Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 405, + "watchers_count": 405, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 405, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-04T12:36:03Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 681, + "watchers_count": 681, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 410, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 410, + "open_issues": 2, + "watchers": 681, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 410, + "subscribers_count": 54 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-18T13:39:54Z", + "pushed_at": "2018-07-17T20:16:24Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162142, + "stargazers_count": 964, + "watchers_count": 964, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 269, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 269, + "open_issues": 30, + "watchers": 964, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 269, + "subscribers_count": 55 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-14T19:06:28Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 299, + "watchers_count": 299, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-18T05:07:09Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 225, + "watchers_count": 225, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 1, + "watchers": 225, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-18T13:03:28Z", + "pushed_at": "2018-07-14T19:04:38Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1733, + "stargazers_count": 1066, + "watchers_count": 1066, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 61, + "open_issues": 19, + "watchers": 1066, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-05-27T18:39:33Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 2, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-17T19:28:27Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 442, + "watchers_count": 442, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 442, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-13T16:50:33Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-06-21T21:22:04Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-06-29T06:44:12Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 56, + "watchers_count": 56, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 56, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-16T06:36:34Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 312, + "watchers_count": 312, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 312, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-18T09:01:52Z", + "pushed_at": "2018-07-16T11:06:07Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15123, + "stargazers_count": 913, + "watchers_count": 913, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 279, + "watchers": 913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-17T16:01:27Z", + "pushed_at": "2018-06-27T09:37:41Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1366, + "stargazers_count": 574, + "watchers_count": 574, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 147, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 147, + "open_issues": 38, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 147, + "subscribers_count": 93 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-18T11:51:13Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 879, + "watchers_count": 879, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 72, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 72, + "watchers": 879, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-18T00:38:35Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1874, + "watchers_count": 1874, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 44, + "watchers": 1874, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 59 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-17T13:26:22Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1313, + "watchers_count": 1313, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 30, + "watchers": 1313, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 158, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 158, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-12T22:34:07Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 130, + "watchers_count": 130, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 130, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-18T10:27:50Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 572, + "watchers_count": 572, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-17T22:15:28Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 649, + "watchers_count": 649, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 649, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 28 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-17T23:27:38Z", + "pushed_at": "2018-07-17T08:59:49Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48363, + "stargazers_count": 556, + "watchers_count": 556, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 14, + "watchers": 556, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-06-29T20:06:47Z", + "pushed_at": "2018-06-29T16:17:56Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 367, + "watchers_count": 367, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 249, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 249, + "open_issues": 41, + "watchers": 367, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 249, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-18T15:32:01Z", + "pushed_at": "2018-07-17T03:29:47Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 14987, + "watchers_count": 14987, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1552, + "mirror_url": null, + "archived": false, + "open_issues_count": 119, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1552, + "open_issues": 119, + "watchers": 14987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1552, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-18T12:17:21Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 404, + "watchers_count": 404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 59, + "open_issues": 73, + "watchers": 404, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 64 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 2, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-18T09:10:01Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2358, + "watchers_count": 2358, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 179, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 179, + "open_issues": 77, + "watchers": 2358, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 179, + "subscribers_count": 83 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-17T19:02:26Z", + "pushed_at": "2018-07-09T20:54:12Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1376, + "stargazers_count": 7484, + "watchers_count": 7484, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1032, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1032, + "open_issues": 364, + "watchers": 7484, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1032, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-02-14T07:04:09Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 19, + "watchers_count": 19, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-17T22:10:39Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 40 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-16T19:05:38Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2405, + "watchers_count": 2405, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2405, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-18T13:09:46Z", + "pushed_at": "2018-07-03T18:51:47Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1455, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 41, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-09T20:56:55Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1436, + "watchers_count": 1436, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 56 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-18T14:02:57Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1895, + "watchers_count": 1895, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 16, + "watchers": 1895, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-18T14:48:45Z", + "pushed_at": "2018-07-18T12:04:49Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16382, + "stargazers_count": 866, + "watchers_count": 866, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 135, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 165, + "open_issues": 135, + "watchers": 866, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-16T02:36:31Z", + "pushed_at": "2018-07-13T10:43:34Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5936, + "stargazers_count": 1421, + "watchers_count": 1421, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 62, + "watchers": 1421, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-13T16:12:51Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 20, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-18T07:45:18Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 980, + "watchers_count": 980, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 9, + "watchers": 980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-16T09:42:39Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 515, + "watchers_count": 515, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 515, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-17T12:57:43Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 284, + "watchers_count": 284, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 284, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-18T11:54:36Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4335, + "watchers_count": 4335, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 52, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 52, + "watchers": 4335, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 109 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-18T11:03:14Z", + "pushed_at": "2018-07-18T14:44:13Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62179, + "stargazers_count": 3348, + "watchers_count": 3348, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 631, + "mirror_url": null, + "archived": false, + "open_issues_count": 429, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 631, + "open_issues": 429, + "watchers": 3348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 631, + "subscribers_count": 224 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-18T14:18:12Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2453, + "watchers_count": 2453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-16T17:00:27Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2275, + "watchers_count": 2275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 169, + "open_issues": 84, + "watchers": 2275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-18T16:26:32Z", + "pushed_at": "2018-07-17T09:31:47Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22258, + "stargazers_count": 10816, + "watchers_count": 10816, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 776, + "mirror_url": null, + "archived": false, + "open_issues_count": 104, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 776, + "open_issues": 104, + "watchers": 10816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 776, + "subscribers_count": 412 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-17T07:36:51Z", + "pushed_at": "2018-07-18T11:59:07Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 56478, + "stargazers_count": 290, + "watchers_count": 290, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 10, + "watchers": 290, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-18T15:16:00Z", + "pushed_at": "2018-07-17T22:50:21Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3732, + "stargazers_count": 751, + "watchers_count": 751, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 23, + "watchers": 751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-18T14:09:21Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2400, + "watchers_count": 2400, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2400, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-17T15:41:49Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 931, + "watchers_count": 931, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 931, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 39 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-17T17:51:19Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-06-27T09:33:11Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 293, + "watchers_count": 293, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 293, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 22 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-17T10:57:24Z", + "pushed_at": "2018-07-08T20:13:37Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 331, + "watchers_count": 331, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 30, + "watchers": 331, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-09T23:41:49Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-18T13:10:48Z", + "pushed_at": "2018-07-18T00:21:44Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068071, + "stargazers_count": 2969, + "watchers_count": 2969, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 346, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 346, + "open_issues": 38, + "watchers": 2969, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 346, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-16T19:41:04Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 704, + "watchers_count": 704, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 704, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-18T16:02:12Z", + "pushed_at": "2018-07-17T05:19:33Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 992, + "stargazers_count": 3079, + "watchers_count": 3079, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 454, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 454, + "open_issues": 3, + "watchers": 3079, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 454, + "subscribers_count": 229 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-18T11:03:25Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 563, + "watchers_count": 563, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 563, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-18T14:39:45Z", + "pushed_at": "2018-07-15T12:06:05Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24624, + "watchers_count": 24624, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1999, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1999, + "open_issues": 64, + "watchers": 24624, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1999, + "subscribers_count": 1113 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-17T20:22:52Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6893, + "watchers_count": 6893, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 476, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 476, + "open_issues": 7, + "watchers": 6893, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-18T16:21:55Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17325, + "watchers_count": 17325, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2829, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2829, + "open_issues": 218, + "watchers": 17325, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-18T16:21:55Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17325, + "watchers_count": 17325, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2829, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2829, + "open_issues": 218, + "watchers": 17325, + "default_branch": "master" + }, + "network_count": 2829, + "subscribers_count": 512 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-18T12:37:02Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7229, + "watchers_count": 7229, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 728, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 728, + "open_issues": 6, + "watchers": 7229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 728, + "subscribers_count": 301 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-12T14:28:30Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 609, + "watchers_count": 609, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 93, + "open_issues": 0, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 93, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-18T14:15:33Z", + "pushed_at": "2018-07-18T16:13:41Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6235, + "stargazers_count": 2863, + "watchers_count": 2863, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1015, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1015, + "open_issues": 40, + "watchers": 2863, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1015, + "subscribers_count": 219 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-18T14:41:08Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4576, + "watchers_count": 4576, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 400, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 400, + "open_issues": 68, + "watchers": 4576, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 400, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-16T23:04:32Z", + "pushed_at": "2018-07-16T23:04:29Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37840, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 36, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-18T11:45:35Z", + "pushed_at": "2018-07-17T06:31:20Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12605, + "stargazers_count": 4046, + "watchers_count": 4046, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1355, + "mirror_url": null, + "archived": false, + "open_issues_count": 406, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1355, + "open_issues": 406, + "watchers": 4046, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1355, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-18T16:26:52Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13851, + "watchers_count": 13851, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2379, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2379, + "open_issues": 5, + "watchers": 13851, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2379, + "subscribers_count": 676 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-18T15:10:29Z", + "pushed_at": "2018-07-09T15:42:26Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5740, + "stargazers_count": 15870, + "watchers_count": 15870, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1339, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1339, + "open_issues": 27, + "watchers": 15870, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1339, + "subscribers_count": 391 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-18T15:29:46Z", + "pushed_at": "2018-07-18T15:29:43Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14077, + "stargazers_count": 1281, + "watchers_count": 1281, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 360, + "mirror_url": null, + "archived": false, + "open_issues_count": 522, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 360, + "open_issues": 522, + "watchers": 1281, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 360, + "subscribers_count": 168 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-18T13:47:16Z", + "pushed_at": "2018-07-16T14:04:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6489, + "watchers_count": 6489, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1070, + "open_issues": 7, + "watchers": 6489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1070, + "subscribers_count": 352 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-18T09:20:51Z", + "pushed_at": "2018-07-16T14:02:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35346, + "stargazers_count": 1758, + "watchers_count": 1758, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 1, + "watchers": 1758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 110 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-18T08:47:35Z", + "pushed_at": "2018-06-27T16:25:21Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8533, + "watchers_count": 8533, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1666, + "mirror_url": null, + "archived": false, + "open_issues_count": 440, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1666, + "open_issues": 440, + "watchers": 8533, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1666, + "subscribers_count": 276 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-18T13:08:22Z", + "pushed_at": "2018-07-18T13:08:24Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 141, + "watchers_count": 141, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-17T22:39:43Z", + "pushed_at": "2018-07-18T12:46:56Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18419, + "stargazers_count": 5168, + "watchers_count": 5168, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 456, + "mirror_url": null, + "archived": false, + "open_issues_count": 368, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 456, + "open_issues": 368, + "watchers": 5168, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 456, + "subscribers_count": 254 + } +] \ No newline at end of file diff --git a/data/2018-07-20T08.03.16-fetched_repo_data.json b/data/2018-07-20T08.03.16-fetched_repo_data.json new file mode 100644 index 0000000..6fabb37 --- /dev/null +++ b/data/2018-07-20T08.03.16-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-20T07:56:35Z", + "pushed_at": "2018-07-20T07:38:44Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89176, + "watchers_count": 89176, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11783, + "mirror_url": null, + "archived": false, + "open_issues_count": 200, + "license": null, + "forks": 11783, + "open_issues": 200, + "watchers": 89176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11783, + "subscribers_count": 5649 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-20T08:01:05Z", + "pushed_at": "2018-07-20T08:01:02Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 1956, + "stargazers_count": 11829, + "watchers_count": 11829, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1337, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1337, + "open_issues": 4, + "watchers": 11829, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1337, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-10T06:52:14Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 65, + "watchers_count": 65, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 65, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-05T17:37:57Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-06-26T10:55:13Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 9, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-19T10:06:07Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2489, + "watchers_count": 2489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 188, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 188, + "open_issues": 0, + "watchers": 2489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 188, + "subscribers_count": 116 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-20T07:45:35Z", + "pushed_at": "2018-07-20T01:21:40Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136605, + "stargazers_count": 49618, + "watchers_count": 49618, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14487, + "mirror_url": null, + "archived": false, + "open_issues_count": 3250, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14487, + "open_issues": 3250, + "watchers": 49618, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14487, + "subscribers_count": 3341 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-20T02:24:22Z", + "pushed_at": "2018-07-19T02:42:17Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10601, + "stargazers_count": 13261, + "watchers_count": 13261, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2029, + "mirror_url": null, + "archived": false, + "open_issues_count": 594, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2029, + "open_issues": 594, + "watchers": 13261, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2029, + "subscribers_count": 615 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-19T14:03:48Z", + "pushed_at": "2018-07-15T15:33:59Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4788, + "watchers_count": 4788, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 859, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 859, + "watchers": 4788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-19T23:44:28Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5202, + "watchers_count": 5202, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1065, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1065, + "open_issues": 276, + "watchers": 5202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1065, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-20T08:00:46Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5062, + "watchers_count": 5062, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5062, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-06-25T05:04:38Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 221, + "watchers_count": 221, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 221, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-18T14:05:54Z", + "pushed_at": "2018-07-18T09:04:33Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 361, + "stargazers_count": 145, + "watchers_count": 145, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 8 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-12T20:45:55Z", + "pushed_at": "2018-07-12T20:45:54Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16015, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-18T05:56:58Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1274, + "watchers_count": 1274, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-05-25T20:16:31Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-04-16T22:01:45Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 10, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-06-24T11:02:30Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 47, + "watchers_count": 47, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 47, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-20T04:50:19Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1984, + "watchers_count": 1984, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 34, + "watchers": 1984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 66 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-19T06:19:06Z", + "pushed_at": "2018-07-17T16:17:00Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2024, + "stargazers_count": 571, + "watchers_count": 571, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 571, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-19T05:43:26Z", + "pushed_at": "2018-07-19T13:15:58Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98196, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-20T06:42:37Z", + "pushed_at": "2018-07-19T21:16:10Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7693, + "watchers_count": 7693, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1110, + "mirror_url": null, + "archived": false, + "open_issues_count": 282, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1110, + "open_issues": 282, + "watchers": 7693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1110, + "subscribers_count": 371 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-06-13T12:47:30Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 38, + "watchers_count": 38, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 21, + "open_issues": 2, + "watchers": 38, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-20T08:02:35Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10267, + "watchers_count": 10267, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 752, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 752, + "open_issues": 62, + "watchers": 10267, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 752, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-20T07:36:21Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 372, + "watchers_count": 372, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 93, + "open_issues": 2, + "watchers": 372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 93, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-19T09:59:22Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 213, + "watchers_count": 213, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 213, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-20T02:47:57Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3317, + "watchers_count": 3317, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 566, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 566, + "open_issues": 80, + "watchers": 3317, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 566, + "subscribers_count": 102 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-18T09:53:39Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 302, + "watchers_count": 302, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 83, + "open_issues": 4, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 83, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-19T03:04:49Z", + "pushed_at": "2018-07-16T01:35:31Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5107, + "stargazers_count": 731, + "watchers_count": 731, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-20T01:57:34Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3252, + "watchers_count": 3252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 772, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 772, + "open_issues": 123, + "watchers": 3252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 772, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-19T07:59:26Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 377, + "watchers_count": 377, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 73, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 73, + "open_issues": 3, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 73, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-06-15T12:15:38Z", + "pushed_at": "2018-06-15T12:15:36Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32570, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-13T12:43:30Z", + "pushed_at": "2018-07-03T01:34:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 264, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 4, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-13T12:43:30Z", + "pushed_at": "2018-07-03T01:34:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 264, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 4, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-18T14:11:35Z", + "pushed_at": "2018-07-19T19:17:18Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8052, + "stargazers_count": 1932, + "watchers_count": 1932, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-19T02:22:41Z", + "pushed_at": "2018-07-05T08:24:11Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9127, + "stargazers_count": 1364, + "watchers_count": 1364, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-20T07:30:12Z", + "pushed_at": "2018-07-20T07:56:58Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794034, + "stargazers_count": 38929, + "watchers_count": 38929, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13610, + "mirror_url": null, + "archived": false, + "open_issues_count": 3139, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13610, + "open_issues": 3139, + "watchers": 38929, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13610, + "subscribers_count": 2586 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-19T19:14:40Z", + "pushed_at": "2018-07-19T21:51:23Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254847, + "stargazers_count": 679, + "watchers_count": 679, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 650, + "mirror_url": null, + "archived": false, + "open_issues_count": 603, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 650, + "open_issues": 603, + "watchers": 679, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 650, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-20T03:36:55Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3040, + "watchers_count": 3040, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3040, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-19T19:45:32Z", + "pushed_at": "2018-07-20T07:34:59Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37940, + "stargazers_count": 3692, + "watchers_count": 3692, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 24, + "watchers": 3692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-20T02:50:10Z", + "pushed_at": "2018-07-20T02:49:59Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378310, + "stargazers_count": 3781, + "watchers_count": 3781, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1493, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1493, + "open_issues": 23, + "watchers": 3781, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1493, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-20T03:08:35Z", + "pushed_at": "2018-07-20T00:40:45Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 103207, + "stargazers_count": 3693, + "watchers_count": 3693, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 731, + "mirror_url": null, + "archived": false, + "open_issues_count": 390, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 731, + "open_issues": 390, + "watchers": 3693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 731, + "subscribers_count": 258 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-20T07:38:50Z", + "pushed_at": "2018-07-20T07:38:43Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38319, + "stargazers_count": 9113, + "watchers_count": 9113, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 908, + "mirror_url": null, + "archived": false, + "open_issues_count": 2302, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 908, + "open_issues": 2302, + "watchers": 9113, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 908, + "subscribers_count": 573 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-20T07:01:35Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 536, + "watchers_count": 536, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 536, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-19T19:09:42Z", + "pushed_at": "2018-07-19T00:23:41Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4791, + "stargazers_count": 3337, + "watchers_count": 3337, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-20T07:38:06Z", + "pushed_at": "2018-07-19T23:23:52Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118713, + "stargazers_count": 1684, + "watchers_count": 1684, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 148, + "open_issues": 30, + "watchers": 1684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-18T21:15:58Z", + "pushed_at": "2018-07-20T00:59:39Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22427, + "stargazers_count": 2427, + "watchers_count": 2427, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2427, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-20T07:26:03Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6758, + "watchers_count": 6758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 492, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 492, + "open_issues": 418, + "watchers": 6758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 492, + "subscribers_count": 269 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-19T23:41:06Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1251, + "watchers_count": 1251, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 60, + "open_issues": 67, + "watchers": 1251, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-20T02:40:49Z", + "pushed_at": "2018-07-19T19:50:49Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58083, + "stargazers_count": 2811, + "watchers_count": 2811, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 183, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 364, + "open_issues": 183, + "watchers": 2811, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-15T17:27:06Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1145, + "watchers_count": 1145, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-19T20:20:21Z", + "pushed_at": "2018-07-19T20:21:05Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3839, + "stargazers_count": 2213, + "watchers_count": 2213, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 220, + "mirror_url": null, + "archived": false, + "open_issues_count": 273, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 220, + "open_issues": 273, + "watchers": 2213, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 220, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-19T16:52:22Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 615, + "watchers_count": 615, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 615, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-19T18:28:30Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 92, + "watchers_count": 92, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 6, + "watchers": 92, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-19T18:28:30Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 92, + "watchers_count": 92, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 6, + "watchers": 92, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-20T03:19:10Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4902, + "watchers_count": 4902, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 413, + "open_issues": 144, + "watchers": 4902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 413, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-19T15:58:49Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3115, + "watchers_count": 3115, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3115, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-20T07:07:01Z", + "pushed_at": "2018-07-20T06:00:04Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30614, + "stargazers_count": 16442, + "watchers_count": 16442, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1643, + "mirror_url": null, + "archived": false, + "open_issues_count": 260, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1643, + "open_issues": 260, + "watchers": 16442, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1643, + "subscribers_count": 571 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-19T18:04:09Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-16T12:18:45Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 119, + "watchers_count": 119, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 5, + "watchers": 119, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-20T06:41:21Z", + "pushed_at": "2018-07-19T11:30:45Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3870, + "watchers_count": 3870, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 495, + "open_issues": 89, + "watchers": 3870, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-17T13:05:10Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-20T01:46:59Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3889, + "watchers_count": 3889, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 356, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 356, + "open_issues": 13, + "watchers": 3889, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 356, + "subscribers_count": 200 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-15T19:06:51Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 187, + "watchers_count": 187, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 187, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 15 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-19T05:38:06Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1440, + "watchers_count": 1440, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 256, + "open_issues": 180, + "watchers": 1440, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 256, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-19T06:29:19Z", + "pushed_at": "2018-07-19T21:16:21Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23494, + "stargazers_count": 334, + "watchers_count": 334, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 334, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-20T01:02:54Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 870, + "watchers_count": 870, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 86, + "open_issues": 41, + "watchers": 870, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 86, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-18T15:03:19Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1028, + "watchers_count": 1028, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1028, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-20T07:47:47Z", + "pushed_at": "2018-07-20T01:27:16Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43301, + "stargazers_count": 19301, + "watchers_count": 19301, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3855, + "mirror_url": null, + "archived": false, + "open_issues_count": 274, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3855, + "open_issues": 274, + "watchers": 19301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3855, + "subscribers_count": 1112 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-20T07:33:49Z", + "pushed_at": "2018-07-20T06:01:20Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 41849, + "stargazers_count": 9434, + "watchers_count": 9434, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1345, + "mirror_url": null, + "archived": false, + "open_issues_count": 810, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1345, + "open_issues": 810, + "watchers": 9434, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1345, + "subscribers_count": 612 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-19T14:03:41Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3720, + "watchers_count": 3720, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 743, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 743, + "open_issues": 224, + "watchers": 3720, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 743, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-19T08:14:26Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1007, + "watchers_count": 1007, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1007, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 8, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-18T10:51:32Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 378, + "watchers_count": 378, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-18T18:17:38Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 686, + "watchers_count": 686, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 686, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-20T01:11:06Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1272, + "watchers_count": 1272, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 199, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 199, + "open_issues": 205, + "watchers": 1272, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 199, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-18T14:15:43Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 370, + "watchers_count": 370, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 0, + "watchers": 370, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 51, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-19T00:18:30Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 460, + "watchers_count": 460, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 460, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-18T14:14:22Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-20T06:20:55Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-12T01:21:32Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 379, + "watchers_count": 379, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-20T07:29:54Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7225, + "watchers_count": 7225, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7225, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-20T01:03:30Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 244, + "watchers_count": 244, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 244, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 21 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-12T08:16:11Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 323, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-20T07:57:46Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4908, + "watchers_count": 4908, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-16T13:46:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 266, + "watchers_count": 266, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 266, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-19T21:41:02Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1166, + "watchers_count": 1166, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 2, + "watchers": 1166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-19T11:21:45Z", + "pushed_at": "2018-06-24T13:24:27Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31062, + "stargazers_count": 1174, + "watchers_count": 1174, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1174, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-19T14:03:40Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1995, + "watchers_count": 1995, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 213, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 213, + "open_issues": 8, + "watchers": 1995, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 213, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-20T07:46:51Z", + "pushed_at": "2018-07-18T17:47:13Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30750, + "stargazers_count": 642, + "watchers_count": 642, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 11, + "watchers": 642, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 27 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 4 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-17T12:36:16Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 711, + "watchers_count": 711, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 711, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-16T17:15:22Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 572, + "watchers_count": 572, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-20T07:21:28Z", + "pushed_at": "2018-07-20T07:21:29Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1668, + "stargazers_count": 52, + "watchers_count": 52, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 52, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-20T06:38:46Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 788, + "watchers_count": 788, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 55 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-20T07:35:06Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2247, + "watchers_count": 2247, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 332, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 332, + "open_issues": 13, + "watchers": 2247, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 332, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-18T08:32:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 8, + "watchers_count": 8, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 8, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-19T23:08:27Z", + "pushed_at": "2018-07-19T23:08:27Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56576, + "stargazers_count": 2793, + "watchers_count": 2793, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 204, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 204, + "open_issues": 33, + "watchers": 2793, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 204, + "subscribers_count": 81 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-20T07:02:14Z", + "pushed_at": "2018-07-19T19:38:46Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17378, + "stargazers_count": 8649, + "watchers_count": 8649, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 845, + "mirror_url": null, + "archived": false, + "open_issues_count": 327, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 845, + "open_issues": 327, + "watchers": 8649, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 845, + "subscribers_count": 363 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-20T06:26:38Z", + "pushed_at": "2018-07-19T19:03:20Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36497, + "stargazers_count": 1939, + "watchers_count": 1939, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 373, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 373, + "open_issues": 127, + "watchers": 1939, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 373, + "subscribers_count": 112 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-20T05:09:33Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 261, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 261, + "open_issues": 19, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 261, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-19T09:57:51Z", + "pushed_at": "2018-07-04T06:52:04Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5074, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 7, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-18T16:38:38Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 344, + "watchers_count": 344, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 344, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-20T02:30:52Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2895, + "watchers_count": 2895, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2895, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-20T07:56:54Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1967, + "watchers_count": 1967, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 157, + "open_issues": 24, + "watchers": 1967, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 157, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-19T14:10:39Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2275, + "watchers_count": 2275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 81 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-14T03:07:33Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 179, + "watchers_count": 179, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-19T23:17:55Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6143, + "watchers_count": 6143, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 782, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 782, + "open_issues": 18, + "watchers": 6143, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 782, + "subscribers_count": 322 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-18T11:34:34Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 431, + "watchers_count": 431, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-18T14:08:00Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 427, + "watchers_count": 427, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 427, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-19T20:45:04Z", + "pushed_at": "2018-07-19T22:09:19Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16438, + "stargazers_count": 818, + "watchers_count": 818, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 40, + "watchers": 818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-20T03:57:58Z", + "pushed_at": "2018-07-17T20:05:30Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8513, + "stargazers_count": 1749, + "watchers_count": 1749, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 71 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-19T06:55:35Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 233, + "watchers_count": 233, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 233, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 28 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-20T01:49:31Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1543, + "watchers_count": 1543, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1543, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-04T17:21:58Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-20T04:03:48Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1639, + "watchers_count": 1639, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 18, + "watchers": 1639, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 67 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-20T05:42:39Z", + "pushed_at": "2018-07-19T18:27:50Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 13373, + "stargazers_count": 1757, + "watchers_count": 1757, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 87, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 87, + "open_issues": 19, + "watchers": 1757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 87, + "subscribers_count": 79 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-16T02:32:52Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-20T03:07:03Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 335, + "watchers_count": 335, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 335, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 11 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-05T09:25:35Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-20T04:43:52Z", + "pushed_at": "2018-07-19T19:43:56Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6498, + "watchers_count": 6498, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 351 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-12T11:56:49Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 405, + "watchers_count": 405, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 119, + "open_issues": 0, + "watchers": 405, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-19T19:03:11Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 682, + "watchers_count": 682, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 411, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 411, + "open_issues": 2, + "watchers": 682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 411, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-20T07:21:09Z", + "pushed_at": "2018-07-20T07:21:06Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162142, + "stargazers_count": 970, + "watchers_count": 970, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 269, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 269, + "open_issues": 30, + "watchers": 970, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 269, + "subscribers_count": 55 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-19T13:17:08Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 300, + "watchers_count": 300, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-18T05:07:09Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 225, + "watchers_count": 225, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 1, + "watchers": 225, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-20T07:59:52Z", + "pushed_at": "2018-07-19T12:00:49Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1736, + "stargazers_count": 1068, + "watchers_count": 1068, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 61, + "open_issues": 20, + "watchers": 1068, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-05-27T18:39:33Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 2, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-20T07:47:08Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 315, + "watchers_count": 315, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-19T20:46:52Z", + "pushed_at": "2018-07-19T19:34:07Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15140, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 363, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-19T16:56:08Z", + "pushed_at": "2018-06-27T09:37:41Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1366, + "stargazers_count": 577, + "watchers_count": 577, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 147, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 147, + "open_issues": 38, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 147, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-19T16:45:26Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 880, + "watchers_count": 880, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 73, + "watchers": 880, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-20T06:31:34Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1875, + "watchers_count": 1875, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 44, + "watchers": 1875, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 59 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-19T02:37:33Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1314, + "watchers_count": 1314, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 30, + "watchers": 1314, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-12T22:34:07Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 130, + "watchers_count": 130, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 130, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-19T21:56:05Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 573, + "watchers_count": 573, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-17T22:15:28Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 649, + "watchers_count": 649, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 649, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 28 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-19T23:27:26Z", + "pushed_at": "2018-07-20T06:54:36Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 556, + "watchers_count": 556, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 15, + "watchers": 556, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-06-29T20:06:47Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 367, + "watchers_count": 367, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 249, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 249, + "open_issues": 40, + "watchers": 367, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 249, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-20T07:41:53Z", + "pushed_at": "2018-07-17T03:29:47Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 14999, + "watchers_count": 14999, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1553, + "mirror_url": null, + "archived": false, + "open_issues_count": 120, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1553, + "open_issues": 120, + "watchers": 14999, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1553, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-19T01:40:56Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 405, + "watchers_count": 405, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 405, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 64 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 2, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-19T20:03:02Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2365, + "watchers_count": 2365, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 77, + "watchers": 2365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 82 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-20T07:41:34Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7486, + "watchers_count": 7486, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1032, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1032, + "open_issues": 364, + "watchers": 7486, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1032, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-02-14T07:04:09Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 19, + "watchers_count": 19, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-18T16:48:22Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1815, + "watchers_count": 1815, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 40 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-16T19:05:38Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2405, + "watchers_count": 2405, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2405, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-18T13:09:46Z", + "pushed_at": "2018-07-03T18:51:47Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1455, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 41, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-18T16:47:49Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1435, + "watchers_count": 1435, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1435, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 56 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-19T19:24:55Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1901, + "watchers_count": 1901, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 16, + "watchers": 1901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-19T10:06:39Z", + "pushed_at": "2018-07-18T12:04:49Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16382, + "stargazers_count": 867, + "watchers_count": 867, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 135, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 165, + "open_issues": 135, + "watchers": 867, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-20T04:07:11Z", + "pushed_at": "2018-07-13T10:43:34Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5936, + "stargazers_count": 1422, + "watchers_count": 1422, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 62, + "watchers": 1422, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-13T16:12:51Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 20, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-18T17:13:06Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 981, + "watchers_count": 981, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 9, + "watchers": 981, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-16T09:42:39Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 515, + "watchers_count": 515, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 515, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-17T12:57:43Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 284, + "watchers_count": 284, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 284, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-20T08:01:09Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4336, + "watchers_count": 4336, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 53, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 53, + "watchers": 4336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 108 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-19T15:46:02Z", + "pushed_at": "2018-07-20T03:40:43Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62185, + "stargazers_count": 3351, + "watchers_count": 3351, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 631, + "mirror_url": null, + "archived": false, + "open_issues_count": 430, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 631, + "open_issues": 430, + "watchers": 3351, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 631, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-19T21:35:26Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2460, + "watchers_count": 2460, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2460, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-20T00:23:28Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2279, + "watchers_count": 2279, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 84, + "watchers": 2279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-20T08:02:24Z", + "pushed_at": "2018-07-20T07:47:50Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22258, + "stargazers_count": 10832, + "watchers_count": 10832, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 105, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 777, + "open_issues": 105, + "watchers": 10832, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 777, + "subscribers_count": 413 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-19T17:54:16Z", + "pushed_at": "2018-07-19T18:02:12Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61362, + "stargazers_count": 291, + "watchers_count": 291, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 291, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 15 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-19T08:54:03Z", + "pushed_at": "2018-07-18T22:57:59Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3737, + "stargazers_count": 753, + "watchers_count": 753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 23, + "watchers": 753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-19T08:54:10Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 39 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-17T17:51:19Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-06-27T09:33:11Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 293, + "watchers_count": 293, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 293, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 22 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-19T06:13:47Z", + "pushed_at": "2018-07-08T20:13:37Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 332, + "watchers_count": 332, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 31, + "watchers": 332, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-09T23:41:49Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-20T07:58:30Z", + "pushed_at": "2018-07-20T00:27:06Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068557, + "stargazers_count": 2980, + "watchers_count": 2980, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 348, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 348, + "open_issues": 39, + "watchers": 2980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 348, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-16T19:41:04Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 704, + "watchers_count": 704, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 704, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-20T07:44:06Z", + "pushed_at": "2018-07-19T03:56:15Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 992, + "stargazers_count": 3095, + "watchers_count": 3095, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 455, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 455, + "open_issues": 3, + "watchers": 3095, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 455, + "subscribers_count": 230 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-19T18:51:40Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 564, + "watchers_count": 564, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 564, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-20T07:46:19Z", + "pushed_at": "2018-07-15T12:06:05Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24656, + "watchers_count": 24656, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2003, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2003, + "open_issues": 64, + "watchers": 24656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2003, + "subscribers_count": 1116 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-20T07:58:11Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6904, + "watchers_count": 6904, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 478, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 478, + "open_issues": 7, + "watchers": 6904, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-20T06:55:13Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17407, + "watchers_count": 17407, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2834, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2834, + "open_issues": 218, + "watchers": 17407, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-20T06:55:13Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17407, + "watchers_count": 17407, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2834, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2834, + "open_issues": 218, + "watchers": 17407, + "default_branch": "master" + }, + "network_count": 2834, + "subscribers_count": 511 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-19T03:30:32Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7228, + "watchers_count": 7228, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 727, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 727, + "open_issues": 6, + "watchers": 7228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 727, + "subscribers_count": 301 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-20T07:21:46Z", + "pushed_at": "2018-07-19T21:15:20Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6259, + "stargazers_count": 2869, + "watchers_count": 2869, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1014, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1014, + "open_issues": 37, + "watchers": 2869, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1014, + "subscribers_count": 219 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-20T04:13:59Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4578, + "watchers_count": 4578, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 399, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 399, + "open_issues": 69, + "watchers": 4578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 399, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-16T23:04:32Z", + "pushed_at": "2018-07-19T19:31:29Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37840, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 36, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-19T14:03:49Z", + "pushed_at": "2018-07-20T00:41:45Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12605, + "stargazers_count": 4047, + "watchers_count": 4047, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1354, + "mirror_url": null, + "archived": false, + "open_issues_count": 409, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1354, + "open_issues": 409, + "watchers": 4047, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1354, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-19T21:32:20Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13862, + "watchers_count": 13862, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2381, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2381, + "open_issues": 5, + "watchers": 13862, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2381, + "subscribers_count": 676 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-20T02:23:07Z", + "pushed_at": "2018-07-09T15:42:26Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5740, + "stargazers_count": 15876, + "watchers_count": 15876, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 27, + "watchers": 15876, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 391 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-20T07:51:23Z", + "pushed_at": "2018-07-20T07:53:07Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14108, + "stargazers_count": 1307, + "watchers_count": 1307, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 362, + "mirror_url": null, + "archived": false, + "open_issues_count": 519, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 362, + "open_issues": 519, + "watchers": 1307, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 362, + "subscribers_count": 168 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-20T04:43:52Z", + "pushed_at": "2018-07-19T19:43:56Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6498, + "watchers_count": 6498, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 351 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-20T08:02:32Z", + "pushed_at": "2018-07-19T23:33:01Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35376, + "stargazers_count": 1761, + "watchers_count": 1761, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 1, + "watchers": 1761, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 111 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-20T07:59:51Z", + "pushed_at": "2018-06-27T16:25:21Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8543, + "watchers_count": 8543, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1667, + "mirror_url": null, + "archived": false, + "open_issues_count": 440, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1667, + "open_issues": 440, + "watchers": 8543, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1667, + "subscribers_count": 276 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-18T13:08:22Z", + "pushed_at": "2018-07-18T13:08:24Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 141, + "watchers_count": 141, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-19T12:55:45Z", + "pushed_at": "2018-07-19T11:02:50Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18405, + "stargazers_count": 5171, + "watchers_count": 5171, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 456, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 456, + "open_issues": 367, + "watchers": 5171, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 456, + "subscribers_count": 253 + } +] diff --git a/data/2018-07-21T16.13.29-fetched_repo_data.json b/data/2018-07-21T16.13.29-fetched_repo_data.json new file mode 100644 index 0000000..4303f3c --- /dev/null +++ b/data/2018-07-21T16.13.29-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-21T16:10:29Z", + "pushed_at": "2018-07-21T05:24:41Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89252, + "watchers_count": 89252, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11791, + "mirror_url": null, + "archived": false, + "open_issues_count": 200, + "license": null, + "forks": 11791, + "open_issues": 200, + "watchers": 89252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11791, + "subscribers_count": 5649 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-21T14:01:20Z", + "pushed_at": "2018-07-20T18:16:32Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2108, + "stargazers_count": 11837, + "watchers_count": 11837, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1337, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1337, + "open_issues": 4, + "watchers": 11837, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1337, + "subscribers_count": 637 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-05T17:37:57Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-06-26T10:55:13Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 9, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-19T10:06:07Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2489, + "watchers_count": 2489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 188, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 188, + "open_issues": 0, + "watchers": 2489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 188, + "subscribers_count": 116 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-21T08:52:42Z", + "pushed_at": "2018-07-21T08:51:49Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136604, + "stargazers_count": 49619, + "watchers_count": 49619, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14487, + "mirror_url": null, + "archived": false, + "open_issues_count": 3254, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14487, + "open_issues": 3254, + "watchers": 49619, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14487, + "subscribers_count": 3341 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-21T15:13:38Z", + "pushed_at": "2018-07-20T22:39:37Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10604, + "stargazers_count": 13268, + "watchers_count": 13268, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2032, + "mirror_url": null, + "archived": false, + "open_issues_count": 595, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2032, + "open_issues": 595, + "watchers": 13268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2032, + "subscribers_count": 615 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-20T19:59:17Z", + "pushed_at": "2018-07-20T14:06:19Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4787, + "watchers_count": 4787, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 860, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 860, + "watchers": 4787, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-20T19:59:15Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5202, + "watchers_count": 5202, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1066, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1066, + "open_issues": 276, + "watchers": 5202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1066, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-21T15:42:51Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5064, + "watchers_count": 5064, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5064, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-06-25T05:04:38Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 221, + "watchers_count": 221, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 221, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-18T14:05:54Z", + "pushed_at": "2018-07-21T01:47:10Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 145, + "watchers_count": 145, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 8 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-20T13:10:16Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1275, + "watchers_count": 1275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 75, + "open_issues": 1, + "watchers": 1275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-05-25T20:16:31Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-04-16T22:01:45Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 10, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-06-24T11:02:30Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 47, + "watchers_count": 47, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 47, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-21T06:24:40Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1987, + "watchers_count": 1987, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 34, + "watchers": 1987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 66 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-21T05:17:01Z", + "pushed_at": "2018-07-17T16:17:00Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2024, + "stargazers_count": 573, + "watchers_count": 573, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-19T05:43:26Z", + "pushed_at": "2018-07-19T13:15:58Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98196, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-21T11:24:59Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7696, + "watchers_count": 7696, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1111, + "mirror_url": null, + "archived": false, + "open_issues_count": 283, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1111, + "open_issues": 283, + "watchers": 7696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1111, + "subscribers_count": 371 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-06-13T12:47:30Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 38, + "watchers_count": 38, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 21, + "open_issues": 2, + "watchers": 38, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-21T12:07:40Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10286, + "watchers_count": 10286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 752, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 752, + "open_issues": 62, + "watchers": 10286, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 752, + "subscribers_count": 450 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-20T07:36:21Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 372, + "watchers_count": 372, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 93, + "open_issues": 2, + "watchers": 372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 93, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-19T09:59:22Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 213, + "watchers_count": 213, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 213, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-21T08:44:08Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3318, + "watchers_count": 3318, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 566, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 566, + "open_issues": 80, + "watchers": 3318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 566, + "subscribers_count": 102 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-18T09:53:39Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 302, + "watchers_count": 302, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 4, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-21T13:22:01Z", + "pushed_at": "2018-07-16T01:35:31Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5107, + "stargazers_count": 733, + "watchers_count": 733, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-21T15:24:00Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3257, + "watchers_count": 3257, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 771, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 771, + "open_issues": 122, + "watchers": 3257, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 771, + "subscribers_count": 202 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-19T07:59:26Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 377, + "watchers_count": 377, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 74, + "open_issues": 3, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 74, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-21T00:09:07Z", + "pushed_at": "2018-07-21T00:09:05Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 265, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-21T00:09:07Z", + "pushed_at": "2018-07-21T00:09:05Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 265, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-18T14:11:35Z", + "pushed_at": "2018-07-19T19:17:18Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8052, + "stargazers_count": 1932, + "watchers_count": 1932, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-19T02:22:41Z", + "pushed_at": "2018-07-05T08:24:11Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9127, + "stargazers_count": 1364, + "watchers_count": 1364, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-21T14:59:19Z", + "pushed_at": "2018-07-21T15:53:06Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794290, + "stargazers_count": 38968, + "watchers_count": 38968, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13622, + "mirror_url": null, + "archived": false, + "open_issues_count": 3124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13622, + "open_issues": 3124, + "watchers": 38968, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13622, + "subscribers_count": 2591 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-20T17:59:47Z", + "pushed_at": "2018-07-21T00:31:02Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254877, + "stargazers_count": 679, + "watchers_count": 679, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 651, + "mirror_url": null, + "archived": false, + "open_issues_count": 600, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 651, + "open_issues": 600, + "watchers": 679, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 651, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-20T13:31:29Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3041, + "watchers_count": 3041, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3041, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-19T19:45:32Z", + "pushed_at": "2018-07-21T06:47:25Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37973, + "stargazers_count": 3692, + "watchers_count": 3692, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 22, + "watchers": 3692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-21T06:42:47Z", + "pushed_at": "2018-07-21T00:45:17Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378321, + "stargazers_count": 3782, + "watchers_count": 3782, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1494, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1494, + "open_issues": 24, + "watchers": 3782, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1494, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-21T11:06:21Z", + "pushed_at": "2018-07-20T23:41:28Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 103390, + "stargazers_count": 3695, + "watchers_count": 3695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 731, + "mirror_url": null, + "archived": false, + "open_issues_count": 392, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 731, + "open_issues": 392, + "watchers": 3695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 731, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-21T15:39:09Z", + "pushed_at": "2018-07-20T22:14:08Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38390, + "stargazers_count": 9124, + "watchers_count": 9124, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 909, + "mirror_url": null, + "archived": false, + "open_issues_count": 2302, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 909, + "open_issues": 2302, + "watchers": 9124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 909, + "subscribers_count": 572 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-20T07:01:35Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 536, + "watchers_count": 536, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 536, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-21T03:49:59Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3338, + "watchers_count": 3338, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3338, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-21T02:09:40Z", + "pushed_at": "2018-07-21T03:51:52Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118663, + "stargazers_count": 1684, + "watchers_count": 1684, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 148, + "open_issues": 31, + "watchers": 1684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-20T14:19:07Z", + "pushed_at": "2018-07-20T00:59:39Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22427, + "stargazers_count": 2428, + "watchers_count": 2428, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-20T19:58:52Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6758, + "watchers_count": 6758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 492, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 492, + "open_issues": 418, + "watchers": 6758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 492, + "subscribers_count": 270 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-19T23:41:06Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1251, + "watchers_count": 1251, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 60, + "open_issues": 67, + "watchers": 1251, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-20T14:08:08Z", + "pushed_at": "2018-07-20T13:19:10Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58083, + "stargazers_count": 2812, + "watchers_count": 2812, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 183, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 183, + "watchers": 2812, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-15T17:27:06Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1145, + "watchers_count": 1145, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-20T12:37:36Z", + "pushed_at": "2018-07-19T20:21:05Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3839, + "stargazers_count": 2214, + "watchers_count": 2214, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 221, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 221, + "open_issues": 272, + "watchers": 2214, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 221, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-21T15:39:01Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 614, + "watchers_count": 614, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 614, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-19T18:28:30Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 92, + "watchers_count": 92, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 92, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-19T18:28:30Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 92, + "watchers_count": 92, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 92, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-21T06:42:44Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4905, + "watchers_count": 4905, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 413, + "open_issues": 144, + "watchers": 4905, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 413, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-21T15:39:53Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3117, + "watchers_count": 3117, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3117, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-21T15:40:00Z", + "pushed_at": "2018-07-21T08:02:50Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30614, + "stargazers_count": 16459, + "watchers_count": 16459, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1646, + "mirror_url": null, + "archived": false, + "open_issues_count": 268, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1646, + "open_issues": 268, + "watchers": 16459, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1646, + "subscribers_count": 572 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-19T18:04:09Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-20T16:15:43Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 120, + "watchers_count": 120, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 5, + "watchers": 120, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-21T14:30:16Z", + "pushed_at": "2018-07-19T11:30:45Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3881, + "watchers_count": 3881, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 496, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 496, + "open_issues": 89, + "watchers": 3881, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 496, + "subscribers_count": 184 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-17T13:05:10Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-21T12:38:25Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3896, + "watchers_count": 3896, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 13, + "watchers": 3896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-15T19:06:51Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 187, + "watchers_count": 187, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 187, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 15 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-21T08:47:30Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1442, + "watchers_count": 1442, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 256, + "open_issues": 180, + "watchers": 1442, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 256, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-19T06:29:19Z", + "pushed_at": "2018-07-20T15:32:55Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23494, + "stargazers_count": 334, + "watchers_count": 334, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 130, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 130, + "watchers": 334, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-21T08:47:08Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 873, + "watchers_count": 873, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 86, + "open_issues": 41, + "watchers": 873, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 86, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-21T14:32:02Z", + "pushed_at": "2018-07-21T06:36:38Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43325, + "stargazers_count": 19313, + "watchers_count": 19313, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3858, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3858, + "open_issues": 277, + "watchers": 19313, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3858, + "subscribers_count": 1112 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-21T14:38:28Z", + "pushed_at": "2018-07-21T15:58:20Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 41775, + "stargazers_count": 9457, + "watchers_count": 9457, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 788, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1351, + "open_issues": 788, + "watchers": 9457, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1351, + "subscribers_count": 612 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-20T17:04:38Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3722, + "watchers_count": 3722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 743, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 743, + "open_issues": 224, + "watchers": 3722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 743, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-19T08:14:26Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1007, + "watchers_count": 1007, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1007, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-18T10:51:32Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 378, + "watchers_count": 378, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-20T20:12:16Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 688, + "watchers_count": 688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-21T15:05:56Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1273, + "watchers_count": 1273, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 200, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 200, + "open_issues": 205, + "watchers": 1273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 200, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-20T10:03:33Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 371, + "watchers_count": 371, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 0, + "watchers": 371, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 51, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-21T07:52:18Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 464, + "watchers_count": 464, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 464, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-21T10:24:46Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 94, + "watchers_count": 94, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 94, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-20T06:20:55Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-12T01:21:32Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 379, + "watchers_count": 379, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-21T08:05:00Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7229, + "watchers_count": 7229, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-20T01:03:30Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 244, + "watchers_count": 244, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 244, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 21 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-12T08:16:11Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 323, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-20T09:49:45Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4909, + "watchers_count": 4909, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-16T13:46:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 266, + "watchers_count": 266, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 266, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-20T12:11:04Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1167, + "watchers_count": 1167, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 2, + "watchers": 1167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-20T09:12:02Z", + "pushed_at": "2018-06-24T13:24:27Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31062, + "stargazers_count": 1175, + "watchers_count": 1175, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-19T14:03:40Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1995, + "watchers_count": 1995, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 213, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 213, + "open_issues": 8, + "watchers": 1995, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 213, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-21T11:57:47Z", + "pushed_at": "2018-07-20T11:16:27Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30750, + "stargazers_count": 645, + "watchers_count": 645, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 12, + "watchers": 645, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 27 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 4 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-20T14:11:19Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 712, + "watchers_count": 712, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 712, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-16T17:15:22Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 572, + "watchers_count": 572, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-21T09:25:27Z", + "pushed_at": "2018-07-20T18:27:32Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1671, + "stargazers_count": 53, + "watchers_count": 53, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-20T06:38:46Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 788, + "watchers_count": 788, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 55 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-21T10:50:28Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2248, + "watchers_count": 2248, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 332, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 332, + "open_issues": 13, + "watchers": 2248, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 332, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-18T08:32:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 8, + "watchers_count": 8, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 8, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-20T18:02:13Z", + "pushed_at": "2018-07-19T23:08:27Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56576, + "stargazers_count": 2795, + "watchers_count": 2795, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 204, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 204, + "open_issues": 33, + "watchers": 2795, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 204, + "subscribers_count": 81 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-21T15:39:57Z", + "pushed_at": "2018-07-21T10:37:00Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17403, + "stargazers_count": 8656, + "watchers_count": 8656, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 847, + "mirror_url": null, + "archived": false, + "open_issues_count": 325, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 847, + "open_issues": 325, + "watchers": 8656, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 847, + "subscribers_count": 363 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-21T08:58:21Z", + "pushed_at": "2018-07-20T18:41:57Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36499, + "stargazers_count": 1942, + "watchers_count": 1942, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 375, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 375, + "open_issues": 126, + "watchers": 1942, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 375, + "subscribers_count": 113 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-20T05:09:33Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 261, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 261, + "open_issues": 19, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 261, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-20T08:11:47Z", + "pushed_at": "2018-07-20T08:11:45Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5075, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 7, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-20T12:00:21Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-20T02:30:52Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2895, + "watchers_count": 2895, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2895, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-21T12:23:04Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1971, + "watchers_count": 1971, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 157, + "open_issues": 24, + "watchers": 1971, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 157, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-21T03:33:17Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2276, + "watchers_count": 2276, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2276, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 81 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-14T03:07:33Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 179, + "watchers_count": 179, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-21T11:59:08Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6149, + "watchers_count": 6149, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 784, + "open_issues": 18, + "watchers": 6149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 784, + "subscribers_count": 323 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-18T11:34:34Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 431, + "watchers_count": 431, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-21T15:28:54Z", + "pushed_at": "2018-07-21T07:51:18Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16438, + "stargazers_count": 823, + "watchers_count": 823, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 43, + "watchers": 823, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-20T12:16:13Z", + "pushed_at": "2018-07-17T20:05:30Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8513, + "stargazers_count": 1750, + "watchers_count": 1750, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 71 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-21T10:39:14Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 234, + "watchers_count": 234, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 28 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-21T15:29:59Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1546, + "watchers_count": 1546, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1546, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-04T17:21:58Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-20T10:47:02Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1642, + "watchers_count": 1642, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 18, + "watchers": 1642, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 67 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-21T12:59:11Z", + "pushed_at": "2018-07-21T12:44:41Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 13373, + "stargazers_count": 1763, + "watchers_count": 1763, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 88, + "open_issues": 19, + "watchers": 1763, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 79 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-16T02:32:52Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-20T15:36:53Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 336, + "watchers_count": 336, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 11 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-05T09:25:35Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-21T14:50:13Z", + "pushed_at": "2018-07-19T19:43:56Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6503, + "watchers_count": 6503, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6503, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 352 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-20T14:19:04Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 406, + "watchers_count": 406, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 119, + "open_issues": 0, + "watchers": 406, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-20T11:38:38Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 683, + "watchers_count": 683, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 411, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 411, + "open_issues": 2, + "watchers": 683, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 411, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-20T11:48:28Z", + "pushed_at": "2018-07-20T11:10:52Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162159, + "stargazers_count": 971, + "watchers_count": 971, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 269, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 269, + "open_issues": 30, + "watchers": 971, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 269, + "subscribers_count": 55 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-20T15:12:25Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 301, + "watchers_count": 301, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-21T10:03:21Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 226, + "watchers_count": 226, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 1, + "watchers": 226, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-21T14:56:12Z", + "pushed_at": "2018-07-21T00:04:38Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1737, + "stargazers_count": 1069, + "watchers_count": 1069, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 19, + "watchers": 1069, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-20T07:47:08Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 315, + "watchers_count": 315, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-20T15:28:23Z", + "pushed_at": "2018-07-20T17:40:08Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15138, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 364, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-19T16:56:08Z", + "pushed_at": "2018-07-20T16:42:06Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1366, + "stargazers_count": 577, + "watchers_count": 577, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 148, + "open_issues": 39, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-20T14:10:18Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 880, + "watchers_count": 880, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 155, + "mirror_url": null, + "archived": false, + "open_issues_count": 74, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 155, + "open_issues": 74, + "watchers": 880, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 155, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-20T06:31:34Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1875, + "watchers_count": 1875, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 44, + "watchers": 1875, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 59 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-20T09:29:50Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1315, + "watchers_count": 1315, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-19T21:56:05Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 573, + "watchers_count": 573, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-20T08:28:17Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 650, + "watchers_count": 650, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 650, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 28 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-20T23:27:31Z", + "pushed_at": "2018-07-20T06:54:36Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 557, + "watchers_count": 557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 15, + "watchers": 557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-06-29T20:06:47Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 367, + "watchers_count": 367, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 249, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 249, + "open_issues": 40, + "watchers": 367, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 249, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-21T16:09:37Z", + "pushed_at": "2018-07-21T15:07:05Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15009, + "watchers_count": 15009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1557, + "mirror_url": null, + "archived": false, + "open_issues_count": 121, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1557, + "open_issues": 121, + "watchers": 15009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1557, + "subscribers_count": 555 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-21T06:18:33Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 407, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 64 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 2, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-21T15:52:47Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2372, + "watchers_count": 2372, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 79, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 79, + "watchers": 2372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 82 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-21T02:49:18Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7487, + "watchers_count": 7487, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1032, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1032, + "open_issues": 364, + "watchers": 7487, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1032, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-02-14T07:04:09Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 19, + "watchers_count": 19, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-18T16:48:22Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1815, + "watchers_count": 1815, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 40 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-20T20:59:43Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2404, + "watchers_count": 2404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-18T13:09:46Z", + "pushed_at": "2018-07-03T18:51:47Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1455, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 41, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-20T14:05:48Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1436, + "watchers_count": 1436, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 56 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-21T11:39:34Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 16, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-21T01:03:12Z", + "pushed_at": "2018-07-20T15:52:28Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16384, + "stargazers_count": 869, + "watchers_count": 869, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 166, + "mirror_url": null, + "archived": false, + "open_issues_count": 135, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 166, + "open_issues": 135, + "watchers": 869, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 166, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-20T04:07:11Z", + "pushed_at": "2018-07-13T10:43:34Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5936, + "stargazers_count": 1422, + "watchers_count": 1422, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 64, + "watchers": 1422, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-13T16:12:51Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 20, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-18T17:13:06Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 981, + "watchers_count": 981, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 9, + "watchers": 981, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-20T15:18:38Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 516, + "watchers_count": 516, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-17T12:57:43Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 284, + "watchers_count": 284, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 284, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-20T20:31:18Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4337, + "watchers_count": 4337, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 53, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 53, + "watchers": 4337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-21T04:55:49Z", + "pushed_at": "2018-07-20T22:04:06Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62185, + "stargazers_count": 3352, + "watchers_count": 3352, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 631, + "mirror_url": null, + "archived": false, + "open_issues_count": 433, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 631, + "open_issues": 433, + "watchers": 3352, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 631, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-21T13:59:27Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2464, + "watchers_count": 2464, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2464, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-21T14:30:09Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2280, + "watchers_count": 2280, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 86, + "watchers": 2280, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-21T08:33:13Z", + "pushed_at": "2018-07-21T08:33:09Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22260, + "stargazers_count": 10837, + "watchers_count": 10837, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 779, + "mirror_url": null, + "archived": false, + "open_issues_count": 106, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 779, + "open_issues": 106, + "watchers": 10837, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 779, + "subscribers_count": 412 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-20T17:46:08Z", + "pushed_at": "2018-07-20T17:49:59Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61370, + "stargazers_count": 292, + "watchers_count": 292, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 292, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-20T19:16:28Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 753, + "watchers_count": 753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 22, + "watchers": 753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-20T15:01:36Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2404, + "watchers_count": 2404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 39 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-21T04:48:14Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-06-27T09:33:11Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 293, + "watchers_count": 293, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 293, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 22 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-21T14:31:13Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 334, + "watchers_count": 334, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 334, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-09T23:41:49Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-21T12:23:29Z", + "pushed_at": "2018-07-21T09:44:29Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1067522, + "stargazers_count": 2983, + "watchers_count": 2983, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 348, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 348, + "open_issues": 42, + "watchers": 2983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 348, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-16T19:41:04Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 704, + "watchers_count": 704, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 704, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-21T14:01:29Z", + "pushed_at": "2018-07-19T03:56:15Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 992, + "stargazers_count": 3102, + "watchers_count": 3102, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 455, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 455, + "open_issues": 3, + "watchers": 3102, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 455, + "subscribers_count": 230 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-19T18:51:40Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 564, + "watchers_count": 564, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 564, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-21T16:10:28Z", + "pushed_at": "2018-07-21T13:10:18Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24682, + "watchers_count": 24682, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2008, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2008, + "open_issues": 67, + "watchers": 24682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2008, + "subscribers_count": 1120 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-21T01:48:25Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6906, + "watchers_count": 6906, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 479, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 479, + "open_issues": 7, + "watchers": 6906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-21T14:42:48Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17415, + "watchers_count": 17415, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2837, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2837, + "open_issues": 218, + "watchers": 17415, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-21T14:42:48Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17415, + "watchers_count": 17415, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2837, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2837, + "open_issues": 218, + "watchers": 17415, + "default_branch": "master" + }, + "network_count": 2837, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-20T09:22:28Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7229, + "watchers_count": 7229, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 726, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 726, + "open_issues": 6, + "watchers": 7229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 726, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-21T06:54:49Z", + "pushed_at": "2018-07-21T07:16:26Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6278, + "stargazers_count": 2871, + "watchers_count": 2871, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1013, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1013, + "open_issues": 34, + "watchers": 2871, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1013, + "subscribers_count": 220 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-20T23:23:17Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4578, + "watchers_count": 4578, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 399, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 399, + "open_issues": 68, + "watchers": 4578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 399, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-20T21:15:04Z", + "pushed_at": "2018-07-20T21:15:02Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37860, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-21T02:41:13Z", + "pushed_at": "2018-07-20T17:21:25Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4050, + "watchers_count": 4050, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1353, + "mirror_url": null, + "archived": false, + "open_issues_count": 408, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1353, + "open_issues": 408, + "watchers": 4050, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1353, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-21T16:12:10Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13871, + "watchers_count": 13871, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2387, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2387, + "open_issues": 5, + "watchers": 13871, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2387, + "subscribers_count": 675 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-21T11:41:42Z", + "pushed_at": "2018-07-20T19:55:39Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5702, + "stargazers_count": 15880, + "watchers_count": 15880, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 27, + "watchers": 15880, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 391 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-21T06:07:06Z", + "pushed_at": "2018-07-21T00:04:57Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14115, + "stargazers_count": 1319, + "watchers_count": 1319, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 362, + "mirror_url": null, + "archived": false, + "open_issues_count": 522, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 362, + "open_issues": 522, + "watchers": 1319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 362, + "subscribers_count": 169 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-21T14:50:13Z", + "pushed_at": "2018-07-19T19:43:56Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73373, + "stargazers_count": 6503, + "watchers_count": 6503, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6503, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 352 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-21T12:17:09Z", + "pushed_at": "2018-07-19T23:33:01Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35376, + "stargazers_count": 1766, + "watchers_count": 1766, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 254, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 254, + "open_issues": 1, + "watchers": 1766, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 254, + "subscribers_count": 111 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-21T15:39:14Z", + "pushed_at": "2018-06-27T16:25:21Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8554, + "watchers_count": 8554, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1667, + "mirror_url": null, + "archived": false, + "open_issues_count": 439, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1667, + "open_issues": 439, + "watchers": 8554, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1667, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-20T08:48:03Z", + "pushed_at": "2018-07-18T13:08:24Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-21T15:39:03Z", + "pushed_at": "2018-07-21T15:23:06Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18414, + "stargazers_count": 5171, + "watchers_count": 5171, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 457, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 457, + "open_issues": 367, + "watchers": 5171, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 457, + "subscribers_count": 253 + } +] diff --git a/data/2018-07-22T16.13.48-fetched_repo_data.json b/data/2018-07-22T16.13.48-fetched_repo_data.json new file mode 100644 index 0000000..e7c4a97 --- /dev/null +++ b/data/2018-07-22T16.13.48-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-22T15:53:43Z", + "pushed_at": "2018-07-21T05:24:41Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89290, + "watchers_count": 89290, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11800, + "mirror_url": null, + "archived": false, + "open_issues_count": 200, + "license": null, + "forks": 11800, + "open_issues": 200, + "watchers": 89290, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11800, + "subscribers_count": 5651 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-22T15:55:56Z", + "pushed_at": "2018-07-21T16:15:09Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2253, + "stargazers_count": 11840, + "watchers_count": 11840, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1337, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1337, + "open_issues": 4, + "watchers": 11840, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1337, + "subscribers_count": 636 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-05T17:37:57Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-06-26T10:55:13Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 9, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-19T10:06:07Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2489, + "watchers_count": 2489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 116 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-22T14:42:39Z", + "pushed_at": "2018-07-21T08:51:49Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136604, + "stargazers_count": 49626, + "watchers_count": 49626, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14488, + "mirror_url": null, + "archived": false, + "open_issues_count": 3255, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14488, + "open_issues": 3255, + "watchers": 49626, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14488, + "subscribers_count": 3340 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-22T11:11:20Z", + "pushed_at": "2018-07-20T22:39:37Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10604, + "stargazers_count": 13269, + "watchers_count": 13269, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2034, + "mirror_url": null, + "archived": false, + "open_issues_count": 595, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2034, + "open_issues": 595, + "watchers": 13269, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2034, + "subscribers_count": 615 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-21T19:00:36Z", + "pushed_at": "2018-07-20T14:06:19Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4788, + "watchers_count": 4788, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 860, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 860, + "watchers": 4788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-20T19:59:15Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5202, + "watchers_count": 5202, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 276, + "watchers": 5202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-22T14:28:34Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5065, + "watchers_count": 5065, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5065, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-21T23:43:36Z", + "pushed_at": "2018-07-21T01:47:10Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 146, + "watchers_count": 146, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 146, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 8 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-20T13:10:16Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1275, + "watchers_count": 1275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-05-25T20:16:31Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-04-16T22:01:45Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 10, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-06-24T11:02:30Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 47, + "watchers_count": 47, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 47, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-22T07:54:33Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1988, + "watchers_count": 1988, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 34, + "watchers": 1988, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 66 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-22T07:58:34Z", + "pushed_at": "2018-07-17T16:17:00Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2024, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-19T05:43:26Z", + "pushed_at": "2018-07-19T13:15:58Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98196, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-22T07:21:22Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7697, + "watchers_count": 7697, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1111, + "mirror_url": null, + "archived": false, + "open_issues_count": 283, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1111, + "open_issues": 283, + "watchers": 7697, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1111, + "subscribers_count": 371 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-06-13T12:47:30Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 38, + "watchers_count": 38, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 21, + "open_issues": 2, + "watchers": 38, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-22T13:12:38Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10293, + "watchers_count": 10293, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 752, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 752, + "open_issues": 62, + "watchers": 10293, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 752, + "subscribers_count": 451 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-20T07:36:21Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 372, + "watchers_count": 372, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 93, + "open_issues": 2, + "watchers": 372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 93, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-19T09:59:22Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 213, + "watchers_count": 213, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 213, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-21T08:44:08Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3318, + "watchers_count": 3318, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 566, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 566, + "open_issues": 80, + "watchers": 3318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 566, + "subscribers_count": 102 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-18T09:53:39Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 302, + "watchers_count": 302, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 4, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-21T21:33:21Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 733, + "watchers_count": 733, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-21T23:06:57Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3258, + "watchers_count": 3258, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 772, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 772, + "open_issues": 122, + "watchers": 3258, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 772, + "subscribers_count": 202 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-22T09:48:59Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 378, + "watchers_count": 378, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 74, + "open_issues": 3, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 74, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-22T14:34:46Z", + "pushed_at": "2018-07-19T19:17:18Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8052, + "stargazers_count": 1933, + "watchers_count": 1933, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1933, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-19T02:22:41Z", + "pushed_at": "2018-07-05T08:24:11Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9127, + "stargazers_count": 1364, + "watchers_count": 1364, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-22T15:00:03Z", + "pushed_at": "2018-07-22T15:14:04Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794290, + "stargazers_count": 38993, + "watchers_count": 38993, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13631, + "mirror_url": null, + "archived": false, + "open_issues_count": 3125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13631, + "open_issues": 3125, + "watchers": 38993, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13631, + "subscribers_count": 2594 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-20T17:59:47Z", + "pushed_at": "2018-07-22T02:56:37Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254877, + "stargazers_count": 679, + "watchers_count": 679, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 651, + "mirror_url": null, + "archived": false, + "open_issues_count": 601, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 651, + "open_issues": 601, + "watchers": 679, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 651, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-21T17:19:06Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3042, + "watchers_count": 3042, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3042, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-19T19:45:32Z", + "pushed_at": "2018-07-21T06:47:25Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37973, + "stargazers_count": 3692, + "watchers_count": 3692, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 22, + "watchers": 3692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-22T06:52:47Z", + "pushed_at": "2018-07-22T09:58:24Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378321, + "stargazers_count": 3783, + "watchers_count": 3783, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1495, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1495, + "open_issues": 25, + "watchers": 3783, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1495, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-21T16:53:50Z", + "pushed_at": "2018-07-20T23:41:28Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 103390, + "stargazers_count": 3696, + "watchers_count": 3696, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 731, + "mirror_url": null, + "archived": false, + "open_issues_count": 392, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 731, + "open_issues": 392, + "watchers": 3696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 731, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-22T15:38:40Z", + "pushed_at": "2018-07-22T15:38:33Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38390, + "stargazers_count": 9128, + "watchers_count": 9128, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 909, + "mirror_url": null, + "archived": false, + "open_issues_count": 2301, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 909, + "open_issues": 2301, + "watchers": 9128, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 909, + "subscribers_count": 573 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-20T07:01:35Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 536, + "watchers_count": 536, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 536, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-21T03:49:59Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3338, + "watchers_count": 3338, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3338, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-22T03:57:28Z", + "pushed_at": "2018-07-21T03:51:52Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118663, + "stargazers_count": 1685, + "watchers_count": 1685, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 148, + "open_issues": 31, + "watchers": 1685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-20T14:19:07Z", + "pushed_at": "2018-07-20T00:59:39Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22427, + "stargazers_count": 2428, + "watchers_count": 2428, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-20T19:58:52Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6758, + "watchers_count": 6758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 492, + "mirror_url": null, + "archived": false, + "open_issues_count": 419, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 492, + "open_issues": 419, + "watchers": 6758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 492, + "subscribers_count": 270 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-22T13:42:08Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 60, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-21T23:19:01Z", + "pushed_at": "2018-07-20T13:19:10Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58083, + "stargazers_count": 2813, + "watchers_count": 2813, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 183, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 183, + "watchers": 2813, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-15T17:27:06Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1145, + "watchers_count": 1145, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-22T14:34:47Z", + "pushed_at": "2018-07-22T00:01:31Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3844, + "stargazers_count": 2216, + "watchers_count": 2216, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 221, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 221, + "open_issues": 272, + "watchers": 2216, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 221, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-21T15:39:01Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 614, + "watchers_count": 614, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 614, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-21T22:52:25Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 93, + "watchers_count": 93, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 93, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-21T22:52:25Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 93, + "watchers_count": 93, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 93, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-22T14:50:08Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4906, + "watchers_count": 4906, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 413, + "open_issues": 144, + "watchers": 4906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 413, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-22T12:37:00Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3119, + "watchers_count": 3119, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3119, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-22T15:15:40Z", + "pushed_at": "2018-07-21T08:02:50Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30614, + "stargazers_count": 16468, + "watchers_count": 16468, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1649, + "mirror_url": null, + "archived": false, + "open_issues_count": 268, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1649, + "open_issues": 268, + "watchers": 16468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1649, + "subscribers_count": 571 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-22T11:39:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-20T16:15:43Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 120, + "watchers_count": 120, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 5, + "watchers": 120, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-22T15:42:28Z", + "pushed_at": "2018-07-19T11:30:45Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3886, + "watchers_count": 3886, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 496, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 496, + "open_issues": 89, + "watchers": 3886, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 496, + "subscribers_count": 184 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-17T13:05:10Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-22T13:28:40Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3898, + "watchers_count": 3898, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 13, + "watchers": 3898, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-21T18:50:17Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 188, + "watchers_count": 188, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 188, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 15 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-21T08:47:30Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1442, + "watchers_count": 1442, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 256, + "open_issues": 180, + "watchers": 1442, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 256, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-19T06:29:19Z", + "pushed_at": "2018-07-20T15:32:55Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23494, + "stargazers_count": 334, + "watchers_count": 334, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 130, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 130, + "watchers": 334, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-22T08:31:39Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 876, + "watchers_count": 876, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 87, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 87, + "open_issues": 41, + "watchers": 876, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 87, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-22T15:57:57Z", + "pushed_at": "2018-07-22T07:34:41Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43325, + "stargazers_count": 19318, + "watchers_count": 19318, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3859, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3859, + "open_issues": 279, + "watchers": 19318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3859, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-22T15:03:31Z", + "pushed_at": "2018-07-22T16:03:47Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 41817, + "stargazers_count": 9470, + "watchers_count": 9470, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1353, + "mirror_url": null, + "archived": false, + "open_issues_count": 783, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1353, + "open_issues": 783, + "watchers": 9470, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1353, + "subscribers_count": 612 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-22T15:56:46Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3726, + "watchers_count": 3726, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 744, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 744, + "open_issues": 224, + "watchers": 3726, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 744, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-22T14:48:32Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1008, + "watchers_count": 1008, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1008, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-22T13:30:28Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 379, + "watchers_count": 379, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-22T13:48:28Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-21T15:05:56Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1273, + "watchers_count": 1273, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 200, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 200, + "open_issues": 205, + "watchers": 1273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 200, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-22T14:53:01Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 373, + "watchers_count": 373, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 0, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 51, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-22T11:00:13Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 466, + "watchers_count": 466, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 466, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-21T10:24:46Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 94, + "watchers_count": 94, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 94, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-20T06:20:55Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-12T01:21:32Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 379, + "watchers_count": 379, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-22T12:04:45Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7230, + "watchers_count": 7230, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7230, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-22T13:57:42Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 324, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-21T17:40:26Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4908, + "watchers_count": 4908, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-16T13:46:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 266, + "watchers_count": 266, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 266, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-22T15:38:19Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1168, + "watchers_count": 1168, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 2, + "watchers": 1168, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-22T15:38:09Z", + "pushed_at": "2018-07-22T00:13:14Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31072, + "stargazers_count": 1178, + "watchers_count": 1178, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1178, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-19T14:03:40Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1995, + "watchers_count": 1995, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 213, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 213, + "open_issues": 8, + "watchers": 1995, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 213, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-22T11:21:12Z", + "pushed_at": "2018-07-20T11:16:27Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30750, + "stargazers_count": 646, + "watchers_count": 646, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 12, + "watchers": 646, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 27 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 4 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-22T15:36:11Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 713, + "watchers_count": 713, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 713, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-16T17:15:22Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 572, + "watchers_count": 572, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-21T09:25:27Z", + "pushed_at": "2018-07-20T18:27:32Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1671, + "stargazers_count": 53, + "watchers_count": 53, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-20T06:38:46Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 788, + "watchers_count": 788, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 55 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-21T19:28:48Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2249, + "watchers_count": 2249, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 332, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 332, + "open_issues": 13, + "watchers": 2249, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 332, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-18T08:32:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 8, + "watchers_count": 8, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 8, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-22T15:27:48Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2797, + "watchers_count": 2797, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 205, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 205, + "open_issues": 34, + "watchers": 2797, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 205, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-22T15:16:05Z", + "pushed_at": "2018-07-21T10:37:00Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17403, + "stargazers_count": 8665, + "watchers_count": 8665, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 848, + "mirror_url": null, + "archived": false, + "open_issues_count": 323, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 848, + "open_issues": 323, + "watchers": 8665, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 848, + "subscribers_count": 363 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-22T15:57:02Z", + "pushed_at": "2018-07-20T18:41:57Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36499, + "stargazers_count": 1948, + "watchers_count": 1948, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 375, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 375, + "open_issues": 126, + "watchers": 1948, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 375, + "subscribers_count": 113 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-20T05:09:33Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 261, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 261, + "open_issues": 19, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 261, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-20T08:11:47Z", + "pushed_at": "2018-07-20T08:11:45Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5075, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 7, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-20T12:00:21Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-22T03:19:10Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2896, + "watchers_count": 2896, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-22T14:53:19Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1974, + "watchers_count": 1974, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 158, + "open_issues": 24, + "watchers": 1974, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-22T11:42:36Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2278, + "watchers_count": 2278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 81 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-14T03:07:33Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 179, + "watchers_count": 179, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-22T15:08:20Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6154, + "watchers_count": 6154, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 784, + "open_issues": 18, + "watchers": 6154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 784, + "subscribers_count": 323 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-18T11:34:34Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 431, + "watchers_count": 431, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-21T19:03:58Z", + "pushed_at": "2018-07-21T19:51:27Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16438, + "stargazers_count": 824, + "watchers_count": 824, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 44, + "watchers": 824, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-20T12:16:13Z", + "pushed_at": "2018-07-17T20:05:30Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8513, + "stargazers_count": 1750, + "watchers_count": 1750, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 71 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-21T10:39:14Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 234, + "watchers_count": 234, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 28 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-21T15:29:59Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1546, + "watchers_count": 1546, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1546, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-22T13:38:44Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1643, + "watchers_count": 1643, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 18, + "watchers": 1643, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 67 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-21T18:25:13Z", + "pushed_at": "2018-07-21T17:22:14Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14561, + "stargazers_count": 1764, + "watchers_count": 1764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 88, + "open_issues": 19, + "watchers": 1764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 80 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-22T08:24:31Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-20T15:36:53Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 336, + "watchers_count": 336, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 11 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-21T22:03:10Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 102, + "watchers_count": 102, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 102, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-22T07:43:55Z", + "pushed_at": "2018-07-22T02:05:00Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6505, + "watchers_count": 6505, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6505, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 351 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-20T14:19:04Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 406, + "watchers_count": 406, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 119, + "open_issues": 0, + "watchers": 406, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-20T11:38:38Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 683, + "watchers_count": 683, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 411, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 411, + "open_issues": 2, + "watchers": 683, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 411, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-22T12:57:47Z", + "pushed_at": "2018-07-22T12:57:44Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162180, + "stargazers_count": 971, + "watchers_count": 971, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 269, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 269, + "open_issues": 30, + "watchers": 971, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 269, + "subscribers_count": 55 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-20T15:12:25Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 301, + "watchers_count": 301, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-21T10:03:21Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 226, + "watchers_count": 226, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 1, + "watchers": 226, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-22T15:20:40Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1071, + "watchers_count": 1071, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 18, + "watchers": 1071, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-22T10:54:09Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 316, + "watchers_count": 316, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 316, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-22T14:05:03Z", + "pushed_at": "2018-07-20T17:40:08Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15138, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 364, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-21T22:24:20Z", + "pushed_at": "2018-07-20T16:42:06Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1366, + "stargazers_count": 578, + "watchers_count": 578, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 148, + "open_issues": 39, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-22T10:34:07Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 881, + "watchers_count": 881, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 155, + "mirror_url": null, + "archived": false, + "open_issues_count": 74, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 155, + "open_issues": 74, + "watchers": 881, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 155, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-22T05:41:38Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1877, + "watchers_count": 1877, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 44, + "watchers": 1877, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 60 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-20T09:29:50Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1315, + "watchers_count": 1315, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-22T06:29:48Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-20T08:28:17Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 650, + "watchers_count": 650, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 650, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 28 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-21T23:27:24Z", + "pushed_at": "2018-07-20T06:54:36Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 557, + "watchers_count": 557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 15, + "watchers": 557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-06-29T20:06:47Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 367, + "watchers_count": 367, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 249, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 249, + "open_issues": 40, + "watchers": 367, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 249, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-22T16:02:24Z", + "pushed_at": "2018-07-21T15:07:05Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15015, + "watchers_count": 15015, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1558, + "mirror_url": null, + "archived": false, + "open_issues_count": 121, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1558, + "open_issues": 121, + "watchers": 15015, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1558, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-21T06:18:33Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 407, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 64 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-22T16:04:17Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2377, + "watchers_count": 2377, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 80, + "watchers": 2377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 82 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-22T10:49:53Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7490, + "watchers_count": 7490, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1032, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1032, + "open_issues": 364, + "watchers": 7490, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1032, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-02-14T07:04:09Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 19, + "watchers_count": 19, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-18T16:48:22Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1815, + "watchers_count": 1815, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 40 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-20T20:59:43Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2404, + "watchers_count": 2404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-21T20:42:33Z", + "pushed_at": "2018-07-21T20:42:34Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1458, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 40, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-20T14:05:48Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1436, + "watchers_count": 1436, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 56 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-22T05:10:37Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-21T01:03:12Z", + "pushed_at": "2018-07-22T13:12:53Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16384, + "stargazers_count": 869, + "watchers_count": 869, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 166, + "mirror_url": null, + "archived": false, + "open_issues_count": 136, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 166, + "open_issues": 136, + "watchers": 869, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 166, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-22T11:21:01Z", + "pushed_at": "2018-07-13T10:43:34Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5936, + "stargazers_count": 1423, + "watchers_count": 1423, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 64, + "watchers": 1423, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-13T16:12:51Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 20, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-18T17:13:06Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 981, + "watchers_count": 981, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 9, + "watchers": 981, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-20T15:18:38Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 516, + "watchers_count": 516, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-17T12:57:43Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 284, + "watchers_count": 284, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 284, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-20T20:31:18Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4337, + "watchers_count": 4337, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 53, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 53, + "watchers": 4337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-22T10:26:33Z", + "pushed_at": "2018-07-21T17:46:23Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62185, + "stargazers_count": 3354, + "watchers_count": 3354, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 631, + "mirror_url": null, + "archived": false, + "open_issues_count": 433, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 631, + "open_issues": 433, + "watchers": 3354, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 631, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-21T18:42:52Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2465, + "watchers_count": 2465, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2465, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-21T14:30:09Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2280, + "watchers_count": 2280, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 86, + "watchers": 2280, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-22T15:56:18Z", + "pushed_at": "2018-07-21T08:33:09Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22260, + "stargazers_count": 10840, + "watchers_count": 10840, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 779, + "mirror_url": null, + "archived": false, + "open_issues_count": 106, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 779, + "open_issues": 106, + "watchers": 10840, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 779, + "subscribers_count": 412 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-20T17:46:08Z", + "pushed_at": "2018-07-20T17:49:59Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61370, + "stargazers_count": 292, + "watchers_count": 292, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 292, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-20T19:16:28Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 753, + "watchers_count": 753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 22, + "watchers": 753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-21T17:50:37Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2405, + "watchers_count": 2405, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2405, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 39 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-21T04:48:14Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-21T14:31:13Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 334, + "watchers_count": 334, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 334, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-09T23:41:49Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-22T08:54:05Z", + "pushed_at": "2018-07-22T00:36:38Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1067539, + "stargazers_count": 2984, + "watchers_count": 2984, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 349, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 349, + "open_issues": 42, + "watchers": 2984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 349, + "subscribers_count": 326 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-16T19:41:04Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 704, + "watchers_count": 704, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 704, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-22T16:05:31Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3106, + "watchers_count": 3106, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 455, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 455, + "open_issues": 2, + "watchers": 3106, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 455, + "subscribers_count": 231 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-19T18:51:40Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 564, + "watchers_count": 564, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 564, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-22T15:54:19Z", + "pushed_at": "2018-07-22T05:16:46Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24701, + "watchers_count": 24701, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2011, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2011, + "open_issues": 68, + "watchers": 24701, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2011, + "subscribers_count": 1120 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-22T08:07:29Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6908, + "watchers_count": 6908, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-22T08:07:52Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17419, + "watchers_count": 17419, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2838, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2838, + "open_issues": 218, + "watchers": 17419, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-22T08:07:52Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17419, + "watchers_count": 17419, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2838, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2838, + "open_issues": 218, + "watchers": 17419, + "default_branch": "master" + }, + "network_count": 2838, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-22T07:31:33Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7230, + "watchers_count": 7230, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7230, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-22T14:44:19Z", + "pushed_at": "2018-07-22T04:47:58Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6278, + "stargazers_count": 2874, + "watchers_count": 2874, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1014, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1014, + "open_issues": 35, + "watchers": 2874, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1014, + "subscribers_count": 220 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-22T08:57:34Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4581, + "watchers_count": 4581, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 400, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 400, + "open_issues": 68, + "watchers": 4581, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 400, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-20T21:15:04Z", + "pushed_at": "2018-07-20T21:15:02Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37860, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-21T18:58:24Z", + "pushed_at": "2018-07-20T17:21:25Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4051, + "watchers_count": 4051, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1352, + "mirror_url": null, + "archived": false, + "open_issues_count": 408, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1352, + "open_issues": 408, + "watchers": 4051, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1352, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-22T06:12:27Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13872, + "watchers_count": 13872, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2387, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2387, + "open_issues": 5, + "watchers": 13872, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2387, + "subscribers_count": 675 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-22T09:29:24Z", + "pushed_at": "2018-07-21T17:20:28Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5703, + "stargazers_count": 15887, + "watchers_count": 15887, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 28, + "watchers": 15887, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-22T15:03:00Z", + "pushed_at": "2018-07-22T15:06:37Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14115, + "stargazers_count": 1321, + "watchers_count": 1321, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 524, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 363, + "open_issues": 524, + "watchers": 1321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 169 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-22T07:43:55Z", + "pushed_at": "2018-07-22T02:05:00Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6505, + "watchers_count": 6505, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1071, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1071, + "open_issues": 7, + "watchers": 6505, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1071, + "subscribers_count": 351 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-22T02:18:15Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1766, + "watchers_count": 1766, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 1, + "watchers": 1766, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-22T14:41:44Z", + "pushed_at": "2018-06-27T16:25:21Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8560, + "watchers_count": 8560, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1667, + "mirror_url": null, + "archived": false, + "open_issues_count": 441, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1667, + "open_issues": 441, + "watchers": 8560, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1667, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-20T08:48:03Z", + "pushed_at": "2018-07-18T13:08:24Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-21T16:28:49Z", + "pushed_at": "2018-07-21T15:23:06Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18414, + "stargazers_count": 5172, + "watchers_count": 5172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 457, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 457, + "open_issues": 367, + "watchers": 5172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 457, + "subscribers_count": 253 + } +] diff --git a/data/2018-07-23T16.13.52-fetched_repo_data.json b/data/2018-07-23T16.13.52-fetched_repo_data.json new file mode 100644 index 0000000..0e36e38 --- /dev/null +++ b/data/2018-07-23T16.13.52-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-23T16:11:04Z", + "pushed_at": "2018-07-23T04:43:25Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89347, + "watchers_count": 89347, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11807, + "mirror_url": null, + "archived": false, + "open_issues_count": 200, + "license": null, + "forks": 11807, + "open_issues": 200, + "watchers": 89347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11807, + "subscribers_count": 5655 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-23T16:12:29Z", + "pushed_at": "2018-07-22T16:15:27Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2398, + "stargazers_count": 11851, + "watchers_count": 11851, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1337, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1337, + "open_issues": 4, + "watchers": 11851, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1337, + "subscribers_count": 635 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-05T17:37:57Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-06-26T10:55:13Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 9, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-19T10:06:07Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2489, + "watchers_count": 2489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-23T16:07:20Z", + "pushed_at": "2018-07-23T14:39:12Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136604, + "stargazers_count": 49651, + "watchers_count": 49651, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14488, + "mirror_url": null, + "archived": false, + "open_issues_count": 3254, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14488, + "open_issues": 3254, + "watchers": 49651, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14488, + "subscribers_count": 3341 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-23T16:07:24Z", + "pushed_at": "2018-07-23T09:56:39Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10607, + "stargazers_count": 13274, + "watchers_count": 13274, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2036, + "mirror_url": null, + "archived": false, + "open_issues_count": 595, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2036, + "open_issues": 595, + "watchers": 13274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2036, + "subscribers_count": 614 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-23T09:24:50Z", + "pushed_at": "2018-07-23T12:35:34Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4788, + "watchers_count": 4788, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 860, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 860, + "watchers": 4788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-23T02:53:47Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5203, + "watchers_count": 5203, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 276, + "watchers": 5203, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-22T14:28:34Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5065, + "watchers_count": 5065, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5065, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-23T08:22:45Z", + "pushed_at": "2018-07-21T01:47:10Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 147, + "watchers_count": 147, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 147, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-23T11:08:35Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1274, + "watchers_count": 1274, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-04-16T22:01:45Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 10, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-23T14:13:33Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1991, + "watchers_count": 1991, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 34, + "watchers": 1991, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 66 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-22T18:18:09Z", + "pushed_at": "2018-07-17T16:17:00Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2024, + "stargazers_count": 575, + "watchers_count": 575, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 575, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-19T05:43:26Z", + "pushed_at": "2018-07-23T12:40:08Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 97709, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-23T14:49:32Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7705, + "watchers_count": 7705, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1114, + "mirror_url": null, + "archived": false, + "open_issues_count": 284, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1114, + "open_issues": 284, + "watchers": 7705, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1114, + "subscribers_count": 371 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-23T11:56:31Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 21, + "open_issues": 2, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-23T14:25:16Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10307, + "watchers_count": 10307, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 753, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 753, + "open_issues": 61, + "watchers": 10307, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 753, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-23T14:27:28Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 373, + "watchers_count": 373, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-23T09:33:57Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3321, + "watchers_count": 3321, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 566, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 566, + "open_issues": 80, + "watchers": 3321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 566, + "subscribers_count": 103 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-23T05:53:37Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 305, + "watchers_count": 305, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 4, + "watchers": 305, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-21T21:33:21Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 733, + "watchers_count": 733, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-23T08:55:13Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3260, + "watchers_count": 3260, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 772, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 772, + "open_issues": 122, + "watchers": 3260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 772, + "subscribers_count": 202 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-23T08:53:51Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 74, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 74, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 171, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-22T14:34:46Z", + "pushed_at": "2018-07-19T19:17:18Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8052, + "stargazers_count": 1933, + "watchers_count": 1933, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1933, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-19T02:22:41Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1364, + "watchers_count": 1364, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 435, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 435, + "watchers": 1364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-23T15:31:32Z", + "pushed_at": "2018-07-23T15:47:18Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794309, + "stargazers_count": 39043, + "watchers_count": 39043, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13639, + "mirror_url": null, + "archived": false, + "open_issues_count": 3125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13639, + "open_issues": 3125, + "watchers": 39043, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13639, + "subscribers_count": 2598 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-20T17:59:47Z", + "pushed_at": "2018-07-23T14:49:52Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254873, + "stargazers_count": 679, + "watchers_count": 679, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 651, + "mirror_url": null, + "archived": false, + "open_issues_count": 604, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 651, + "open_issues": 604, + "watchers": 679, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 651, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-21T17:19:06Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3042, + "watchers_count": 3042, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3042, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-23T16:04:14Z", + "pushed_at": "2018-07-23T13:10:03Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 38001, + "stargazers_count": 3692, + "watchers_count": 3692, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 23, + "watchers": 3692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 379 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-22T06:52:47Z", + "pushed_at": "2018-07-22T17:57:44Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378321, + "stargazers_count": 3783, + "watchers_count": 3783, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1494, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1494, + "open_issues": 25, + "watchers": 3783, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1494, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-23T15:39:43Z", + "pushed_at": "2018-07-23T15:41:31Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 103406, + "stargazers_count": 3700, + "watchers_count": 3700, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 394, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 394, + "watchers": 3700, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-23T13:39:32Z", + "pushed_at": "2018-07-23T15:38:31Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38399, + "stargazers_count": 9139, + "watchers_count": 9139, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 910, + "mirror_url": null, + "archived": false, + "open_issues_count": 2310, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 910, + "open_issues": 2310, + "watchers": 9139, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 910, + "subscribers_count": 575 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-23T15:16:07Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 538, + "watchers_count": 538, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 538, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-23T11:50:52Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3340, + "watchers_count": 3340, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3340, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-23T13:21:53Z", + "pushed_at": "2018-07-23T13:32:50Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118694, + "stargazers_count": 1685, + "watchers_count": 1685, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 148, + "open_issues": 27, + "watchers": 1685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-20T14:19:07Z", + "pushed_at": "2018-07-20T00:59:39Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22427, + "stargazers_count": 2428, + "watchers_count": 2428, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-22T23:27:25Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6759, + "watchers_count": 6759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 492, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 492, + "open_issues": 420, + "watchers": 6759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 492, + "subscribers_count": 270 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-23T16:07:27Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1251, + "watchers_count": 1251, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 60, + "open_issues": 67, + "watchers": 1251, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-23T09:00:25Z", + "pushed_at": "2018-07-23T15:14:14Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58083, + "stargazers_count": 2815, + "watchers_count": 2815, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 185, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 185, + "watchers": 2815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-22T20:00:21Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1145, + "watchers_count": 1145, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-23T14:53:30Z", + "pushed_at": "2018-07-22T00:01:31Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3844, + "stargazers_count": 2215, + "watchers_count": 2215, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 221, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 221, + "open_issues": 272, + "watchers": 2215, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 221, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-23T15:17:35Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 613, + "watchers_count": 613, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-23T15:17:31Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 94, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-23T15:17:31Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 94, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-23T15:13:21Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4908, + "watchers_count": 4908, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 413, + "open_issues": 144, + "watchers": 4908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 413, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-23T16:08:54Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3124, + "watchers_count": 3124, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-23T15:54:13Z", + "pushed_at": "2018-07-23T15:40:47Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30623, + "stargazers_count": 16487, + "watchers_count": 16487, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1649, + "mirror_url": null, + "archived": false, + "open_issues_count": 269, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1649, + "open_issues": 269, + "watchers": 16487, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1649, + "subscribers_count": 571 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-22T18:47:12Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 579, + "watchers_count": 579, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 579, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-20T16:15:43Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 120, + "watchers_count": 120, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 5, + "watchers": 120, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-23T14:11:49Z", + "pushed_at": "2018-07-19T11:30:45Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3888, + "watchers_count": 3888, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 495, + "open_issues": 89, + "watchers": 3888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 184 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-23T13:17:51Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3901, + "watchers_count": 3901, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 13, + "watchers": 3901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-21T18:50:17Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 188, + "watchers_count": 188, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 188, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 15 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-21T08:47:30Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1442, + "watchers_count": 1442, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 257, + "open_issues": 180, + "watchers": 1442, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 257, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-23T12:39:48Z", + "pushed_at": "2018-07-23T15:31:30Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23506, + "stargazers_count": 334, + "watchers_count": 334, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 129, + "watchers": 334, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-23T12:21:46Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 877, + "watchers_count": 877, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 87, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 87, + "open_issues": 41, + "watchers": 877, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 87, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-23T16:07:21Z", + "pushed_at": "2018-07-23T15:51:27Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43345, + "stargazers_count": 19341, + "watchers_count": 19341, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3864, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3864, + "open_issues": 279, + "watchers": 19341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3864, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-23T15:53:09Z", + "pushed_at": "2018-07-23T16:13:32Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 41839, + "stargazers_count": 9505, + "watchers_count": 9505, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1356, + "mirror_url": null, + "archived": false, + "open_issues_count": 779, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1356, + "open_issues": 779, + "watchers": 9505, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1356, + "subscribers_count": 616 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-23T07:57:49Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3728, + "watchers_count": 3728, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 744, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 744, + "open_issues": 224, + "watchers": 3728, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 744, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-22T14:48:32Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1008, + "watchers_count": 1008, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1008, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-22T23:42:16Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-22T13:48:28Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-22T20:05:53Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1272, + "watchers_count": 1272, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 200, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 200, + "open_issues": 205, + "watchers": 1272, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 200, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-22T20:30:09Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 372, + "watchers_count": 372, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 0, + "watchers": 372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 51, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-23T13:35:10Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 468, + "watchers_count": 468, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-23T15:39:56Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-23T11:27:03Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7231, + "watchers_count": 7231, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7231, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-22T13:57:42Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 324, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-23T10:01:54Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4907, + "watchers_count": 4907, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4907, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-16T13:46:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 266, + "watchers_count": 266, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 266, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-23T12:14:42Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1171, + "watchers_count": 1171, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1171, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-23T10:48:45Z", + "pushed_at": "2018-07-22T21:02:44Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31083, + "stargazers_count": 1180, + "watchers_count": 1180, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 11, + "watchers": 1180, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 37 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-23T07:05:30Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1996, + "watchers_count": 1996, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 1996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-23T15:52:32Z", + "pushed_at": "2018-07-23T15:52:29Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30750, + "stargazers_count": 647, + "watchers_count": 647, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 61, + "open_issues": 12, + "watchers": 647, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 27 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 4 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-23T02:50:38Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 714, + "watchers_count": 714, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 714, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-23T03:40:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 573, + "watchers_count": 573, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-23T06:02:55Z", + "pushed_at": "2018-07-23T13:32:03Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1677, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 3, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-23T04:42:54Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 789, + "watchers_count": 789, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 789, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 55 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-21T19:28:48Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2249, + "watchers_count": 2249, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 334, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 334, + "open_issues": 13, + "watchers": 2249, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 334, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-23T04:31:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 9, + "watchers_count": 9, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 9, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-23T14:07:47Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2797, + "watchers_count": 2797, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 205, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 205, + "open_issues": 34, + "watchers": 2797, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 205, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-23T16:04:16Z", + "pushed_at": "2018-07-23T16:08:51Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17427, + "stargazers_count": 8673, + "watchers_count": 8673, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 848, + "mirror_url": null, + "archived": false, + "open_issues_count": 319, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 848, + "open_issues": 319, + "watchers": 8673, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 848, + "subscribers_count": 362 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-23T08:36:20Z", + "pushed_at": "2018-07-23T15:03:48Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36511, + "stargazers_count": 1952, + "watchers_count": 1952, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 375, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 375, + "open_issues": 127, + "watchers": 1952, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 375, + "subscribers_count": 113 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-23T15:14:54Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1754, + "watchers_count": 1754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 261, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 261, + "open_issues": 19, + "watchers": 1754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 261, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-20T08:11:47Z", + "pushed_at": "2018-07-20T08:11:45Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5075, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 8, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-23T15:50:55Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 346, + "watchers_count": 346, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 346, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-22T19:53:46Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2897, + "watchers_count": 2897, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2897, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-23T08:57:10Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1977, + "watchers_count": 1977, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1977, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-23T15:19:57Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2279, + "watchers_count": 2279, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 80 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-14T03:07:33Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 179, + "watchers_count": 179, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-23T14:40:17Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6162, + "watchers_count": 6162, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 785, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 785, + "open_issues": 18, + "watchers": 6162, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 785, + "subscribers_count": 323 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-18T11:34:34Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 431, + "watchers_count": 431, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-23T13:47:43Z", + "pushed_at": "2018-07-23T14:56:34Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16438, + "stargazers_count": 825, + "watchers_count": 825, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 43, + "watchers": 825, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-23T13:32:28Z", + "pushed_at": "2018-07-23T15:17:15Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8513, + "stargazers_count": 1751, + "watchers_count": 1751, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 71 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-21T10:39:14Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 234, + "watchers_count": 234, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 28 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-23T15:00:46Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1548, + "watchers_count": 1548, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1548, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-23T15:20:46Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1653, + "watchers_count": 1653, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 18, + "watchers": 1653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 67 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-21T18:25:13Z", + "pushed_at": "2018-07-21T17:22:14Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14561, + "stargazers_count": 1764, + "watchers_count": 1764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 88, + "open_issues": 19, + "watchers": 1764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 80 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-22T08:24:31Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-20T15:36:53Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 336, + "watchers_count": 336, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 11 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-21T22:03:10Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 102, + "watchers_count": 102, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 102, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-23T13:02:27Z", + "pushed_at": "2018-07-23T15:04:17Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6511, + "watchers_count": 6511, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1073, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1073, + "open_issues": 8, + "watchers": 6511, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1073, + "subscribers_count": 351 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-20T14:19:04Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 406, + "watchers_count": 406, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 119, + "open_issues": 0, + "watchers": 406, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-22T22:59:46Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 411, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 411, + "open_issues": 2, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 411, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-23T10:31:15Z", + "pushed_at": "2018-07-23T10:31:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162191, + "stargazers_count": 971, + "watchers_count": 971, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 269, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 269, + "open_issues": 30, + "watchers": 971, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 269, + "subscribers_count": 55 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-20T15:12:25Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 301, + "watchers_count": 301, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-21T10:03:21Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 226, + "watchers_count": 226, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 1, + "watchers": 226, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-23T06:38:42Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1072, + "watchers_count": 1072, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 18, + "watchers": 1072, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-22T10:54:09Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 316, + "watchers_count": 316, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 316, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-23T13:12:19Z", + "pushed_at": "2018-07-23T15:57:30Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15155, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 365, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 365, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 365, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-23T14:45:32Z", + "pushed_at": "2018-07-20T16:42:06Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1366, + "stargazers_count": 579, + "watchers_count": 579, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 148, + "open_issues": 39, + "watchers": 579, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-22T10:34:07Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 881, + "watchers_count": 881, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 155, + "mirror_url": null, + "archived": false, + "open_issues_count": 74, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 155, + "open_issues": 74, + "watchers": 881, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 155, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-23T09:17:12Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1878, + "watchers_count": 1878, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 44, + "watchers": 1878, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 60 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-20T09:29:50Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1315, + "watchers_count": 1315, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-22T06:29:48Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-23T01:45:07Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 651, + "watchers_count": 651, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 651, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 28 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-22T23:27:40Z", + "pushed_at": "2018-07-23T10:09:24Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 557, + "watchers_count": 557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 16, + "watchers": 557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-23T06:00:43Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 368, + "watchers_count": 368, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 249, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 249, + "open_issues": 40, + "watchers": 368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 249, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-23T16:07:25Z", + "pushed_at": "2018-07-21T15:07:05Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15028, + "watchers_count": 15028, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1559, + "mirror_url": null, + "archived": false, + "open_issues_count": 121, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1559, + "open_issues": 121, + "watchers": 15028, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1559, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-23T04:24:35Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 408, + "watchers_count": 408, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 408, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 64 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-23T13:59:56Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2383, + "watchers_count": 2383, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 81, + "watchers": 2383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 83 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-23T11:52:33Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7491, + "watchers_count": 7491, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1032, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1032, + "open_issues": 364, + "watchers": 7491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1032, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-02-14T07:04:09Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 19, + "watchers_count": 19, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-18T16:48:22Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1815, + "watchers_count": 1815, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 40 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-20T20:59:43Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2404, + "watchers_count": 2404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-21T20:42:33Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 43, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-22T05:10:37Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-23T15:55:07Z", + "pushed_at": "2018-07-23T15:55:02Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16384, + "stargazers_count": 869, + "watchers_count": 869, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 166, + "mirror_url": null, + "archived": false, + "open_issues_count": 137, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 166, + "open_issues": 137, + "watchers": 869, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 166, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-23T14:37:19Z", + "pushed_at": "2018-07-23T14:37:16Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5955, + "stargazers_count": 1425, + "watchers_count": 1425, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1425, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-13T16:12:51Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 20, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-22T22:51:47Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 982, + "watchers_count": 982, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-20T15:18:38Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 516, + "watchers_count": 516, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-22T22:54:40Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-23T08:22:40Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4339, + "watchers_count": 4339, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 53, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 53, + "watchers": 4339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-23T16:13:27Z", + "pushed_at": "2018-07-23T16:13:19Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62197, + "stargazers_count": 3357, + "watchers_count": 3357, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 634, + "mirror_url": null, + "archived": false, + "open_issues_count": 424, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 634, + "open_issues": 424, + "watchers": 3357, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 634, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-23T11:18:29Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2470, + "watchers_count": 2470, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2470, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-23T13:53:14Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2284, + "watchers_count": 2284, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 172, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 172, + "open_issues": 86, + "watchers": 2284, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 172, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-23T15:28:43Z", + "pushed_at": "2018-07-23T14:26:38Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22261, + "stargazers_count": 10853, + "watchers_count": 10853, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 781, + "mirror_url": null, + "archived": false, + "open_issues_count": 107, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 781, + "open_issues": 107, + "watchers": 10853, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 781, + "subscribers_count": 412 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-20T17:46:08Z", + "pushed_at": "2018-07-20T17:49:59Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61370, + "stargazers_count": 292, + "watchers_count": 292, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 292, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-23T14:58:05Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 754, + "watchers_count": 754, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 22, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-23T15:35:43Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2410, + "watchers_count": 2410, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2410, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-21T04:48:14Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-23T12:10:18Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 336, + "watchers_count": 336, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-09T23:41:49Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-23T11:23:03Z", + "pushed_at": "2018-07-23T01:21:42Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068405, + "stargazers_count": 2986, + "watchers_count": 2986, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 349, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 349, + "open_issues": 41, + "watchers": 2986, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 349, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-23T15:51:53Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 705, + "watchers_count": 705, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 705, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-23T15:51:32Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3119, + "watchers_count": 3119, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 457, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 457, + "open_issues": 2, + "watchers": 3119, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 457, + "subscribers_count": 231 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-19T18:51:40Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 564, + "watchers_count": 564, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 564, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-23T16:09:33Z", + "pushed_at": "2018-07-22T05:16:46Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24722, + "watchers_count": 24722, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2011, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2011, + "open_issues": 68, + "watchers": 24722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2011, + "subscribers_count": 1120 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-23T14:38:54Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6913, + "watchers_count": 6913, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-23T11:18:52Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17427, + "watchers_count": 17427, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17427, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-23T11:18:52Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17427, + "watchers_count": 17427, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17427, + "default_branch": "master" + }, + "network_count": 2840, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-23T11:12:57Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7232, + "watchers_count": 7232, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7232, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-23T03:09:22Z", + "pushed_at": "2018-07-22T04:47:58Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6278, + "stargazers_count": 2876, + "watchers_count": 2876, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1014, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1014, + "open_issues": 35, + "watchers": 2876, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1014, + "subscribers_count": 220 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-23T12:28:36Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4585, + "watchers_count": 4585, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 400, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 400, + "open_issues": 68, + "watchers": 4585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 400, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-20T21:15:04Z", + "pushed_at": "2018-07-20T21:15:02Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37860, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-23T04:43:49Z", + "pushed_at": "2018-07-20T17:21:25Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4054, + "watchers_count": 4054, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1352, + "mirror_url": null, + "archived": false, + "open_issues_count": 408, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1352, + "open_issues": 408, + "watchers": 4054, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1352, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-23T11:28:51Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13876, + "watchers_count": 13876, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2388, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2388, + "open_issues": 5, + "watchers": 13876, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2388, + "subscribers_count": 675 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-23T16:07:21Z", + "pushed_at": "2018-07-21T17:20:28Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5703, + "stargazers_count": 15891, + "watchers_count": 15891, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 27, + "watchers": 15891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-23T08:45:41Z", + "pushed_at": "2018-07-23T08:48:41Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14175, + "stargazers_count": 1322, + "watchers_count": 1322, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 524, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 363, + "open_issues": 524, + "watchers": 1322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 169 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-23T13:02:27Z", + "pushed_at": "2018-07-23T15:04:17Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6511, + "watchers_count": 6511, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1073, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1073, + "open_issues": 8, + "watchers": 6511, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1073, + "subscribers_count": 351 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-23T13:10:29Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1768, + "watchers_count": 1768, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1768, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-23T15:24:34Z", + "pushed_at": "2018-06-27T16:25:21Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8566, + "watchers_count": 8566, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1667, + "mirror_url": null, + "archived": false, + "open_issues_count": 441, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1667, + "open_issues": 441, + "watchers": 8566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1667, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-20T08:48:03Z", + "pushed_at": "2018-07-18T13:08:24Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-23T12:35:32Z", + "pushed_at": "2018-07-23T12:35:27Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18416, + "stargazers_count": 5175, + "watchers_count": 5175, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 457, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 457, + "open_issues": 367, + "watchers": 5175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 457, + "subscribers_count": 253 + } +] diff --git a/data/2018-07-24T16.14.14-fetched_repo_data.json b/data/2018-07-24T16.14.14-fetched_repo_data.json new file mode 100644 index 0000000..514e8fd --- /dev/null +++ b/data/2018-07-24T16.14.14-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-24T16:00:06Z", + "pushed_at": "2018-07-23T04:43:25Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89419, + "watchers_count": 89419, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11813, + "mirror_url": null, + "archived": false, + "open_issues_count": 202, + "license": null, + "forks": 11813, + "open_issues": 202, + "watchers": 89419, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11813, + "subscribers_count": 5657 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-24T15:46:54Z", + "pushed_at": "2018-07-23T16:15:33Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2542, + "stargazers_count": 11856, + "watchers_count": 11856, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1337, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1337, + "open_issues": 4, + "watchers": 11856, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1337, + "subscribers_count": 637 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-17T08:31:15Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 495, + "watchers_count": 495, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-23T21:29:47Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2750, + "watchers_count": 2750, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-24T01:53:03Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-24T10:24:04Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2490, + "watchers_count": 2490, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2490, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-24T14:20:22Z", + "pushed_at": "2018-07-23T21:43:19Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136604, + "stargazers_count": 49658, + "watchers_count": 49658, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14490, + "mirror_url": null, + "archived": false, + "open_issues_count": 3260, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14490, + "open_issues": 3260, + "watchers": 49658, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14490, + "subscribers_count": 3344 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-24T12:17:31Z", + "pushed_at": "2018-07-24T10:29:18Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10609, + "stargazers_count": 13286, + "watchers_count": 13286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2037, + "mirror_url": null, + "archived": false, + "open_issues_count": 593, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2037, + "open_issues": 593, + "watchers": 13286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2037, + "subscribers_count": 614 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-24T11:23:02Z", + "pushed_at": "2018-07-23T12:35:34Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4792, + "watchers_count": 4792, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 860, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 860, + "watchers": 4792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-24T11:57:26Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5204, + "watchers_count": 5204, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1066, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1066, + "open_issues": 276, + "watchers": 5204, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1066, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-24T14:17:10Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5066, + "watchers_count": 5066, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5066, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-24T15:51:14Z", + "pushed_at": "2018-07-21T01:47:10Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 149, + "watchers_count": 149, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 10, + "open_issues": 16, + "watchers": 149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-24T05:56:02Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1274, + "watchers_count": 1274, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-07-24T08:30:30Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 11, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-24T04:33:36Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1996, + "watchers_count": 1996, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 35, + "watchers": 1996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-24T13:50:52Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 576, + "watchers_count": 576, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 71, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 71, + "open_issues": 23, + "watchers": 576, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 71, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-24T15:11:33Z", + "pushed_at": "2018-07-24T15:11:33Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98327, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 22 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-24T15:19:52Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7712, + "watchers_count": 7712, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1115, + "mirror_url": null, + "archived": false, + "open_issues_count": 284, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1115, + "open_issues": 284, + "watchers": 7712, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1115, + "subscribers_count": 374 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-24T11:44:16Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10312, + "watchers_count": 10312, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 753, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 753, + "open_issues": 61, + "watchers": 10312, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 753, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-24T13:15:06Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 374, + "watchers_count": 374, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-24T13:21:51Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3324, + "watchers_count": 3324, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 566, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 566, + "open_issues": 80, + "watchers": 3324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 566, + "subscribers_count": 103 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-23T05:53:37Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 305, + "watchers_count": 305, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 305, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-24T06:12:36Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 735, + "watchers_count": 735, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 735, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-24T11:09:17Z", + "pushed_at": "2018-07-09T20:37:12Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3268, + "watchers_count": 3268, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 772, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 772, + "open_issues": 122, + "watchers": 3268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 772, + "subscribers_count": 202 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-24T05:09:13Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 74, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 74, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-22T02:25:32Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 22, + "default_branch": "master" + }, + "network_count": 31, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-23T23:42:04Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1934, + "watchers_count": 1934, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1934, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-19T02:22:41Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1364, + "watchers_count": 1364, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-24T16:08:00Z", + "pushed_at": "2018-07-24T16:04:41Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794612, + "stargazers_count": 39095, + "watchers_count": 39095, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13657, + "mirror_url": null, + "archived": false, + "open_issues_count": 3155, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13657, + "open_issues": 3155, + "watchers": 39095, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13657, + "subscribers_count": 2601 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-24T13:07:46Z", + "pushed_at": "2018-07-24T16:06:49Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254886, + "stargazers_count": 680, + "watchers_count": 680, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 652, + "mirror_url": null, + "archived": false, + "open_issues_count": 610, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 652, + "open_issues": 610, + "watchers": 680, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 652, + "subscribers_count": 90 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-24T13:26:43Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3043, + "watchers_count": 3043, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3043, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-24T13:58:46Z", + "pushed_at": "2018-07-24T15:29:25Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37801, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 25, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-24T14:08:15Z", + "pushed_at": "2018-07-24T12:50:31Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378473, + "stargazers_count": 3784, + "watchers_count": 3784, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1496, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1496, + "open_issues": 24, + "watchers": 3784, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1496, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-24T12:20:48Z", + "pushed_at": "2018-07-24T15:55:13Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109714, + "stargazers_count": 3702, + "watchers_count": 3702, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 732, + "mirror_url": null, + "archived": false, + "open_issues_count": 394, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 732, + "open_issues": 394, + "watchers": 3702, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 732, + "subscribers_count": 260 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-24T14:25:24Z", + "pushed_at": "2018-07-24T09:03:06Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38421, + "stargazers_count": 9149, + "watchers_count": 9149, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 911, + "mirror_url": null, + "archived": false, + "open_issues_count": 2305, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 911, + "open_issues": 2305, + "watchers": 9149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 911, + "subscribers_count": 574 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-24T03:06:12Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 539, + "watchers_count": 539, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 34, + "open_issues": 39, + "watchers": 539, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-23T18:23:50Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3341, + "watchers_count": 3341, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-23T13:21:53Z", + "pushed_at": "2018-07-24T15:22:13Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118708, + "stargazers_count": 1685, + "watchers_count": 1685, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 149, + "open_issues": 32, + "watchers": 1685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-20T14:19:07Z", + "pushed_at": "2018-07-24T05:08:02Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22444, + "stargazers_count": 2428, + "watchers_count": 2428, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-24T06:23:39Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6762, + "watchers_count": 6762, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 492, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 492, + "open_issues": 420, + "watchers": 6762, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 492, + "subscribers_count": 270 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-24T09:39:39Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 58, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 58, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 58, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-24T01:54:59Z", + "pushed_at": "2018-07-23T23:16:54Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58065, + "stargazers_count": 2816, + "watchers_count": 2816, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 184, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 184, + "watchers": 2816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-24T04:13:15Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1146, + "watchers_count": 1146, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1146, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-24T16:09:31Z", + "pushed_at": "2018-07-24T15:38:00Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3858, + "stargazers_count": 2219, + "watchers_count": 2219, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 221, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 221, + "open_issues": 272, + "watchers": 2219, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 221, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-24T13:16:14Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 611, + "watchers_count": 611, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-23T15:17:31Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 94, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-23T15:17:31Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 149, + "open_issues": 3, + "watchers": 94, + "default_branch": "master" + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-24T12:15:26Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4911, + "watchers_count": 4911, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 414, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 414, + "open_issues": 143, + "watchers": 4911, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 414, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-17T09:07:36Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 40, + "watchers_count": 40, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-24T10:53:27Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3126, + "watchers_count": 3126, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3126, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-24T16:10:02Z", + "pushed_at": "2018-07-24T13:51:05Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30594, + "stargazers_count": 16515, + "watchers_count": 16515, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1652, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1652, + "open_issues": 272, + "watchers": 16515, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1652, + "subscribers_count": 572 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-24T05:53:39Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 580, + "watchers_count": 580, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 580, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-24T11:01:09Z", + "pushed_at": "2018-07-23T19:05:05Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3888, + "watchers_count": 3888, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 89, + "watchers": 3888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 184 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-24T15:29:55Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3906, + "watchers_count": 3906, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 359, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 359, + "open_issues": 13, + "watchers": 3906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 359, + "subscribers_count": 198 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-24T07:01:42Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1445, + "watchers_count": 1445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 258, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 258, + "open_issues": 180, + "watchers": 1445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 258, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T09:51:27Z", + "pushed_at": "2018-07-24T14:59:16Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23507, + "stargazers_count": 334, + "watchers_count": 334, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 129, + "watchers": 334, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-24T12:08:19Z", + "pushed_at": "2018-07-16T20:42:46Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2869, + "stargazers_count": 879, + "watchers_count": 879, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 88, + "open_issues": 41, + "watchers": 879, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-24T12:40:23Z", + "pushed_at": "2018-07-23T23:39:32Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43348, + "stargazers_count": 19357, + "watchers_count": 19357, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3866, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3866, + "open_issues": 280, + "watchers": 19357, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3866, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-24T16:09:58Z", + "pushed_at": "2018-07-24T16:04:17Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42047, + "stargazers_count": 9540, + "watchers_count": 9540, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 794, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 794, + "watchers": 9540, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 617 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-24T03:22:07Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3727, + "watchers_count": 3727, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 744, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 744, + "open_issues": 224, + "watchers": 3727, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 744, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-24T11:54:24Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1009, + "watchers_count": 1009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-24T08:01:43Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 381, + "watchers_count": 381, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 381, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-24T14:28:49Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 691, + "watchers_count": 691, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 691, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-24T15:50:53Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1272, + "watchers_count": 1272, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 200, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 200, + "open_issues": 206, + "watchers": 1272, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 200, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-24T15:46:35Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 373, + "watchers_count": 373, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-24T09:31:44Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 469, + "watchers_count": 469, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 37, + "watchers": 469, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-24T07:05:39Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 70, + "watchers_count": 70, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 70, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-24T13:43:54Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7232, + "watchers_count": 7232, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7232, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-22T13:57:42Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 324, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-24T15:19:54Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4911, + "watchers_count": 4911, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4911, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-23T20:18:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 267, + "watchers_count": 267, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-23T12:14:42Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1171, + "watchers_count": 1171, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1171, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-24T12:58:37Z", + "pushed_at": "2018-07-24T10:49:34Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31102, + "stargazers_count": 1181, + "watchers_count": 1181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 11, + "watchers": 1181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 37 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-02T04:05:06Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 467, + "watchers_count": 467, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 467, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-23T07:05:30Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1996, + "watchers_count": 1996, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 1996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-24T15:45:03Z", + "pushed_at": "2018-07-24T15:45:01Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30757, + "stargazers_count": 647, + "watchers_count": 647, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 61, + "open_issues": 12, + "watchers": 647, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 28 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-06-21T18:28:50Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 29, + "watchers_count": 29, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 29, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 4 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-23T19:14:19Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-23T17:25:52Z", + "pushed_at": "2018-07-23T17:25:52Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1677, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-03-04T08:01:11Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 139, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 139, + "open_issues": 32, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 139, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-24T12:28:59Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2249, + "watchers_count": 2249, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 334, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 334, + "open_issues": 13, + "watchers": 2249, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 334, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-23T04:31:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 9, + "watchers_count": 9, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 9, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-24T13:05:15Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2799, + "watchers_count": 2799, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-24T15:52:14Z", + "pushed_at": "2018-07-24T15:41:23Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17479, + "stargazers_count": 8684, + "watchers_count": 8684, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 852, + "mirror_url": null, + "archived": false, + "open_issues_count": 315, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 852, + "open_issues": 315, + "watchers": 8684, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 852, + "subscribers_count": 362 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-24T09:03:55Z", + "pushed_at": "2018-07-24T10:37:31Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36535, + "stargazers_count": 1954, + "watchers_count": 1954, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 375, + "mirror_url": null, + "archived": false, + "open_issues_count": 124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 375, + "open_issues": 124, + "watchers": 1954, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 375, + "subscribers_count": 113 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-14T23:29:06Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-24T06:41:20Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-24T08:51:45Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 8, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-23T15:50:55Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 346, + "watchers_count": 346, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 346, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-24T11:24:30Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2897, + "watchers_count": 2897, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 379, + "open_issues": 80, + "watchers": 2897, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 379, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-24T15:26:46Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1980, + "watchers_count": 1980, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-23T15:19:57Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2279, + "watchers_count": 2279, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 151, + "open_issues": 12, + "watchers": 2279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 151, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-24T02:29:25Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 180, + "watchers_count": 180, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 180, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-24T15:16:25Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6167, + "watchers_count": 6167, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 786, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 786, + "open_issues": 19, + "watchers": 6167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 786, + "subscribers_count": 324 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-23T17:02:10Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 432, + "watchers_count": 432, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-24T15:28:24Z", + "pushed_at": "2018-07-24T14:40:35Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16447, + "stargazers_count": 830, + "watchers_count": 830, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 41, + "watchers": 830, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 60 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-24T09:09:51Z", + "pushed_at": "2018-07-23T19:39:54Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1750, + "watchers_count": 1750, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 13, + "watchers": 1750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you dockerizing application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-24T03:38:15Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 235, + "watchers_count": 235, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-24T11:19:21Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1549, + "watchers_count": 1549, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1549, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-24T07:19:33Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1657, + "watchers_count": 1657, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 18, + "watchers": 1657, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 67 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-24T13:06:23Z", + "pushed_at": "2018-07-24T16:03:39Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14561, + "stargazers_count": 1769, + "watchers_count": 1769, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 90, + "open_issues": 21, + "watchers": 1769, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-23T20:17:19Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 3, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-24T12:07:16Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 339, + "watchers_count": 339, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 12 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-24T00:00:45Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-24T15:23:41Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6513, + "watchers_count": 6513, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1074, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1074, + "open_issues": 7, + "watchers": 6513, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1074, + "subscribers_count": 350 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-20T14:19:04Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 406, + "watchers_count": 406, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 406, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-24T13:42:45Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 686, + "watchers_count": 686, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 411, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 411, + "open_issues": 2, + "watchers": 686, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 411, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-24T08:28:10Z", + "pushed_at": "2018-07-23T10:31:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162191, + "stargazers_count": 972, + "watchers_count": 972, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 270, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": null, + "forks": 270, + "open_issues": 30, + "watchers": 972, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 270, + "subscribers_count": 56 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-20T15:12:25Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 301, + "watchers_count": 301, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-24T14:51:45Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1076, + "watchers_count": 1076, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 18, + "watchers": 1076, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 25, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-24T15:44:34Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-23T13:12:19Z", + "pushed_at": "2018-07-23T15:57:30Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15155, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 365, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 365, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 365, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-24T01:26:35Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 581, + "watchers_count": 581, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 148, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 148, + "open_issues": 37, + "watchers": 581, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 148, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-24T12:57:06Z", + "pushed_at": "2018-07-15T16:18:06Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 883, + "watchers_count": 883, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 155, + "mirror_url": null, + "archived": false, + "open_issues_count": 74, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 155, + "open_issues": 74, + "watchers": 883, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 155, + "subscribers_count": 110 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-24T15:42:58Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1882, + "watchers_count": 1882, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 44, + "watchers": 1882, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-23T23:48:04Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1316, + "watchers_count": 1316, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1316, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 63 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-22T06:29:48Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-24T13:31:27Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 652, + "watchers_count": 652, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 652, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-23T23:27:30Z", + "pushed_at": "2018-07-24T06:39:35Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 557, + "watchers_count": 557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 17, + "watchers": 557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-23T06:00:43Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 368, + "watchers_count": 368, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-24T15:26:59Z", + "pushed_at": "2018-07-23T16:59:00Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15035, + "watchers_count": 15035, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1557, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1557, + "open_issues": 123, + "watchers": 15035, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1557, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-06-29T14:13:50Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-23T04:24:35Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 408, + "watchers_count": 408, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 408, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-24T12:44:13Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2387, + "watchers_count": 2387, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 81, + "watchers": 2387, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 83 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-24T07:56:58Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7490, + "watchers_count": 7490, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7490, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-18T16:48:22Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1815, + "watchers_count": 1815, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-20T20:59:43Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2404, + "watchers_count": 2404, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-21T20:42:33Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 42, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-24T14:08:55Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1905, + "watchers_count": 1905, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1905, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-24T14:01:53Z", + "pushed_at": "2018-07-23T15:55:02Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16390, + "stargazers_count": 873, + "watchers_count": 873, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 167, + "mirror_url": null, + "archived": false, + "open_issues_count": 140, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 167, + "open_issues": 140, + "watchers": 873, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 167, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-24T10:30:38Z", + "pushed_at": "2018-07-23T14:37:16Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5955, + "stargazers_count": 1426, + "watchers_count": 1426, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 77, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-22T22:51:47Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 982, + "watchers_count": 982, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-20T15:18:38Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 516, + "watchers_count": 516, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-24T12:43:13Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4341, + "watchers_count": 4341, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-24T15:11:32Z", + "pushed_at": "2018-07-24T15:11:24Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62244, + "stargazers_count": 3358, + "watchers_count": 3358, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 634, + "mirror_url": null, + "archived": false, + "open_issues_count": 416, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 634, + "open_issues": 416, + "watchers": 3358, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 634, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-24T15:43:28Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2474, + "watchers_count": 2474, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2474, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-24T12:25:19Z", + "pushed_at": "2018-06-18T08:02:10Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7082, + "stargazers_count": 2287, + "watchers_count": 2287, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 172, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 172, + "open_issues": 86, + "watchers": 2287, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 172, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-24T14:24:44Z", + "pushed_at": "2018-07-24T16:15:11Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22261, + "stargazers_count": 10878, + "watchers_count": 10878, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 782, + "mirror_url": null, + "archived": false, + "open_issues_count": 109, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 782, + "open_issues": 109, + "watchers": 10878, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 782, + "subscribers_count": 415 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-24T08:41:49Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 292, + "watchers_count": 292, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 292, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-24T09:06:18Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 755, + "watchers_count": 755, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 44, + "open_issues": 21, + "watchers": 755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 44, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-24T15:37:48Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2414, + "watchers_count": 2414, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2414, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 73 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-21T04:48:14Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-13T22:12:48Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-24T03:32:45Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 337, + "watchers_count": 337, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-24T12:28:35Z", + "pushed_at": "2018-07-24T13:34:32Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1067743, + "stargazers_count": 2989, + "watchers_count": 2989, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 351, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 351, + "open_issues": 42, + "watchers": 2989, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 351, + "subscribers_count": 328 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-24T11:49:18Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 706, + "watchers_count": 706, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-24T16:11:59Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3140, + "watchers_count": 3140, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 459, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 459, + "open_issues": 2, + "watchers": 3140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 459, + "subscribers_count": 233 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-24T10:48:36Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 563, + "watchers_count": 563, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 563, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-24T16:11:59Z", + "pushed_at": "2018-07-23T22:10:57Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24737, + "watchers_count": 24737, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2012, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2012, + "open_issues": 68, + "watchers": 24737, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2012, + "subscribers_count": 1123 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-23T23:35:49Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6913, + "watchers_count": 6913, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-24T14:51:28Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17434, + "watchers_count": 17434, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17434, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-24T14:51:28Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17434, + "watchers_count": 17434, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17434, + "default_branch": "master" + }, + "network_count": 2840, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-23T11:12:57Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7232, + "watchers_count": 7232, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7232, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-24T11:27:12Z", + "pushed_at": "2018-07-24T14:48:20Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6292, + "stargazers_count": 2881, + "watchers_count": 2881, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1015, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1015, + "open_issues": 36, + "watchers": 2881, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1015, + "subscribers_count": 221 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-23T17:53:36Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4586, + "watchers_count": 4586, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 400, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 400, + "open_issues": 70, + "watchers": 4586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 400, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-20T21:15:04Z", + "pushed_at": "2018-07-20T21:15:02Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37860, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-24T13:43:50Z", + "pushed_at": "2018-07-23T22:04:48Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4057, + "watchers_count": 4057, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1354, + "mirror_url": null, + "archived": false, + "open_issues_count": 410, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1354, + "open_issues": 410, + "watchers": 4057, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1354, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-24T15:26:02Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13883, + "watchers_count": 13883, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2389, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2389, + "open_issues": 5, + "watchers": 13883, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2389, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-24T12:51:41Z", + "pushed_at": "2018-07-21T17:20:28Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5703, + "stargazers_count": 15896, + "watchers_count": 15896, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 27, + "watchers": 15896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 394 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-24T12:32:05Z", + "pushed_at": "2018-07-24T15:06:24Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14119, + "stargazers_count": 1327, + "watchers_count": 1327, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 527, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 364, + "open_issues": 527, + "watchers": 1327, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-24T15:23:41Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73383, + "stargazers_count": 6513, + "watchers_count": 6513, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1074, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1074, + "open_issues": 7, + "watchers": 6513, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1074, + "subscribers_count": 350 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-24T09:58:17Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1769, + "watchers_count": 1769, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1769, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-24T12:17:33Z", + "pushed_at": "2018-07-23T22:07:19Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8573, + "watchers_count": 8573, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1670, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1670, + "open_issues": 442, + "watchers": 8573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1670, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-24T16:09:25Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1357, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-24T14:53:40Z", + "pushed_at": "2018-07-24T09:18:35Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18456, + "stargazers_count": 5177, + "watchers_count": 5177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 458, + "mirror_url": null, + "archived": false, + "open_issues_count": 365, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 458, + "open_issues": 365, + "watchers": 5177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 458, + "subscribers_count": 254 + } +] diff --git a/data/2018-07-25T16.14.28-fetched_repo_data.json b/data/2018-07-25T16.14.28-fetched_repo_data.json new file mode 100644 index 0000000..cda15fb --- /dev/null +++ b/data/2018-07-25T16.14.28-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-25T16:06:09Z", + "pushed_at": "2018-07-23T04:43:25Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89487, + "watchers_count": 89487, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11821, + "mirror_url": null, + "archived": false, + "open_issues_count": 203, + "license": null, + "forks": 11821, + "open_issues": 203, + "watchers": 89487, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11821, + "subscribers_count": 5663 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-25T14:29:20Z", + "pushed_at": "2018-07-24T16:15:57Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2686, + "stargazers_count": 11867, + "watchers_count": 11867, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1341, + "open_issues": 4, + "watchers": 11867, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1341, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-25T14:20:03Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 498, + "watchers_count": 498, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-23T21:29:47Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2750, + "watchers_count": 2750, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-25T03:23:27Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-24T10:24:04Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2490, + "watchers_count": 2490, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2490, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-25T15:11:48Z", + "pushed_at": "2018-07-25T13:01:32Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136604, + "stargazers_count": 49674, + "watchers_count": 49674, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14497, + "mirror_url": null, + "archived": false, + "open_issues_count": 3264, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14497, + "open_issues": 3264, + "watchers": 49674, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14497, + "subscribers_count": 3342 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-25T15:38:58Z", + "pushed_at": "2018-07-24T10:29:18Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10609, + "stargazers_count": 13295, + "watchers_count": 13295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2038, + "mirror_url": null, + "archived": false, + "open_issues_count": 594, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2038, + "open_issues": 594, + "watchers": 13295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2038, + "subscribers_count": 615 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-25T13:45:45Z", + "pushed_at": "2018-07-23T12:35:34Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4795, + "watchers_count": 4795, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 861, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 861, + "watchers": 4795, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 303 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-25T07:30:21Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5205, + "watchers_count": 5205, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 276, + "watchers": 5205, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 364 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-25T10:21:07Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5069, + "watchers_count": 5069, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 423, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 423, + "open_issues": 9, + "watchers": 5069, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 423, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-24T15:51:14Z", + "pushed_at": "2018-07-21T01:47:10Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 149, + "watchers_count": 149, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 10, + "open_issues": 16, + "watchers": 149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-12T18:54:38Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-25T10:26:19Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1275, + "watchers_count": 1275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-07-24T08:30:30Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 11, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-25T13:34:18Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 1998, + "watchers_count": 1998, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 35, + "watchers": 1998, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-25T08:36:26Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-25T08:45:22Z", + "pushed_at": "2018-07-25T13:29:11Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98341, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-25T11:43:57Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7716, + "watchers_count": 7716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1116, + "mirror_url": null, + "archived": false, + "open_issues_count": 285, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1116, + "open_issues": 285, + "watchers": 7716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1116, + "subscribers_count": 375 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-25T13:39:58Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10321, + "watchers_count": 10321, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 752, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 752, + "open_issues": 61, + "watchers": 10321, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 752, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-24T13:15:06Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 374, + "watchers_count": 374, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 24, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-25T06:52:03Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3326, + "watchers_count": 3326, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 567, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 567, + "open_issues": 80, + "watchers": 3326, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 567, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-25T08:58:50Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 306, + "watchers_count": 306, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 306, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-25T12:56:25Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 737, + "watchers_count": 737, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 168, + "open_issues": 7, + "watchers": 737, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-25T11:24:39Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3274, + "watchers_count": 3274, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 773, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 773, + "open_issues": 123, + "watchers": 3274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 773, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-25T06:05:48Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 75, + "open_issues": 3, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 11, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-24T23:15:17Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 24, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-24T23:15:17Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 24, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-23T23:42:04Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1934, + "watchers_count": 1934, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1934, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-25T16:05:28Z", + "pushed_at": "2018-07-25T16:08:50Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794701, + "stargazers_count": 39160, + "watchers_count": 39160, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13673, + "mirror_url": null, + "archived": false, + "open_issues_count": 3160, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13673, + "open_issues": 3160, + "watchers": 39160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13673, + "subscribers_count": 2606 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-25T15:39:39Z", + "pushed_at": "2018-07-25T15:39:21Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254930, + "stargazers_count": 680, + "watchers_count": 680, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 652, + "mirror_url": null, + "archived": false, + "open_issues_count": 605, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 652, + "open_issues": 605, + "watchers": 680, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 652, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:00:36Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3043, + "watchers_count": 3043, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3043, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-25T16:12:58Z", + "pushed_at": "2018-07-25T16:14:41Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37827, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 23, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-25T10:10:47Z", + "pushed_at": "2018-07-25T16:00:30Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378609, + "stargazers_count": 3784, + "watchers_count": 3784, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1496, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1496, + "open_issues": 23, + "watchers": 3784, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1496, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-25T15:30:41Z", + "pushed_at": "2018-07-25T14:48:20Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109506, + "stargazers_count": 3705, + "watchers_count": 3705, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 731, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 731, + "open_issues": 395, + "watchers": 3705, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 731, + "subscribers_count": 260 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-25T12:09:45Z", + "pushed_at": "2018-07-25T15:54:09Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38458, + "stargazers_count": 9153, + "watchers_count": 9153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 911, + "mirror_url": null, + "archived": false, + "open_issues_count": 2312, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 911, + "open_issues": 2312, + "watchers": 9153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 911, + "subscribers_count": 575 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-24T03:06:12Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 539, + "watchers_count": 539, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 39, + "watchers": 539, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-25T03:34:53Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3343, + "watchers_count": 3343, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-24T18:47:53Z", + "pushed_at": "2018-07-25T15:58:42Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118715, + "stargazers_count": 1685, + "watchers_count": 1685, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 149, + "open_issues": 33, + "watchers": 1685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-20T14:19:07Z", + "pushed_at": "2018-07-24T05:08:02Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22444, + "stargazers_count": 2428, + "watchers_count": 2428, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-25T03:47:13Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6764, + "watchers_count": 6764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 493, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 493, + "open_issues": 420, + "watchers": 6764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 493, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-24T09:39:39Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 58, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 58, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 58, + "subscribers_count": 44 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-24T23:19:47Z", + "pushed_at": "2018-07-25T14:03:00Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58065, + "stargazers_count": 2817, + "watchers_count": 2817, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 184, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 184, + "watchers": 2817, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-25T03:46:20Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1147, + "watchers_count": 1147, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1147, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 72 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-24T21:49:11Z", + "pushed_at": "2018-07-25T10:02:01Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3831, + "stargazers_count": 2219, + "watchers_count": 2219, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 224, + "mirror_url": null, + "archived": false, + "open_issues_count": 271, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 224, + "open_issues": 271, + "watchers": 2219, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 224, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-24T13:16:14Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 611, + "watchers_count": 611, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-25T16:10:50Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 96, + "watchers_count": 96, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 150, + "open_issues": 4, + "watchers": 96, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-25T16:10:50Z", + "pushed_at": "2018-07-18T18:01:34Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 96, + "watchers_count": 96, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 150, + "open_issues": 4, + "watchers": 96, + "default_branch": "master" + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-25T02:15:15Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4912, + "watchers_count": 4912, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 144, + "watchers": 4912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-25T14:03:46Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3129, + "watchers_count": 3129, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 394, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 394, + "open_issues": 45, + "watchers": 3129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 394, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-25T15:02:40Z", + "pushed_at": "2018-07-25T16:08:00Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30594, + "stargazers_count": 16536, + "watchers_count": 16536, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1657, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1657, + "open_issues": 279, + "watchers": 16536, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1657, + "subscribers_count": 574 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-25T16:12:46Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 581, + "watchers_count": 581, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 581, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 41 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-25T15:22:04Z", + "pushed_at": "2018-07-23T19:05:05Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3893, + "watchers_count": 3893, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 90, + "watchers": 3893, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-25T13:37:28Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3906, + "watchers_count": 3906, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 359, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 359, + "open_issues": 13, + "watchers": 3906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 359, + "subscribers_count": 198 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-24T07:01:42Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1445, + "watchers_count": 1445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-25T16:05:32Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23507, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 128, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 128, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-25T10:49:40Z", + "pushed_at": "2018-07-25T00:38:18Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2804, + "stargazers_count": 880, + "watchers_count": 880, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 88, + "open_issues": 41, + "watchers": 880, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-25T15:51:57Z", + "pushed_at": "2018-07-25T01:05:24Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43419, + "stargazers_count": 19386, + "watchers_count": 19386, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3870, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3870, + "open_issues": 276, + "watchers": 19386, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3870, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-25T15:45:53Z", + "pushed_at": "2018-07-25T15:59:43Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42152, + "stargazers_count": 9620, + "watchers_count": 9620, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1363, + "mirror_url": null, + "archived": false, + "open_issues_count": 785, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1363, + "open_issues": 785, + "watchers": 9620, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1363, + "subscribers_count": 620 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-25T16:00:29Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3730, + "watchers_count": 3730, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 745, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 745, + "open_issues": 224, + "watchers": 3730, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 745, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-24T11:54:24Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1009, + "watchers_count": 1009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-24T08:01:43Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 381, + "watchers_count": 381, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 381, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-25T12:58:33Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-25T01:16:19Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1273, + "watchers_count": 1273, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 207, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 207, + "watchers": 1273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-24T15:46:35Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 373, + "watchers_count": 373, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-24T18:53:20Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 470, + "watchers_count": 470, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 470, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-25T05:27:04Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-24T21:25:55Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7234, + "watchers_count": 7234, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 253, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 253, + "open_issues": 25, + "watchers": 7234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 253, + "subscribers_count": 150 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-10T19:38:26Z", + "pushed_at": "2018-07-22T13:57:42Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 324, + "stargazers_count": 270, + "watchers_count": 270, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 270, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-25T03:37:36Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4917, + "watchers_count": 4917, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-23T20:18:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 267, + "watchers_count": 267, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-24T20:30:29Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1170, + "watchers_count": 1170, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1170, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-25T15:04:48Z", + "pushed_at": "2018-07-25T00:41:27Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31128, + "stargazers_count": 1183, + "watchers_count": 1183, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 11, + "watchers": 1183, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 37 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-24T21:01:30Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1997, + "watchers_count": 1997, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 1997, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-24T15:45:03Z", + "pushed_at": "2018-07-24T15:45:01Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30760, + "stargazers_count": 647, + "watchers_count": 647, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 61, + "open_issues": 12, + "watchers": 647, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 28 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-23T19:14:19Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-25T05:47:32Z", + "pushed_at": "2018-07-25T09:06:17Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1682, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 3, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-25T14:14:18Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2250, + "watchers_count": 2250, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 335, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 335, + "open_issues": 13, + "watchers": 2250, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 335, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-23T04:31:07Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 9, + "watchers_count": 9, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 9, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-25T15:22:11Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2801, + "watchers_count": 2801, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2801, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-25T15:43:37Z", + "pushed_at": "2018-07-25T13:44:28Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17463, + "stargazers_count": 8704, + "watchers_count": 8704, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 855, + "mirror_url": null, + "archived": false, + "open_issues_count": 317, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 855, + "open_issues": 317, + "watchers": 8704, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 855, + "subscribers_count": 365 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-25T02:48:11Z", + "pushed_at": "2018-07-25T15:53:30Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36535, + "stargazers_count": 1953, + "watchers_count": 1953, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 126, + "watchers": 1953, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 113 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-24T06:41:20Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-24T08:51:45Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 151, + "watchers_count": 151, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 16, + "open_issues": 8, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-25T12:30:03Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2900, + "watchers_count": 2900, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 379, + "open_issues": 80, + "watchers": 2900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 379, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-25T08:08:26Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1982, + "watchers_count": 1982, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-25T12:25:31Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2282, + "watchers_count": 2282, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2282, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-25T13:05:15Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-25T12:59:28Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6177, + "watchers_count": 6177, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 789, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 789, + "open_issues": 20, + "watchers": 6177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 789, + "subscribers_count": 325 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-25T12:24:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 433, + "watchers_count": 433, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 43, + "open_issues": 17, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-25T12:48:49Z", + "pushed_at": "2018-07-25T14:13:14Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16448, + "stargazers_count": 834, + "watchers_count": 834, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 42, + "watchers": 834, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-25T02:42:52Z", + "pushed_at": "2018-07-23T19:39:54Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1751, + "watchers_count": 1751, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 13, + "watchers": 1751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-25T06:49:12Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 235, + "watchers_count": 235, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-25T13:10:39Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1552, + "watchers_count": 1552, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1552, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-25T07:17:35Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1661, + "watchers_count": 1661, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 18, + "watchers": 1661, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-25T15:23:14Z", + "pushed_at": "2018-07-24T17:53:01Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14567, + "stargazers_count": 1776, + "watchers_count": 1776, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 90, + "open_issues": 23, + "watchers": 1776, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-25T15:05:53Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 155, + "watchers_count": 155, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 4, + "watchers": 155, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-25T10:33:32Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 340, + "watchers_count": 340, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 340, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 12 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-24T00:00:45Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-25T14:28:51Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6519, + "watchers_count": 6519, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1075, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1075, + "open_issues": 7, + "watchers": 6519, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1075, + "subscribers_count": 350 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-25T05:21:36Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 687, + "watchers_count": 687, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 412, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 412, + "open_issues": 2, + "watchers": 687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 412, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-25T10:37:48Z", + "pushed_at": "2018-07-25T14:35:33Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162200, + "stargazers_count": 973, + "watchers_count": 973, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 270, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": null, + "forks": 270, + "open_issues": 31, + "watchers": 973, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 270, + "subscribers_count": 56 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-25T02:40:55Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-25T14:32:19Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1078, + "watchers_count": 1078, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 18, + "watchers": 1078, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 8, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-24T15:44:34Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-23T13:12:19Z", + "pushed_at": "2018-07-24T20:22:24Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15155, + "stargazers_count": 914, + "watchers_count": 914, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 278, + "watchers": 914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-25T11:49:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 582, + "watchers_count": 582, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 37, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-25T12:45:59Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 884, + "watchers_count": 884, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 75, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 156, + "open_issues": 75, + "watchers": 884, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 156, + "subscribers_count": 108 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-25T15:00:44Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1884, + "watchers_count": 1884, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 44, + "watchers": 1884, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-23T23:48:04Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1316, + "watchers_count": 1316, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1316, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-24T18:12:05Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 575, + "watchers_count": 575, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 575, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-25T07:29:12Z", + "pushed_at": "2018-07-24T06:39:35Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48365, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 17, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-23T06:00:43Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 368, + "watchers_count": 368, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-25T16:03:52Z", + "pushed_at": "2018-07-23T16:59:00Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15052, + "watchers_count": 15052, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1560, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1560, + "open_issues": 122, + "watchers": 15052, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1560, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-24T21:58:38Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-06-23T22:24:32Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 123, + "watchers_count": 123, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 0, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-25T14:02:02Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 409, + "watchers_count": 409, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 409, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-25T11:16:48Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2395, + "watchers_count": 2395, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 82, + "watchers": 2395, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 84 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-25T10:00:30Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7492, + "watchers_count": 7492, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-25T11:57:44Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-21T20:42:33Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 43, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-25T13:09:01Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1907, + "watchers_count": 1907, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1907, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-25T13:22:24Z", + "pushed_at": "2018-07-23T15:55:02Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16390, + "stargazers_count": 877, + "watchers_count": 877, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 142, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 168, + "open_issues": 142, + "watchers": 877, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 63 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-25T10:15:53Z", + "pushed_at": "2018-07-25T10:15:50Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5956, + "stargazers_count": 1426, + "watchers_count": 1426, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-22T22:51:47Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 982, + "watchers_count": 982, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-20T15:18:38Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 516, + "watchers_count": 516, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-25T15:15:21Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4343, + "watchers_count": 4343, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-25T15:11:12Z", + "pushed_at": "2018-07-25T16:12:18Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62266, + "stargazers_count": 3362, + "watchers_count": 3362, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 636, + "mirror_url": null, + "archived": false, + "open_issues_count": 421, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 636, + "open_issues": 421, + "watchers": 3362, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 636, + "subscribers_count": 224 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-25T09:25:24Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2480, + "watchers_count": 2480, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2480, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-25T03:20:06Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2288, + "watchers_count": 2288, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 173, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 173, + "open_issues": 86, + "watchers": 2288, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 173, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-25T15:50:23Z", + "pushed_at": "2018-07-25T13:11:38Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22263, + "stargazers_count": 10895, + "watchers_count": 10895, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 783, + "mirror_url": null, + "archived": false, + "open_issues_count": 110, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 783, + "open_issues": 110, + "watchers": 10895, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 783, + "subscribers_count": 416 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-25T07:49:24Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 293, + "watchers_count": 293, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 293, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-24T09:06:18Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 755, + "watchers_count": 755, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 44, + "open_issues": 21, + "watchers": 755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 44, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-25T16:05:50Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2418, + "watchers_count": 2418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-19T16:08:52Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-25T08:03:46Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 339, + "watchers_count": 339, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-25T16:02:44Z", + "pushed_at": "2018-07-25T16:02:42Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068725, + "stargazers_count": 2990, + "watchers_count": 2990, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 353, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 353, + "open_issues": 41, + "watchers": 2990, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 353, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-25T13:37:37Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 709, + "watchers_count": 709, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 709, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-25T14:03:02Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3147, + "watchers_count": 3147, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 462, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 462, + "open_issues": 2, + "watchers": 3147, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 462, + "subscribers_count": 235 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-25T01:24:00Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 565, + "watchers_count": 565, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 565, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-25T16:03:11Z", + "pushed_at": "2018-07-23T22:10:57Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24751, + "watchers_count": 24751, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2016, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2016, + "open_issues": 68, + "watchers": 24751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2016, + "subscribers_count": 1124 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-23T23:35:49Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6913, + "watchers_count": 6913, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-25T15:05:44Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17439, + "watchers_count": 17439, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17439, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-25T15:05:44Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17439, + "watchers_count": 17439, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17439, + "default_branch": "master" + }, + "network_count": 2840, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-23T11:12:57Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7232, + "watchers_count": 7232, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7232, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-25T14:38:34Z", + "pushed_at": "2018-07-25T15:10:29Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6301, + "stargazers_count": 2885, + "watchers_count": 2885, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1016, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1016, + "open_issues": 34, + "watchers": 2885, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1016, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-25T14:04:10Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4588, + "watchers_count": 4588, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 401, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 401, + "open_issues": 70, + "watchers": 4588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 401, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-24T20:38:27Z", + "pushed_at": "2018-07-24T20:38:25Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37838, + "stargazers_count": 715, + "watchers_count": 715, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 67 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-25T08:07:43Z", + "pushed_at": "2018-07-25T09:01:31Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4059, + "watchers_count": 4059, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1356, + "mirror_url": null, + "archived": false, + "open_issues_count": 410, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1356, + "open_issues": 410, + "watchers": 4059, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1356, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-25T14:35:11Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13893, + "watchers_count": 13893, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2392, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2392, + "open_issues": 5, + "watchers": 13893, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2392, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-25T14:52:59Z", + "pushed_at": "2018-07-21T17:20:28Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5703, + "stargazers_count": 15901, + "watchers_count": 15901, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1341, + "open_issues": 27, + "watchers": 15901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1341, + "subscribers_count": 394 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-25T07:17:47Z", + "pushed_at": "2018-07-25T15:58:19Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14119, + "stargazers_count": 1332, + "watchers_count": 1332, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 530, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 364, + "open_issues": 530, + "watchers": 1332, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-25T14:28:51Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6519, + "watchers_count": 6519, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1075, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1075, + "open_issues": 7, + "watchers": 6519, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1075, + "subscribers_count": 350 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-25T13:15:08Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1773, + "watchers_count": 1773, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1773, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-25T16:12:37Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8582, + "watchers_count": 8582, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1670, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1670, + "open_issues": 442, + "watchers": 8582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1670, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-24T16:09:25Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-25T14:50:50Z", + "pushed_at": "2018-07-25T14:54:51Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18458, + "stargazers_count": 5178, + "watchers_count": 5178, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 458, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 458, + "open_issues": 367, + "watchers": 5178, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 458, + "subscribers_count": 254 + } +] diff --git a/data/2018-07-26T16.15.20-fetched_repo_data.json b/data/2018-07-26T16.15.20-fetched_repo_data.json new file mode 100644 index 0000000..72d98d0 --- /dev/null +++ b/data/2018-07-26T16.15.20-fetched_repo_data.json @@ -0,0 +1,35337 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-26T16:11:24Z", + "pushed_at": "2018-07-23T04:43:25Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89553, + "watchers_count": 89553, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11835, + "mirror_url": null, + "archived": false, + "open_issues_count": 202, + "license": null, + "forks": 11835, + "open_issues": 202, + "watchers": 89553, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11835, + "subscribers_count": 5668 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-26T14:50:26Z", + "pushed_at": "2018-07-25T16:16:12Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2830, + "stargazers_count": 11883, + "watchers_count": 11883, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1341, + "open_issues": 4, + "watchers": 11883, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1341, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-25T14:20:03Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 498, + "watchers_count": 498, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-23T21:29:47Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2750, + "watchers_count": 2750, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-25T03:23:27Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-26T04:43:54Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2491, + "watchers_count": 2491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-26T16:13:56Z", + "pushed_at": "2018-07-26T13:07:16Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136612, + "stargazers_count": 49694, + "watchers_count": 49694, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14503, + "mirror_url": null, + "archived": false, + "open_issues_count": 3271, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14503, + "open_issues": 3271, + "watchers": 49694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14503, + "subscribers_count": 3341 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-26T15:21:28Z", + "pushed_at": "2018-07-25T22:20:43Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13307, + "watchers_count": 13307, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2041, + "mirror_url": null, + "archived": false, + "open_issues_count": 593, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2041, + "open_issues": 593, + "watchers": 13307, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2041, + "subscribers_count": 614 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-26T15:34:39Z", + "pushed_at": "2018-07-23T12:35:34Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4799, + "watchers_count": 4799, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 861, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 861, + "watchers": 4799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 302 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-26T00:43:38Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5207, + "watchers_count": 5207, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 276, + "watchers": 5207, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-25T16:36:42Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5070, + "watchers_count": 5070, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 423, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 423, + "open_issues": 9, + "watchers": 5070, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 423, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 11, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-09T14:27:28Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 39, + "watchers_count": 39, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 39, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-26T03:07:59Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 846, + "watchers_count": 846, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 846, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-25T10:26:19Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1275, + "watchers_count": 1275, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1275, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-07-24T08:30:30Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 11, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-26T13:35:52Z", + "pushed_at": "2018-06-25T15:21:17Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16663, + "stargazers_count": 2003, + "watchers_count": 2003, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 35, + "watchers": 2003, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-26T14:49:13Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 580, + "watchers_count": 580, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 580, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-05-16T14:25:40Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 426, + "watchers_count": 426, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 20, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 20, + "open_issues": 2, + "watchers": 426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 20, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-26T15:31:08Z", + "pushed_at": "2018-07-26T15:46:10Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98368, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 3, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-26T12:09:51Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7723, + "watchers_count": 7723, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1119, + "mirror_url": null, + "archived": false, + "open_issues_count": 285, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1119, + "open_issues": 285, + "watchers": 7723, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1119, + "subscribers_count": 374 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-26T13:24:37Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10329, + "watchers_count": 10329, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 752, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 752, + "open_issues": 61, + "watchers": 10329, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 752, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-26T10:31:08Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 375, + "watchers_count": 375, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 25, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-26T14:10:31Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3328, + "watchers_count": 3328, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 567, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 567, + "open_issues": 80, + "watchers": 3328, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 567, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-26T03:51:17Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 307, + "watchers_count": 307, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 307, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-26T07:37:23Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 740, + "watchers_count": 740, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 169, + "open_issues": 7, + "watchers": 740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-26T14:43:10Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3282, + "watchers_count": 3282, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 774, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 774, + "open_issues": 123, + "watchers": 3282, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 774, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-25T06:05:48Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 76, + "open_issues": 3, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-14T04:16:26Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 222, + "watchers_count": 222, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-24T23:15:17Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 24, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-24T23:15:17Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 24, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-26T16:05:13Z", + "pushed_at": "2018-07-26T16:09:19Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795002, + "stargazers_count": 39216, + "watchers_count": 39216, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13689, + "mirror_url": null, + "archived": false, + "open_issues_count": 3190, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13689, + "open_issues": 3190, + "watchers": 39216, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13689, + "subscribers_count": 2607 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-26T11:52:21Z", + "pushed_at": "2018-07-26T15:55:08Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 254978, + "stargazers_count": 682, + "watchers_count": 682, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 652, + "mirror_url": null, + "archived": false, + "open_issues_count": 608, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 652, + "open_issues": 608, + "watchers": 682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 652, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-26T14:06:35Z", + "pushed_at": "2018-07-26T16:14:09Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37821, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 23, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-26T05:36:44Z", + "pushed_at": "2018-07-26T05:36:38Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378654, + "stargazers_count": 3784, + "watchers_count": 3784, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1496, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1496, + "open_issues": 23, + "watchers": 3784, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1496, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-26T07:25:27Z", + "pushed_at": "2018-07-26T15:35:13Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109570, + "stargazers_count": 3707, + "watchers_count": 3707, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 394, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 394, + "watchers": 3707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 260 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-26T15:19:09Z", + "pushed_at": "2018-07-25T23:42:30Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38498, + "stargazers_count": 9158, + "watchers_count": 9158, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 912, + "mirror_url": null, + "archived": false, + "open_issues_count": 2322, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 912, + "open_issues": 2322, + "watchers": 9158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 912, + "subscribers_count": 576 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-26T08:50:53Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 541, + "watchers_count": 541, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 40, + "watchers": 541, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-26T06:43:39Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3344, + "watchers_count": 3344, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3344, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-26T04:08:02Z", + "pushed_at": "2018-07-26T00:14:22Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118758, + "stargazers_count": 1686, + "watchers_count": 1686, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1686, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T09:32:02Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2429, + "watchers_count": 2429, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-26T11:48:43Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6764, + "watchers_count": 6764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 420, + "watchers": 6764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-26T08:30:22Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 58, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 58, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 58, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-24T23:19:47Z", + "pushed_at": "2018-07-25T14:03:00Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58065, + "stargazers_count": 2817, + "watchers_count": 2817, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 184, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 184, + "watchers": 2817, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-26T14:43:38Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1147, + "watchers_count": 1147, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1147, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 72 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-26T15:28:05Z", + "pushed_at": "2018-07-25T10:02:01Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3831, + "stargazers_count": 2224, + "watchers_count": 2224, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 224, + "mirror_url": null, + "archived": false, + "open_issues_count": 273, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 224, + "open_issues": 273, + "watchers": 2224, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 224, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-24T13:16:14Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 611, + "watchers_count": 611, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-26T15:50:29Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 96, + "watchers_count": 96, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 96, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-26T15:50:29Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3284, + "stargazers_count": 96, + "watchers_count": 96, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 96, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-11T09:27:54Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 192, + "watchers_count": 192, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 192, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-26T14:08:56Z", + "pushed_at": "2018-06-16T00:20:20Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7709, + "stargazers_count": 4911, + "watchers_count": 4911, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 144, + "watchers": 4911, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-26T10:05:48Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3131, + "watchers_count": 3131, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 395, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 395, + "open_issues": 46, + "watchers": 3131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 395, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-26T15:12:34Z", + "pushed_at": "2018-07-26T16:14:03Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30704, + "stargazers_count": 16574, + "watchers_count": 16574, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1661, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1661, + "open_issues": 277, + "watchers": 16574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1661, + "subscribers_count": 573 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 20, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 40 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-26T14:48:32Z", + "pushed_at": "2018-07-23T19:05:05Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3899, + "watchers_count": 3899, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 90, + "watchers": 3899, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-25T13:37:28Z", + "pushed_at": "2018-07-12T22:52:31Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3906, + "watchers_count": 3906, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 359, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 359, + "open_issues": 13, + "watchers": 3906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 359, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-24T07:01:42Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1445, + "watchers_count": 1445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-26T14:09:36Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23505, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-26T14:51:23Z", + "pushed_at": "2018-07-25T00:38:18Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2804, + "stargazers_count": 881, + "watchers_count": 881, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 88, + "open_issues": 41, + "watchers": 881, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 88, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-26T14:29:48Z", + "pushed_at": "2018-07-26T15:14:54Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43419, + "stargazers_count": 19409, + "watchers_count": 19409, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3877, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3877, + "open_issues": 276, + "watchers": 19409, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3877, + "subscribers_count": 1115 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-26T15:39:45Z", + "pushed_at": "2018-07-26T16:01:28Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42196, + "stargazers_count": 9695, + "watchers_count": 9695, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1368, + "mirror_url": null, + "archived": false, + "open_issues_count": 783, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1368, + "open_issues": 783, + "watchers": 9695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1368, + "subscribers_count": 625 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-25T16:00:29Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3730, + "watchers_count": 3730, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 745, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 745, + "open_issues": 224, + "watchers": 3730, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 745, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-24T11:54:24Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1009, + "watchers_count": 1009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-25T12:58:33Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-25T01:16:19Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1273, + "watchers_count": 1273, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 207, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 207, + "watchers": 1273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-24T15:46:35Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 373, + "watchers_count": 373, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-26T08:47:26Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 471, + "watchers_count": 471, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 471, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-25T05:27:04Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 31, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 31, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-26T13:30:59Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7236, + "watchers_count": 7236, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 254, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 254, + "open_issues": 26, + "watchers": 7236, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 254, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-25T22:12:24Z", + "pushed_at": "2018-07-22T13:57:42Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 324, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-26T09:34:36Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4916, + "watchers_count": 4916, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4916, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-23T20:18:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 267, + "watchers_count": 267, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-24T20:30:29Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1170, + "watchers_count": 1170, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1170, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 28 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-26T13:25:58Z", + "pushed_at": "2018-07-25T22:34:00Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31132, + "stargazers_count": 1186, + "watchers_count": 1186, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 11, + "watchers": 1186, + "default_branch": "development", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-26T02:09:14Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 1998, + "watchers_count": 1998, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 1998, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-26T13:38:57Z", + "pushed_at": "2018-07-24T15:45:01Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30760, + "stargazers_count": 648, + "watchers_count": 648, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 61, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 61, + "open_issues": 12, + "watchers": 648, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 61, + "subscribers_count": 29 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-26T14:01:32Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-25T18:26:42Z", + "pushed_at": "2018-07-25T18:26:42Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1682, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-17T13:21:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-25T14:14:18Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2250, + "watchers_count": 2250, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 335, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 335, + "open_issues": 13, + "watchers": 2250, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 335, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-26T07:48:22Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 10, + "watchers_count": 10, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-26T00:40:11Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2802, + "watchers_count": 2802, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2802, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-26T16:13:56Z", + "pushed_at": "2018-07-26T13:09:49Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17491, + "stargazers_count": 8726, + "watchers_count": 8726, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 854, + "mirror_url": null, + "archived": false, + "open_issues_count": 316, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 854, + "open_issues": 316, + "watchers": 8726, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 854, + "subscribers_count": 367 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-26T14:08:01Z", + "pushed_at": "2018-07-26T15:22:33Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36560, + "stargazers_count": 1955, + "watchers_count": 1955, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 126, + "watchers": 1955, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 112 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-26T02:11:57Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1754, + "watchers_count": 1754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-26T09:11:07Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 17, + "open_issues": 8, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-25T12:30:03Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2900, + "watchers_count": 2900, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 104 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-26T11:53:50Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1984, + "watchers_count": 1984, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-26T07:19:37Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2285, + "watchers_count": 2285, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-25T13:05:15Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-26T11:58:39Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6182, + "watchers_count": 6182, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 788, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 788, + "open_issues": 21, + "watchers": 6182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 788, + "subscribers_count": 327 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-25T12:24:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 433, + "watchers_count": 433, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-25T23:56:32Z", + "pushed_at": "2018-07-26T15:58:01Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16473, + "stargazers_count": 835, + "watchers_count": 835, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 41, + "watchers": 835, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-26T13:40:02Z", + "pushed_at": "2018-07-23T19:39:54Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-25T06:49:12Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 235, + "watchers_count": 235, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-26T14:10:17Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1555, + "watchers_count": 1555, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1555, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-26T08:35:48Z", + "pushed_at": "2018-07-16T14:18:00Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32969, + "stargazers_count": 1664, + "watchers_count": 1664, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 18, + "watchers": 1664, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 70 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-26T14:55:03Z", + "pushed_at": "2018-07-26T00:56:18Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14567, + "stargazers_count": 1785, + "watchers_count": 1785, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 90, + "open_issues": 25, + "watchers": 1785, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-25T15:05:53Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 155, + "watchers_count": 155, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 155, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-26T11:29:10Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 340, + "watchers_count": 340, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 340, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 12 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-24T00:00:45Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-26T14:04:18Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6526, + "watchers_count": 6526, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1077, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1077, + "open_issues": 8, + "watchers": 6526, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1077, + "subscribers_count": 350 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-25T05:21:36Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 687, + "watchers_count": 687, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 413, + "open_issues": 2, + "watchers": 687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 413, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-26T08:56:04Z", + "pushed_at": "2018-07-26T08:56:01Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162153, + "stargazers_count": 975, + "watchers_count": 975, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 270, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 270, + "open_issues": 33, + "watchers": 975, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 270, + "subscribers_count": 56 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-05T18:22:18Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 227, + "watchers_count": 227, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-25T02:40:55Z", + "pushed_at": "2018-06-01T18:25:55Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 115, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": null, + "forks": 33, + "open_issues": 21, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-26T10:29:00Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1079, + "watchers_count": 1079, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 18, + "watchers": 1079, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-19T22:38:15Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 444, + "watchers_count": 444, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 444, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-19T00:13:22Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-24T15:44:34Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-25T16:45:52Z", + "pushed_at": "2018-07-25T18:11:39Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15156, + "stargazers_count": 913, + "watchers_count": 913, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 278, + "watchers": 913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 78 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-25T11:49:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 582, + "watchers_count": 582, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-26T14:24:05Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 888, + "watchers_count": 888, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 75, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 75, + "watchers": 888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 108 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-26T08:06:28Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1887, + "watchers_count": 1887, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 45, + "watchers": 1887, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-26T06:05:45Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1319, + "watchers_count": 1319, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 31, + "watchers": 1319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-26T09:07:34Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-26T15:30:01Z", + "pushed_at": "2018-07-23T16:59:00Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24245, + "stargazers_count": 15067, + "watchers_count": 15067, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1563, + "mirror_url": null, + "archived": false, + "open_issues_count": 122, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1563, + "open_issues": 122, + "watchers": 15067, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1563, + "subscribers_count": 555 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-24T21:58:38Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-26T15:29:10Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 412, + "watchers_count": 412, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 412, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-26T15:56:09Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2401, + "watchers_count": 2401, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 83, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 83, + "watchers": 2401, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 84 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-17T20:08:24Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 586, + "watchers_count": 586, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 586, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-26T13:54:20Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7493, + "watchers_count": 7493, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7493, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 396 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-25T11:57:44Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-21T20:42:33Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 43, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-25T21:05:55Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1908, + "watchers_count": 1908, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-26T16:05:54Z", + "pushed_at": "2018-07-26T16:05:49Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16390, + "stargazers_count": 879, + "watchers_count": 879, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 142, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 170, + "open_issues": 142, + "watchers": 879, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 63 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-25T10:15:53Z", + "pushed_at": "2018-07-25T10:15:50Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5956, + "stargazers_count": 1426, + "watchers_count": 1426, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-22T22:51:47Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 982, + "watchers_count": 982, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 58 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-26T14:50:35Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4345, + "watchers_count": 4345, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-26T11:45:24Z", + "pushed_at": "2018-07-26T14:31:40Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62278, + "stargazers_count": 3366, + "watchers_count": 3366, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 637, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 637, + "open_issues": 420, + "watchers": 3366, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 637, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-26T15:37:20Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2485, + "watchers_count": 2485, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 163, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 163, + "open_issues": 19, + "watchers": 2485, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 163, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-26T13:07:11Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2291, + "watchers_count": 2291, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 173, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 173, + "open_issues": 87, + "watchers": 2291, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 173, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-26T14:05:01Z", + "pushed_at": "2018-07-26T08:58:16Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22290, + "stargazers_count": 10903, + "watchers_count": 10903, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 110, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 784, + "open_issues": 110, + "watchers": 10903, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 784, + "subscribers_count": 416 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-25T07:49:24Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 293, + "watchers_count": 293, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 293, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-26T10:15:37Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2419, + "watchers_count": 2419, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 81, + "watchers": 2419, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 75 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-26T03:31:42Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 931, + "watchers_count": 931, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 931, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-25T08:03:46Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 339, + "watchers_count": 339, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 32, + "watchers": 339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-26T11:13:01Z", + "pushed_at": "2018-07-26T00:30:53Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069214, + "stargazers_count": 2999, + "watchers_count": 2999, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 354, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 354, + "open_issues": 42, + "watchers": 2999, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 354, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-25T13:37:37Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 709, + "watchers_count": 709, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 709, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-26T15:47:41Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3164, + "watchers_count": 3164, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 462, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 462, + "open_issues": 2, + "watchers": 3164, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 462, + "subscribers_count": 236 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-26T01:41:14Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-26T15:57:35Z", + "pushed_at": "2018-07-23T22:10:57Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24813, + "watchers_count": 24813, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2019, + "mirror_url": null, + "archived": false, + "open_issues_count": 68, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2019, + "open_issues": 68, + "watchers": 24813, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2019, + "subscribers_count": 1130 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-26T15:28:34Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6920, + "watchers_count": 6920, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6920, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-26T09:36:24Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17440, + "watchers_count": 17440, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17440, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-26T09:36:24Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17440, + "watchers_count": 17440, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2840, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2840, + "open_issues": 218, + "watchers": 17440, + "default_branch": "master" + }, + "network_count": 2840, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-26T09:09:03Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7233, + "watchers_count": 7233, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7233, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-26T09:13:16Z", + "pushed_at": "2018-07-26T16:15:43Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6309, + "stargazers_count": 2886, + "watchers_count": 2886, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1017, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1017, + "open_issues": 33, + "watchers": 2886, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1017, + "subscribers_count": 223 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-25T21:18:58Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4589, + "watchers_count": 4589, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 402, + "open_issues": 69, + "watchers": 4589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-26T15:15:43Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-26T12:34:13Z", + "pushed_at": "2018-07-25T09:01:31Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4060, + "watchers_count": 4060, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1356, + "mirror_url": null, + "archived": false, + "open_issues_count": 411, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1356, + "open_issues": 411, + "watchers": 4060, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1356, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-26T15:22:34Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13902, + "watchers_count": 13902, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2395, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2395, + "open_issues": 5, + "watchers": 13902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2395, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-26T14:32:01Z", + "pushed_at": "2018-07-26T14:49:21Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5722, + "stargazers_count": 15915, + "watchers_count": 15915, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 27, + "watchers": 15915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 392 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-26T04:17:09Z", + "pushed_at": "2018-07-26T16:16:56Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14326, + "stargazers_count": 1335, + "watchers_count": 1335, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 524, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 524, + "watchers": 1335, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-26T14:04:18Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6526, + "watchers_count": 6526, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1077, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1077, + "open_issues": 8, + "watchers": 6526, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1077, + "subscribers_count": 350 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-26T08:22:09Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1775, + "watchers_count": 1775, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1775, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-26T14:10:41Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8592, + "watchers_count": 8592, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1671, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1671, + "open_issues": 442, + "watchers": 8592, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1671, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-24T16:09:25Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 142, + "watchers_count": 142, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 142, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-26T09:36:19Z", + "pushed_at": "2018-07-26T13:43:45Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18460, + "stargazers_count": 5181, + "watchers_count": 5181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 459, + "mirror_url": null, + "archived": false, + "open_issues_count": 371, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 459, + "open_issues": 371, + "watchers": 5181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 459, + "subscribers_count": 255 + } +] diff --git a/data/2018-07-27T16.17.37-fetched_repo_data.json b/data/2018-07-27T16.17.37-fetched_repo_data.json new file mode 100644 index 0000000..6311e18 --- /dev/null +++ b/data/2018-07-27T16.17.37-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-27T15:55:25Z", + "pushed_at": "2018-07-26T20:43:18Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89610, + "watchers_count": 89610, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11841, + "mirror_url": null, + "archived": false, + "open_issues_count": 203, + "license": null, + "forks": 11841, + "open_issues": 203, + "watchers": 89610, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11841, + "subscribers_count": 5674 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-27T13:56:22Z", + "pushed_at": "2018-07-27T11:30:28Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2299, + "stargazers_count": 11894, + "watchers_count": 11894, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1341, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1341, + "open_issues": 5, + "watchers": 11894, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1341, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-25T14:20:03Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 498, + "watchers_count": 498, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-23T21:29:47Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2750, + "watchers_count": 2750, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-27T03:25:45Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-26T04:43:54Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2491, + "watchers_count": 2491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 189, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 189, + "open_issues": 0, + "watchers": 2491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 189, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-27T15:30:25Z", + "pushed_at": "2018-07-27T15:41:18Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136612, + "stargazers_count": 49707, + "watchers_count": 49707, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14509, + "mirror_url": null, + "archived": false, + "open_issues_count": 3279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14509, + "open_issues": 3279, + "watchers": 49707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14509, + "subscribers_count": 3343 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-27T15:31:36Z", + "pushed_at": "2018-07-25T22:20:43Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13315, + "watchers_count": 13315, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2041, + "mirror_url": null, + "archived": false, + "open_issues_count": 594, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2041, + "open_issues": 594, + "watchers": 13315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2041, + "subscribers_count": 615 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-27T09:08:43Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4803, + "watchers_count": 4803, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 865, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 865, + "watchers": 4803, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 303 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-27T15:31:39Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5210, + "watchers_count": 5210, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 277, + "watchers": 5210, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-27T05:31:47Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5072, + "watchers_count": 5072, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 424, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 424, + "open_issues": 9, + "watchers": 5072, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 424, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-26T03:07:59Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 846, + "watchers_count": 846, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 846, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-27T05:32:10Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1276, + "watchers_count": 1276, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1276, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-06-25T12:15:57Z", + "pushed_at": "2018-07-24T08:30:30Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 478, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 11, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-06-05T04:40:24Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 86, + "watchers_count": 86, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 86, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-05-22T18:53:50Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-27T15:45:57Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2007, + "watchers_count": 2007, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 32, + "watchers": 2007, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-26T18:51:10Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 581, + "watchers_count": 581, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 581, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-27T13:04:49Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 427, + "watchers_count": 427, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 427, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-07-27T11:43:09Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98351, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 3, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-27T10:09:34Z", + "pushed_at": "2018-07-20T22:28:24Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7729, + "watchers_count": 7729, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1120, + "mirror_url": null, + "archived": false, + "open_issues_count": 286, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1120, + "open_issues": 286, + "watchers": 7729, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1120, + "subscribers_count": 374 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-27T09:48:59Z", + "pushed_at": "2018-07-07T19:41:28Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26985, + "stargazers_count": 10333, + "watchers_count": 10333, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 754, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 754, + "open_issues": 62, + "watchers": 10333, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 754, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-26T10:31:08Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 375, + "watchers_count": 375, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 26, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-27T11:28:51Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3331, + "watchers_count": 3331, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 567, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 567, + "open_issues": 80, + "watchers": 3331, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 567, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-26T03:51:17Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 307, + "watchers_count": 307, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 307, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-26T07:37:23Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 740, + "watchers_count": 740, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 169, + "open_issues": 7, + "watchers": 740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 82 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-27T10:52:55Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3286, + "watchers_count": 3286, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 774, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 774, + "open_issues": 123, + "watchers": 3286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 774, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-27T14:35:07Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 388, + "watchers_count": 388, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 76, + "open_issues": 3, + "watchers": 388, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-27T16:02:15Z", + "pushed_at": "2018-07-27T15:21:40Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 794946, + "stargazers_count": 39265, + "watchers_count": 39265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13700, + "mirror_url": null, + "archived": false, + "open_issues_count": 3191, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13700, + "open_issues": 3191, + "watchers": 39265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13700, + "subscribers_count": 2609 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-27T15:27:46Z", + "pushed_at": "2018-07-27T16:12:50Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255033, + "stargazers_count": 682, + "watchers_count": 682, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 653, + "mirror_url": null, + "archived": false, + "open_issues_count": 608, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 653, + "open_issues": 608, + "watchers": 682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 653, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-26T14:06:35Z", + "pushed_at": "2018-07-27T14:47:04Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37882, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 20, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-27T16:02:23Z", + "pushed_at": "2018-07-27T16:02:15Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378769, + "stargazers_count": 3785, + "watchers_count": 3785, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1498, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1498, + "open_issues": 23, + "watchers": 3785, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1498, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-27T15:55:57Z", + "pushed_at": "2018-07-27T03:49:13Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109671, + "stargazers_count": 3713, + "watchers_count": 3713, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 729, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 729, + "open_issues": 395, + "watchers": 3713, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 729, + "subscribers_count": 260 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-27T13:09:17Z", + "pushed_at": "2018-07-27T14:59:34Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38499, + "stargazers_count": 9170, + "watchers_count": 9170, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 913, + "mirror_url": null, + "archived": false, + "open_issues_count": 2325, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 913, + "open_issues": 2325, + "watchers": 9170, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 913, + "subscribers_count": 576 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-26T08:50:53Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 541, + "watchers_count": 541, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 40, + "watchers": 541, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-26T06:43:39Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3344, + "watchers_count": 3344, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3344, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-27T05:01:48Z", + "pushed_at": "2018-07-27T00:22:43Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118725, + "stargazers_count": 1687, + "watchers_count": 1687, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 35, + "watchers": 1687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-27T08:59:04Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6766, + "watchers_count": 6766, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 420, + "watchers": 6766, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-27T07:41:55Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1253, + "watchers_count": 1253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 67, + "watchers": 1253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-27T11:24:00Z", + "pushed_at": "2018-07-27T13:11:27Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58065, + "stargazers_count": 2818, + "watchers_count": 2818, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 185, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 185, + "watchers": 2818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-27T09:59:38Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1149, + "watchers_count": 1149, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 59, + "watchers": 1149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 72 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-27T11:03:43Z", + "pushed_at": "2018-07-27T08:20:43Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3831, + "stargazers_count": 2227, + "watchers_count": 2227, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 225, + "mirror_url": null, + "archived": false, + "open_issues_count": 273, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 225, + "open_issues": 273, + "watchers": 2227, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 225, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-27T11:13:25Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 610, + "watchers_count": 610, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 610, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 97, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 97, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-27T09:12:02Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4912, + "watchers_count": 4912, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 143, + "watchers": 4912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-27T06:21:41Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3132, + "watchers_count": 3132, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 395, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 395, + "open_issues": 46, + "watchers": 3132, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 395, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-27T16:17:46Z", + "pushed_at": "2018-07-27T16:17:37Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30711, + "stargazers_count": 16601, + "watchers_count": 16601, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1662, + "mirror_url": null, + "archived": false, + "open_issues_count": 282, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1662, + "open_issues": 282, + "watchers": 16601, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1662, + "subscribers_count": 574 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 40 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-27T11:19:46Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3903, + "watchers_count": 3903, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 90, + "watchers": 3903, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 38, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-27T09:16:42Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3908, + "watchers_count": 3908, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 15, + "watchers": 3908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-27T08:51:54Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1446, + "watchers_count": 1446, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1446, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-27T08:35:59Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23505, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-27T15:52:56Z", + "pushed_at": "2018-07-27T11:07:04Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2804, + "stargazers_count": 884, + "watchers_count": 884, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 89, + "open_issues": 43, + "watchers": 884, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 89, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-27T14:00:46Z", + "pushed_at": "2018-07-26T15:14:54Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43419, + "stargazers_count": 19426, + "watchers_count": 19426, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3884, + "mirror_url": null, + "archived": false, + "open_issues_count": 274, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3884, + "open_issues": 274, + "watchers": 19426, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3884, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-27T15:30:35Z", + "pushed_at": "2018-07-27T15:24:11Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42243, + "stargazers_count": 9727, + "watchers_count": 9727, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1371, + "mirror_url": null, + "archived": false, + "open_issues_count": 793, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1371, + "open_issues": 793, + "watchers": 9727, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1371, + "subscribers_count": 626 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-27T02:19:50Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3732, + "watchers_count": 3732, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 224, + "watchers": 3732, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-06-01T21:39:58Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-24T11:54:24Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1009, + "watchers_count": 1009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-27T06:22:25Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 111, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-27T14:34:35Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1277, + "watchers_count": 1277, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 207, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 207, + "watchers": 1277, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-24T15:46:35Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 373, + "watchers_count": 373, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-26T08:47:26Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 471, + "watchers_count": 471, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 471, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-25T05:27:04Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-27T09:12:28Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7238, + "watchers_count": 7238, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 254, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 254, + "open_issues": 26, + "watchers": 7238, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 254, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-25T22:12:24Z", + "pushed_at": "2018-07-27T07:46:47Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 323, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-27T15:47:04Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4917, + "watchers_count": 4917, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-23T20:18:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 267, + "watchers_count": 267, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-27T12:36:29Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1172, + "watchers_count": 1172, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-27T10:55:17Z", + "pushed_at": "2018-07-27T10:55:15Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31786, + "stargazers_count": 1187, + "watchers_count": 1187, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 11, + "watchers": 1187, + "default_branch": "development", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-27T16:14:07Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 13, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 30 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-26T14:01:32Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-27T08:23:15Z", + "pushed_at": "2018-07-25T18:26:42Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1682, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-26T23:27:42Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 319, + "watchers_count": 319, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-27T06:34:48Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2252, + "watchers_count": 2252, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 335, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 335, + "open_issues": 13, + "watchers": 2252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 335, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-26T21:33:52Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 11, + "watchers_count": 11, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-27T16:18:19Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2804, + "watchers_count": 2804, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2804, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-27T15:49:37Z", + "pushed_at": "2018-07-27T16:04:05Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17516, + "stargazers_count": 8745, + "watchers_count": 8745, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 854, + "mirror_url": null, + "archived": false, + "open_issues_count": 321, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 854, + "open_issues": 321, + "watchers": 8745, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 854, + "subscribers_count": 370 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-27T14:09:50Z", + "pushed_at": "2018-07-27T14:55:42Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36584, + "stargazers_count": 1956, + "watchers_count": 1956, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 127, + "watchers": 1956, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-26T02:11:57Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1754, + "watchers_count": 1754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-26T09:11:07Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 17, + "open_issues": 8, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-25T12:30:03Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2900, + "watchers_count": 2900, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-27T14:31:21Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1987, + "watchers_count": 1987, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-26T21:45:53Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2287, + "watchers_count": 2287, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2287, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-25T13:05:15Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-27T14:14:48Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6194, + "watchers_count": 6194, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 790, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 790, + "open_issues": 21, + "watchers": 6194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 790, + "subscribers_count": 328 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-25T12:24:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 433, + "watchers_count": 433, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-27T09:07:14Z", + "pushed_at": "2018-07-27T15:38:10Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16453, + "stargazers_count": 838, + "watchers_count": 838, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 43, + "watchers": 838, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-26T13:40:02Z", + "pushed_at": "2018-07-27T13:03:49Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-25T06:49:12Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 235, + "watchers_count": 235, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-06-05T11:25:57Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-26T17:14:55Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1556, + "watchers_count": 1556, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1556, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-27T08:31:55Z", + "pushed_at": "2018-07-26T23:16:32Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1667, + "watchers_count": 1667, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 18, + "watchers": 1667, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 70 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-27T14:45:26Z", + "pushed_at": "2018-07-26T21:49:54Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14573, + "stargazers_count": 1794, + "watchers_count": 1794, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 90, + "open_issues": 25, + "watchers": 1794, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-26T21:53:21Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-27T03:35:24Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 12 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-24T00:00:45Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 103, + "watchers_count": 103, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 103, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-27T16:10:15Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6547, + "watchers_count": 6547, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1078, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1078, + "open_issues": 8, + "watchers": 6547, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1078, + "subscribers_count": 350 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-25T05:21:36Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 687, + "watchers_count": 687, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 413, + "open_issues": 2, + "watchers": 687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 413, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-27T07:46:44Z", + "pushed_at": "2018-07-27T06:46:45Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162159, + "stargazers_count": 977, + "watchers_count": 977, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 272, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 272, + "open_issues": 33, + "watchers": 977, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 272, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-27T09:34:28Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 228, + "watchers_count": 228, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-27T09:12:55Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1081, + "watchers_count": 1081, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 19, + "watchers": 1081, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-26T20:47:43Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 445, + "watchers_count": 445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-24T15:44:34Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 318, + "watchers_count": 318, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 318, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-27T12:19:27Z", + "pushed_at": "2018-07-25T18:11:39Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15156, + "stargazers_count": 916, + "watchers_count": 916, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 279, + "watchers": 916, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-25T11:49:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 582, + "watchers_count": 582, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-27T03:27:45Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 891, + "watchers_count": 891, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 76, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 76, + "watchers": 891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 108 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-27T09:02:22Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1888, + "watchers_count": 1888, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 45, + "watchers": 1888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-27T06:17:52Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1321, + "watchers_count": 1321, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 464, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 464, + "open_issues": 32, + "watchers": 1321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 464, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-26T09:07:34Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-27T15:27:56Z", + "pushed_at": "2018-07-27T10:47:44Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24247, + "stargazers_count": 15073, + "watchers_count": 15073, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1565, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1565, + "open_issues": 123, + "watchers": 15073, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1565, + "subscribers_count": 555 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-24T21:58:38Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-26T15:29:10Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 412, + "watchers_count": 412, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 412, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-27T15:31:00Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2409, + "watchers_count": 2409, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 83, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 83, + "watchers": 2409, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 84 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-26T21:51:31Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 587, + "watchers_count": 587, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 587, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-27T06:03:46Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7494, + "watchers_count": 7494, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7494, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 397 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 18 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-25T11:57:44Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-27T06:53:23Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 43, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-27T02:37:02Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1912, + "watchers_count": 1912, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-27T07:53:54Z", + "pushed_at": "2018-07-26T16:05:49Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16393, + "stargazers_count": 881, + "watchers_count": 881, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 170, + "open_issues": 143, + "watchers": 881, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-27T14:58:12Z", + "pushed_at": "2018-07-27T14:58:10Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5968, + "stargazers_count": 1429, + "watchers_count": 1429, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-26T22:09:08Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 983, + "watchers_count": 983, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 57 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-27T13:34:50Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4347, + "watchers_count": 4347, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-27T11:15:36Z", + "pushed_at": "2018-07-27T08:15:50Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62304, + "stargazers_count": 3369, + "watchers_count": 3369, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 637, + "mirror_url": null, + "archived": false, + "open_issues_count": 419, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 637, + "open_issues": 419, + "watchers": 3369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 637, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-27T13:16:55Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2486, + "watchers_count": 2486, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 164, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 164, + "open_issues": 19, + "watchers": 2486, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 164, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-27T13:52:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2294, + "watchers_count": 2294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-27T14:41:00Z", + "pushed_at": "2018-07-26T08:58:16Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22290, + "stargazers_count": 10920, + "watchers_count": 10920, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 110, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 784, + "open_issues": 110, + "watchers": 10920, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 784, + "subscribers_count": 418 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-27T14:23:25Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-27T13:24:01Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2422, + "watchers_count": 2422, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2422, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-26T03:31:42Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 931, + "watchers_count": 931, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 931, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-25T08:03:46Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 339, + "watchers_count": 339, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 33, + "watchers": 339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-27T11:35:12Z", + "pushed_at": "2018-07-27T00:41:44Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069650, + "stargazers_count": 3004, + "watchers_count": 3004, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 355, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 355, + "open_issues": 42, + "watchers": 3004, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 355, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-25T13:37:37Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 709, + "watchers_count": 709, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 709, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-27T12:52:05Z", + "pushed_at": "2018-07-22T13:57:16Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 1041, + "stargazers_count": 3175, + "watchers_count": 3175, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 462, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 462, + "open_issues": 2, + "watchers": 3175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 462, + "subscribers_count": 238 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-26T01:41:14Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-27T16:18:06Z", + "pushed_at": "2018-07-27T13:58:45Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24851, + "watchers_count": 24851, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2020, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2020, + "open_issues": 69, + "watchers": 24851, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2020, + "subscribers_count": 1135 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-27T09:42:14Z", + "pushed_at": "2018-07-11T00:49:37Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6923, + "watchers_count": 6923, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 480, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 480, + "open_issues": 7, + "watchers": 6923, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-27T13:58:15Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17445, + "watchers_count": 17445, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2843, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2843, + "open_issues": 218, + "watchers": 17445, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-27T13:58:15Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17445, + "watchers_count": 17445, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2843, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2843, + "open_issues": 218, + "watchers": 17445, + "default_branch": "master" + }, + "network_count": 2843, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-26T09:09:03Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7233, + "watchers_count": 7233, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7233, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-27T13:35:16Z", + "pushed_at": "2018-07-27T14:29:20Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6326, + "stargazers_count": 2888, + "watchers_count": 2888, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1019, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1019, + "open_issues": 33, + "watchers": 2888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1019, + "subscribers_count": 223 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-27T13:57:50Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4590, + "watchers_count": 4590, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 402, + "open_issues": 69, + "watchers": 4590, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-26T15:15:43Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-27T12:39:58Z", + "pushed_at": "2018-07-25T09:01:31Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4064, + "watchers_count": 4064, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1357, + "mirror_url": null, + "archived": false, + "open_issues_count": 412, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1357, + "open_issues": 412, + "watchers": 4064, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1357, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-27T03:31:59Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13904, + "watchers_count": 13904, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2395, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2395, + "open_issues": 5, + "watchers": 13904, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2395, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-27T12:08:58Z", + "pushed_at": "2018-07-26T18:55:21Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5723, + "stargazers_count": 15919, + "watchers_count": 15919, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 26, + "watchers": 15919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 392 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-27T10:40:05Z", + "pushed_at": "2018-07-26T20:42:44Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14262, + "stargazers_count": 1340, + "watchers_count": 1340, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 521, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 521, + "watchers": 1340, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-27T16:10:15Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6547, + "watchers_count": 6547, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1078, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1078, + "open_issues": 8, + "watchers": 6547, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1078, + "subscribers_count": 350 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-27T14:16:13Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1776, + "watchers_count": 1776, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1776, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-27T15:57:05Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8600, + "watchers_count": 8600, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1674, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1674, + "open_issues": 442, + "watchers": 8600, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1674, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T14:54:10Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 143, + "watchers_count": 143, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 5, + "watchers": 143, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-26T09:36:19Z", + "pushed_at": "2018-07-27T15:38:54Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18460, + "stargazers_count": 5181, + "watchers_count": 5181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 459, + "mirror_url": null, + "archived": false, + "open_issues_count": 370, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 459, + "open_issues": 370, + "watchers": 5181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 459, + "subscribers_count": 255 + } +] diff --git a/data/2018-07-28T16.16.08-fetched_repo_data.json b/data/2018-07-28T16.16.08-fetched_repo_data.json new file mode 100644 index 0000000..1ff8e3c --- /dev/null +++ b/data/2018-07-28T16.16.08-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-28T16:16:01Z", + "pushed_at": "2018-07-26T20:43:18Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 569, + "stargazers_count": 89645, + "watchers_count": 89645, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11844, + "mirror_url": null, + "archived": false, + "open_issues_count": 203, + "license": null, + "forks": 11844, + "open_issues": 203, + "watchers": 89645, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11844, + "subscribers_count": 5675 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-28T06:18:20Z", + "pushed_at": "2018-07-27T16:19:35Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2444, + "stargazers_count": 11895, + "watchers_count": 11895, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1342, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1342, + "open_issues": 5, + "watchers": 11895, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1342, + "subscribers_count": 639 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-28T14:58:19Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 499, + "watchers_count": 499, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-23T21:29:47Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2750, + "watchers_count": 2750, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-27T03:25:45Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-26T04:43:54Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2491, + "watchers_count": 2491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-28T11:35:07Z", + "pushed_at": "2018-07-28T14:36:25Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136859, + "stargazers_count": 49720, + "watchers_count": 49720, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14512, + "mirror_url": null, + "archived": false, + "open_issues_count": 3281, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14512, + "open_issues": 3281, + "watchers": 49720, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14512, + "subscribers_count": 3344 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-28T15:48:31Z", + "pushed_at": "2018-07-25T22:20:43Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13321, + "watchers_count": 13321, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2041, + "mirror_url": null, + "archived": false, + "open_issues_count": 595, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2041, + "open_issues": 595, + "watchers": 13321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2041, + "subscribers_count": 617 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-28T14:42:03Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4803, + "watchers_count": 4803, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1359, + "mirror_url": null, + "archived": false, + "open_issues_count": 865, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1359, + "open_issues": 865, + "watchers": 4803, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1359, + "subscribers_count": 303 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-28T10:54:12Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5212, + "watchers_count": 5212, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 277, + "watchers": 5212, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-27T05:31:47Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5072, + "watchers_count": 5072, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 423, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 423, + "open_issues": 9, + "watchers": 5072, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 423, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-27T05:32:10Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1276, + "watchers_count": 1276, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1276, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-27T17:02:58Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 85 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-28T02:24:41Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2009, + "watchers_count": 2009, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 32, + "watchers": 2009, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-28T06:10:03Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 582, + "watchers_count": 582, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-07-27T11:43:09Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98351, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 3, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-28T02:49:36Z", + "pushed_at": "2018-07-27T21:14:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7731, + "watchers_count": 7731, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1121, + "mirror_url": null, + "archived": false, + "open_issues_count": 286, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1121, + "open_issues": 286, + "watchers": 7731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1121, + "subscribers_count": 375 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-28T12:50:17Z", + "pushed_at": "2018-07-28T12:50:15Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 10335, + "watchers_count": 10335, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 754, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 754, + "open_issues": 61, + "watchers": 10335, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 754, + "subscribers_count": 449 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-26T10:31:08Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 375, + "watchers_count": 375, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-23T08:30:55Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 214, + "watchers_count": 214, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 26, + "watchers": 214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-28T07:27:48Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3332, + "watchers_count": 3332, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 567, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 567, + "open_issues": 80, + "watchers": 3332, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 567, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-26T03:51:17Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 307, + "watchers_count": 307, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 307, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-26T07:37:23Z", + "pushed_at": "2018-07-21T21:33:19Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5113, + "stargazers_count": 740, + "watchers_count": 740, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 169, + "open_issues": 7, + "watchers": 740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 82 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-27T10:52:55Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3286, + "watchers_count": 3286, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 774, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 774, + "open_issues": 123, + "watchers": 3286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 774, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-27T14:35:07Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 388, + "watchers_count": 388, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 76, + "open_issues": 3, + "watchers": 388, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-06-21T03:21:07Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-28T15:27:16Z", + "pushed_at": "2018-07-28T14:20:14Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795181, + "stargazers_count": 39300, + "watchers_count": 39300, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13704, + "mirror_url": null, + "archived": false, + "open_issues_count": 3169, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13704, + "open_issues": 3169, + "watchers": 39300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13704, + "subscribers_count": 2606 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-27T15:27:46Z", + "pushed_at": "2018-07-28T02:16:22Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255040, + "stargazers_count": 682, + "watchers_count": 682, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 608, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 608, + "watchers": 682, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-26T14:06:35Z", + "pushed_at": "2018-07-28T10:42:36Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37883, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 21, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-27T17:26:56Z", + "pushed_at": "2018-07-27T17:26:47Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378770, + "stargazers_count": 3785, + "watchers_count": 3785, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1499, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1499, + "open_issues": 23, + "watchers": 3785, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1499, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-28T14:12:35Z", + "pushed_at": "2018-07-27T23:35:10Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109557, + "stargazers_count": 3717, + "watchers_count": 3717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 728, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 728, + "open_issues": 395, + "watchers": 3717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 728, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-28T15:08:19Z", + "pushed_at": "2018-07-27T22:40:22Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38513, + "stargazers_count": 9173, + "watchers_count": 9173, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 914, + "mirror_url": null, + "archived": false, + "open_issues_count": 2326, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 914, + "open_issues": 2326, + "watchers": 9173, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 914, + "subscribers_count": 577 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-28T03:22:03Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 542, + "watchers_count": 542, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 40, + "watchers": 542, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 27 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-27T22:13:45Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3345, + "watchers_count": 3345, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 14, + "watchers": 3345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-28T13:36:15Z", + "pushed_at": "2018-07-28T13:48:54Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118726, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-28T14:09:47Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6767, + "watchers_count": 6767, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 420, + "watchers": 6767, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-27T07:41:55Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1253, + "watchers_count": 1253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 67, + "watchers": 1253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-28T14:07:10Z", + "pushed_at": "2018-07-27T19:43:04Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58080, + "stargazers_count": 2819, + "watchers_count": 2819, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 185, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 185, + "watchers": 2819, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-27T09:59:38Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1149, + "watchers_count": 1149, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 72 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-28T09:43:01Z", + "pushed_at": "2018-07-27T23:42:30Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3831, + "stargazers_count": 2229, + "watchers_count": 2229, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 227, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 227, + "open_issues": 275, + "watchers": 2229, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 227, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-27T11:13:25Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 610, + "watchers_count": 610, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 610, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 1, + "watchers": 97, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 1, + "watchers": 97, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-28T14:00:03Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4914, + "watchers_count": 4914, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 143, + "watchers": 4914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-28T14:10:43Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3133, + "watchers_count": 3133, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 395, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 395, + "open_issues": 46, + "watchers": 3133, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 395, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-28T15:00:17Z", + "pushed_at": "2018-07-28T04:34:37Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30711, + "stargazers_count": 16620, + "watchers_count": 16620, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1665, + "mirror_url": null, + "archived": false, + "open_issues_count": 285, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1665, + "open_issues": 285, + "watchers": 16620, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1665, + "subscribers_count": 576 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 40 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-28T10:26:42Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3907, + "watchers_count": 3907, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 90, + "watchers": 3907, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-28T05:03:07Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3909, + "watchers_count": 3909, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 17, + "watchers": 3909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-27T08:51:54Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1446, + "watchers_count": 1446, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1446, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-27T08:35:59Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23505, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-27T20:42:59Z", + "pushed_at": "2018-07-27T23:31:06Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2816, + "stargazers_count": 885, + "watchers_count": 885, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 885, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-28T15:08:54Z", + "pushed_at": "2018-07-28T00:34:07Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43431, + "stargazers_count": 19443, + "watchers_count": 19443, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3885, + "mirror_url": null, + "archived": false, + "open_issues_count": 269, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3885, + "open_issues": 269, + "watchers": 19443, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3885, + "subscribers_count": 1114 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-28T12:50:58Z", + "pushed_at": "2018-07-28T16:03:37Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42318, + "stargazers_count": 9746, + "watchers_count": 9746, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1373, + "mirror_url": null, + "archived": false, + "open_issues_count": 798, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1373, + "open_issues": 798, + "watchers": 9746, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1373, + "subscribers_count": 630 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-28T03:07:45Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3733, + "watchers_count": 3733, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 224, + "watchers": 3733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-28T02:06:59Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1010, + "watchers_count": 1010, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1010, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-27T06:22:25Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-27T21:15:20Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-28T05:13:30Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 374, + "watchers_count": 374, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-26T08:47:26Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 471, + "watchers_count": 471, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 471, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-25T05:27:04Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-28T13:59:07Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7241, + "watchers_count": 7241, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7241, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-28T15:22:00Z", + "pushed_at": "2018-07-28T15:52:23Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 323, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": null, + "forks": 23, + "open_issues": 8, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-27T15:47:04Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4917, + "watchers_count": 4917, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-23T20:18:23Z", + "pushed_at": "2018-06-29T15:39:24Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 267, + "watchers_count": 267, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 6, + "watchers": 267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-27T12:36:29Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1172, + "watchers_count": 1172, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-28T16:04:08Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1188, + "watchers_count": 1188, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1188, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-28T06:36:04Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 654, + "watchers_count": 654, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 13, + "watchers": 654, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-26T14:01:32Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-27T08:23:15Z", + "pushed_at": "2018-07-25T18:26:42Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1682, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-28T09:56:55Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 319, + "watchers_count": 319, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-28T01:51:19Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2253, + "watchers_count": 2253, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 335, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 335, + "open_issues": 13, + "watchers": 2253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 335, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-26T21:33:52Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 11, + "watchers_count": 11, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-28T09:13:44Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2804, + "watchers_count": 2804, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2804, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-28T16:12:14Z", + "pushed_at": "2018-07-28T16:12:10Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17526, + "stargazers_count": 8756, + "watchers_count": 8756, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 855, + "mirror_url": null, + "archived": false, + "open_issues_count": 322, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 855, + "open_issues": 322, + "watchers": 8756, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 855, + "subscribers_count": 371 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-28T07:49:27Z", + "pushed_at": "2018-07-27T14:55:42Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36584, + "stargazers_count": 1959, + "watchers_count": 1959, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 128, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 128, + "watchers": 1959, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-28T13:58:17Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1755, + "watchers_count": 1755, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-26T09:11:07Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 17, + "open_issues": 8, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-06T04:05:56Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 140, + "watchers_count": 140, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-25T12:30:03Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2900, + "watchers_count": 2900, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-27T14:31:21Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1987, + "watchers_count": 1987, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-26T21:45:53Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2287, + "watchers_count": 2287, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2287, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-25T13:05:15Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-28T14:46:55Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6203, + "watchers_count": 6203, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 792, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 792, + "open_issues": 19, + "watchers": 6203, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 792, + "subscribers_count": 328 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-27T22:02:10Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 434, + "watchers_count": 434, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 434, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-28T15:48:59Z", + "pushed_at": "2018-07-28T15:48:56Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16472, + "stargazers_count": 840, + "watchers_count": 840, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 43, + "watchers": 840, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-26T13:40:02Z", + "pushed_at": "2018-07-27T21:19:04Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1753, + "watchers_count": 1753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-25T06:49:12Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 235, + "watchers_count": 235, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-28T13:14:02Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1555, + "watchers_count": 1555, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1555, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-28T03:22:59Z", + "pushed_at": "2018-07-26T23:16:32Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1670, + "watchers_count": 1670, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 19, + "watchers": 1670, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-28T12:37:41Z", + "pushed_at": "2018-07-27T23:35:12Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14573, + "stargazers_count": 1799, + "watchers_count": 1799, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 90, + "open_issues": 25, + "watchers": 1799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 82 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-26T21:53:21Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-27T03:35:24Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-28T15:52:34Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6559, + "watchers_count": 6559, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1081, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1081, + "open_issues": 8, + "watchers": 6559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1081, + "subscribers_count": 350 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-28T03:04:57Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 688, + "watchers_count": 688, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 413, + "open_issues": 2, + "watchers": 688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 413, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-28T09:34:15Z", + "pushed_at": "2018-07-28T09:34:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162213, + "stargazers_count": 978, + "watchers_count": 978, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 272, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 272, + "open_issues": 33, + "watchers": 978, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 272, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-27T09:34:28Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 228, + "watchers_count": 228, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-28T12:55:06Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1086, + "watchers_count": 1086, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 19, + "watchers": 1086, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-26T20:47:43Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 445, + "watchers_count": 445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-28T07:25:04Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 319, + "watchers_count": 319, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-27T12:19:27Z", + "pushed_at": "2018-07-25T18:11:39Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15156, + "stargazers_count": 916, + "watchers_count": 916, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 279, + "watchers": 916, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-25T11:49:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 582, + "watchers_count": 582, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-27T03:27:45Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 891, + "watchers_count": 891, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 76, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 76, + "watchers": 891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 108 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-28T05:52:51Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1890, + "watchers_count": 1890, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 45, + "watchers": 1890, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-28T02:09:29Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1322, + "watchers_count": 1322, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 32, + "watchers": 1322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-26T09:07:34Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-28T16:15:03Z", + "pushed_at": "2018-07-27T10:47:44Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24247, + "stargazers_count": 15091, + "watchers_count": 15091, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1566, + "mirror_url": null, + "archived": false, + "open_issues_count": 123, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1566, + "open_issues": 123, + "watchers": 15091, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1566, + "subscribers_count": 556 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-24T21:58:38Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-26T15:29:10Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 412, + "watchers_count": 412, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 412, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-28T15:30:38Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2415, + "watchers_count": 2415, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 83, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 83, + "watchers": 2415, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 85 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-26T21:51:31Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 587, + "watchers_count": 587, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 587, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-27T06:03:46Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7494, + "watchers_count": 7494, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7494, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 397 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 18 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-25T11:57:44Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-27T06:53:23Z", + "pushed_at": "2018-07-22T21:38:48Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1465, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 43, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-27T02:37:02Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1912, + "watchers_count": 1912, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 8, + "watchers": 1912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-28T01:22:27Z", + "pushed_at": "2018-07-27T18:10:03Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16393, + "stargazers_count": 883, + "watchers_count": 883, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 170, + "open_issues": 143, + "watchers": 883, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-27T14:58:12Z", + "pushed_at": "2018-07-27T14:58:10Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5968, + "stargazers_count": 1429, + "watchers_count": 1429, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-26T22:09:08Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 983, + "watchers_count": 983, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 57 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-28T16:10:11Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4349, + "watchers_count": 4349, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4349, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-28T16:15:05Z", + "pushed_at": "2018-07-28T05:15:41Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62336, + "stargazers_count": 3372, + "watchers_count": 3372, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 638, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 638, + "open_issues": 418, + "watchers": 3372, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 638, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-27T20:35:52Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2488, + "watchers_count": 2488, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 164, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 164, + "open_issues": 19, + "watchers": 2488, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 164, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-27T13:52:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2294, + "watchers_count": 2294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-28T13:14:52Z", + "pushed_at": "2018-07-26T08:58:16Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22290, + "stargazers_count": 10925, + "watchers_count": 10925, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 110, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 784, + "open_issues": 110, + "watchers": 10925, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 784, + "subscribers_count": 419 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-27T14:23:25Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-27T13:24:01Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2422, + "watchers_count": 2422, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2422, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-28T14:13:26Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-27T20:42:34Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 33, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-28T14:40:23Z", + "pushed_at": "2018-07-28T14:40:24Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068129, + "stargazers_count": 3006, + "watchers_count": 3006, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 355, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 355, + "open_issues": 42, + "watchers": 3006, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 355, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-28T12:53:46Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 710, + "watchers_count": 710, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 710, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-28T05:30:42Z", + "pushed_at": "2018-07-28T03:57:58Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3180, + "watchers_count": 3180, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 463, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 463, + "open_issues": 2, + "watchers": 3180, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 463, + "subscribers_count": 238 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-26T01:41:14Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-28T15:24:06Z", + "pushed_at": "2018-07-27T13:58:45Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24864, + "watchers_count": 24864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2023, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2023, + "open_issues": 69, + "watchers": 24864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2023, + "subscribers_count": 1135 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-28T05:55:05Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6926, + "watchers_count": 6926, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-28T11:02:20Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17448, + "watchers_count": 17448, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17448, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-28T11:02:20Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17448, + "watchers_count": 17448, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17448, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 510 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-26T09:09:03Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7233, + "watchers_count": 7233, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7233, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-28T13:12:00Z", + "pushed_at": "2018-07-28T06:36:56Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6322, + "stargazers_count": 2891, + "watchers_count": 2891, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1019, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1019, + "open_issues": 34, + "watchers": 2891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1019, + "subscribers_count": 223 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-27T20:20:55Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4591, + "watchers_count": 4591, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 402, + "open_issues": 69, + "watchers": 4591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 143 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-26T15:15:43Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-28T05:23:59Z", + "pushed_at": "2018-07-25T09:01:31Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4066, + "watchers_count": 4066, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1356, + "mirror_url": null, + "archived": false, + "open_issues_count": 412, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1356, + "open_issues": 412, + "watchers": 4066, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1356, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-28T13:25:15Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13910, + "watchers_count": 13910, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2395, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2395, + "open_issues": 5, + "watchers": 13910, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2395, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-28T16:15:02Z", + "pushed_at": "2018-07-28T06:20:07Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5724, + "stargazers_count": 15922, + "watchers_count": 15922, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 25, + "watchers": 15922, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-28T05:08:44Z", + "pushed_at": "2018-07-27T21:00:59Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14262, + "stargazers_count": 1341, + "watchers_count": 1341, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 523, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 523, + "watchers": 1341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-28T15:52:34Z", + "pushed_at": "2018-07-24T15:23:39Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6559, + "watchers_count": 6559, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1081, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1081, + "open_issues": 8, + "watchers": 6559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1081, + "subscribers_count": 350 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-28T07:05:15Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1780, + "watchers_count": 1780, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1780, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-28T14:00:32Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8599, + "watchers_count": 8599, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1675, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1675, + "open_issues": 442, + "watchers": 8599, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1675, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-26T09:36:19Z", + "pushed_at": "2018-07-28T13:53:18Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18420, + "stargazers_count": 5181, + "watchers_count": 5181, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 372, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 372, + "watchers": 5181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-07-29T16.16.56-fetched_repo_data.json b/data/2018-07-29T16.16.56-fetched_repo_data.json new file mode 100644 index 0000000..d9b9795 --- /dev/null +++ b/data/2018-07-29T16.16.56-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-29T16:08:34Z", + "pushed_at": "2018-07-29T15:46:16Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 570, + "stargazers_count": 89693, + "watchers_count": 89693, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11853, + "mirror_url": null, + "archived": false, + "open_issues_count": 170, + "license": null, + "forks": 11853, + "open_issues": 170, + "watchers": 89693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11853, + "subscribers_count": 5626 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-29T14:58:46Z", + "pushed_at": "2018-07-28T16:17:52Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2587, + "stargazers_count": 11898, + "watchers_count": 11898, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1343, + "open_issues": 5, + "watchers": 11898, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1343, + "subscribers_count": 639 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-28T14:58:19Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 499, + "watchers_count": 499, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-29T07:52:08Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-28T17:44:09Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-26T04:43:54Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2491, + "watchers_count": 2491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-29T11:15:43Z", + "pushed_at": "2018-07-28T22:32:09Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136859, + "stargazers_count": 49724, + "watchers_count": 49724, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14515, + "mirror_url": null, + "archived": false, + "open_issues_count": 3282, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14515, + "open_issues": 3282, + "watchers": 49724, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14515, + "subscribers_count": 3345 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-29T12:23:35Z", + "pushed_at": "2018-07-25T22:20:43Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13325, + "watchers_count": 13325, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2040, + "mirror_url": null, + "archived": false, + "open_issues_count": 595, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2040, + "open_issues": 595, + "watchers": 13325, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2040, + "subscribers_count": 617 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-29T11:16:55Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4805, + "watchers_count": 4805, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 865, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 865, + "watchers": 4805, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 303 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-29T11:13:30Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5214, + "watchers_count": 5214, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1067, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1067, + "open_issues": 277, + "watchers": 5214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1067, + "subscribers_count": 363 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-29T00:21:21Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5073, + "watchers_count": 5073, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 422, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 422, + "open_issues": 9, + "watchers": 5073, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 422, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-27T05:32:10Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1276, + "watchers_count": 1276, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1276, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-27T17:02:58Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 85 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-29T14:58:36Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2012, + "watchers_count": 2012, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 32, + "watchers": 2012, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-28T06:10:03Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 582, + "watchers_count": 582, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-07-27T11:43:09Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98351, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 3, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-29T08:14:32Z", + "pushed_at": "2018-07-27T21:14:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7735, + "watchers_count": 7735, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1121, + "mirror_url": null, + "archived": false, + "open_issues_count": 286, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1121, + "open_issues": 286, + "watchers": 7735, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1121, + "subscribers_count": 375 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-29T16:16:12Z", + "pushed_at": "2018-07-28T12:50:15Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 10536, + "watchers_count": 10536, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 765, + "mirror_url": null, + "archived": false, + "open_issues_count": 62, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 765, + "open_issues": 62, + "watchers": 10536, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 765, + "subscribers_count": 451 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-26T10:31:08Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 375, + "watchers_count": 375, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-19T09:59:24Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 26, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-28T07:27:48Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3332, + "watchers_count": 3332, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 568, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 568, + "open_issues": 80, + "watchers": 3332, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 568, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-29T04:56:54Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 308, + "watchers_count": 308, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 308, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-26T07:37:23Z", + "pushed_at": "2018-07-29T12:02:49Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5115, + "stargazers_count": 740, + "watchers_count": 740, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 169, + "open_issues": 7, + "watchers": 740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 82 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-29T15:27:49Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3288, + "watchers_count": 3288, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 774, + "mirror_url": null, + "archived": false, + "open_issues_count": 124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 774, + "open_issues": 124, + "watchers": 3288, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 774, + "subscribers_count": 203 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-27T14:35:07Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 388, + "watchers_count": 388, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 76, + "open_issues": 3, + "watchers": 388, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-17T06:09:57Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-29T14:36:23Z", + "pushed_at": "2018-07-29T14:49:45Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795182, + "stargazers_count": 39330, + "watchers_count": 39330, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13712, + "mirror_url": null, + "archived": false, + "open_issues_count": 3157, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13712, + "open_issues": 3157, + "watchers": 39330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13712, + "subscribers_count": 2607 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-28T19:45:48Z", + "pushed_at": "2018-07-28T02:16:22Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255040, + "stargazers_count": 683, + "watchers_count": 683, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 608, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 608, + "watchers": 683, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-29T03:23:48Z", + "pushed_at": "2018-07-28T20:24:18Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37886, + "stargazers_count": 3693, + "watchers_count": 3693, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 21, + "watchers": 3693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 380 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-28T16:44:59Z", + "pushed_at": "2018-07-27T17:26:47Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378770, + "stargazers_count": 3786, + "watchers_count": 3786, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1500, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1500, + "open_issues": 23, + "watchers": 3786, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1500, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-29T14:01:23Z", + "pushed_at": "2018-07-29T02:31:10Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109564, + "stargazers_count": 3721, + "watchers_count": 3721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 728, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 728, + "open_issues": 395, + "watchers": 3721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 728, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-29T13:42:36Z", + "pushed_at": "2018-07-28T21:01:20Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38513, + "stargazers_count": 9178, + "watchers_count": 9178, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 915, + "mirror_url": null, + "archived": false, + "open_issues_count": 2326, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 915, + "open_issues": 2326, + "watchers": 9178, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 915, + "subscribers_count": 577 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-29T12:09:48Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 543, + "watchers_count": 543, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 41, + "watchers": 543, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 26 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-27T22:13:45Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3345, + "watchers_count": 3345, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 15, + "watchers": 3345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-28T17:40:39Z", + "pushed_at": "2018-07-28T17:50:03Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118727, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 32, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-29T09:15:40Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6768, + "watchers_count": 6768, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 420, + "watchers": 6768, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-28T18:24:00Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-28T14:07:10Z", + "pushed_at": "2018-07-27T19:43:04Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58080, + "stargazers_count": 2819, + "watchers_count": 2819, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 185, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 185, + "watchers": 2819, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-27T09:59:38Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1149, + "watchers_count": 1149, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 72 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-28T23:58:09Z", + "pushed_at": "2018-07-29T04:04:04Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3829, + "stargazers_count": 2231, + "watchers_count": 2231, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 227, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 227, + "open_issues": 276, + "watchers": 2231, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 227, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-27T11:13:25Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 610, + "watchers_count": 610, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 610, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 97, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 97, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-28T14:00:03Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4914, + "watchers_count": 4914, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 143, + "watchers": 4914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-29T16:16:28Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3140, + "watchers_count": 3140, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 396, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 396, + "open_issues": 46, + "watchers": 3140, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 396, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-29T10:58:31Z", + "pushed_at": "2018-07-28T04:34:37Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30711, + "stargazers_count": 16624, + "watchers_count": 16624, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1663, + "mirror_url": null, + "archived": false, + "open_issues_count": 287, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1663, + "open_issues": 287, + "watchers": 16624, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1663, + "subscribers_count": 577 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 40 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-23T16:15:56Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 121, + "watchers_count": 121, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 121, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 24 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-28T18:39:24Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3908, + "watchers_count": 3908, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 497, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 497, + "open_issues": 90, + "watchers": 3908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 497, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-29T13:12:47Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3909, + "watchers_count": 3909, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 17, + "watchers": 3909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-24T15:48:04Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 189, + "watchers_count": 189, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-29T13:12:37Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1448, + "watchers_count": 1448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 119 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-27T08:35:59Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23505, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-27T20:42:59Z", + "pushed_at": "2018-07-27T23:31:06Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2816, + "stargazers_count": 885, + "watchers_count": 885, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 885, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-29T14:56:46Z", + "pushed_at": "2018-07-29T05:38:21Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43432, + "stargazers_count": 19455, + "watchers_count": 19455, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3888, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3888, + "open_issues": 272, + "watchers": 19455, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3888, + "subscribers_count": 1115 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-29T15:08:05Z", + "pushed_at": "2018-07-29T15:37:58Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42318, + "stargazers_count": 9760, + "watchers_count": 9760, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1376, + "mirror_url": null, + "archived": false, + "open_issues_count": 801, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1376, + "open_issues": 801, + "watchers": 9760, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1376, + "subscribers_count": 630 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-28T03:07:45Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3733, + "watchers_count": 3733, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 224, + "watchers": 3733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-28T02:06:59Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1010, + "watchers_count": 1010, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1010, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-27T06:22:25Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-27T21:15:20Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-28T05:13:30Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 374, + "watchers_count": 374, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-29T10:24:20Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 472, + "watchers_count": 472, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 472, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-23T06:42:54Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 93, + "watchers_count": 93, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 93, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-29T02:54:23Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-28T22:33:04Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7242, + "watchers_count": 7242, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7242, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-29T14:28:35Z", + "pushed_at": "2018-07-29T14:28:34Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 335, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-29T02:56:53Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4919, + "watchers_count": 4919, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-29T15:16:26Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1177, + "watchers_count": 1177, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-28T16:04:08Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1188, + "watchers_count": 1188, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1188, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-28T06:36:04Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 654, + "watchers_count": 654, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 654, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-26T14:01:32Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-27T08:23:15Z", + "pushed_at": "2018-07-25T18:26:42Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1682, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-28T09:56:55Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 319, + "watchers_count": 319, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 319, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-28T01:51:19Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2253, + "watchers_count": 2253, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 335, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 335, + "open_issues": 13, + "watchers": 2253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 335, + "subscribers_count": 100 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-26T21:33:52Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 11, + "watchers_count": 11, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-28T20:59:05Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2806, + "watchers_count": 2806, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2806, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-29T15:26:44Z", + "pushed_at": "2018-07-28T18:42:22Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17576, + "stargazers_count": 8759, + "watchers_count": 8759, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 855, + "mirror_url": null, + "archived": false, + "open_issues_count": 321, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 855, + "open_issues": 321, + "watchers": 8759, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 855, + "subscribers_count": 372 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-28T07:49:27Z", + "pushed_at": "2018-07-27T14:55:42Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36584, + "stargazers_count": 1959, + "watchers_count": 1959, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 128, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 128, + "watchers": 1959, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-28T13:58:17Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1755, + "watchers_count": 1755, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-26T09:11:07Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 152, + "watchers_count": 152, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 17, + "open_issues": 8, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 23 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-29T15:21:18Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2901, + "watchers_count": 2901, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-29T04:44:21Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1988, + "watchers_count": 1988, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1988, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-29T15:51:52Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2287, + "watchers_count": 2287, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2287, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-28T16:40:05Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-29T05:54:34Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6209, + "watchers_count": 6209, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 792, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 792, + "open_issues": 19, + "watchers": 6209, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 792, + "subscribers_count": 328 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-27T22:02:10Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 434, + "watchers_count": 434, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 434, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-21T04:16:50Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 428, + "watchers_count": 428, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-29T07:06:06Z", + "pushed_at": "2018-07-28T15:48:56Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16468, + "stargazers_count": 841, + "watchers_count": 841, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 43, + "watchers": 841, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-29T11:12:19Z", + "pushed_at": "2018-07-27T21:19:04Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1755, + "watchers_count": 1755, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-29T16:08:40Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 236, + "watchers_count": 236, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 236, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-29T07:19:53Z", + "pushed_at": "2018-05-13T21:10:44Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36433, + "stargazers_count": 1557, + "watchers_count": 1557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-29T15:49:53Z", + "pushed_at": "2018-07-26T23:16:32Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1674, + "watchers_count": 1674, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 67, + "open_issues": 19, + "watchers": 1674, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 67, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-29T08:59:57Z", + "pushed_at": "2018-07-27T23:35:12Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14573, + "stargazers_count": 1800, + "watchers_count": 1800, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 91, + "open_issues": 26, + "watchers": 1800, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 91, + "subscribers_count": 82 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-27T03:35:24Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-29T15:49:18Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6562, + "watchers_count": 6562, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1082, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1082, + "open_issues": 7, + "watchers": 6562, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1082, + "subscribers_count": 351 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-28T17:48:06Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 689, + "watchers_count": 689, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 413, + "open_issues": 2, + "watchers": 689, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 413, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-28T09:34:15Z", + "pushed_at": "2018-07-28T09:34:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162213, + "stargazers_count": 978, + "watchers_count": 978, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 978, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-27T09:34:28Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 228, + "watchers_count": 228, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 14 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-28T12:55:06Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1086, + "watchers_count": 1086, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 20, + "watchers": 1086, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-26T20:47:43Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 445, + "watchers_count": 445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-29T10:50:24Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 320, + "watchers_count": 320, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 320, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-29T14:15:26Z", + "pushed_at": "2018-07-25T18:11:39Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15156, + "stargazers_count": 917, + "watchers_count": 917, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 279, + "watchers": 917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-25T11:49:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 582, + "watchers_count": 582, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 582, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-29T10:30:52Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 892, + "watchers_count": 892, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 76, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 76, + "watchers": 892, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 108 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-29T15:15:36Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1892, + "watchers_count": 1892, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 299, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 299, + "open_issues": 45, + "watchers": 1892, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 299, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-28T02:09:29Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1322, + "watchers_count": 1322, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 32, + "watchers": 1322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 73 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-26T09:07:34Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 251, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 251, + "open_issues": 40, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 251, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-29T15:49:01Z", + "pushed_at": "2018-07-27T10:47:44Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24247, + "stargazers_count": 15099, + "watchers_count": 15099, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1567, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1567, + "open_issues": 116, + "watchers": 15099, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1567, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-24T21:58:38Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-26T15:29:10Z", + "pushed_at": "2018-04-11T04:37:49Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 412, + "watchers_count": 412, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 412, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 65 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-29T15:13:14Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2418, + "watchers_count": 2418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 83, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 83, + "watchers": 2418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 85 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-26T21:51:31Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 587, + "watchers_count": 587, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 587, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-27T06:03:46Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7494, + "watchers_count": 7494, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1033, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1033, + "open_issues": 364, + "watchers": 7494, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1033, + "subscribers_count": 397 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 18 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-29T03:05:24Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1818, + "watchers_count": 1818, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-28T20:34:06Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-27T02:37:02Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1912, + "watchers_count": 1912, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-28T01:22:27Z", + "pushed_at": "2018-07-27T18:10:03Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16393, + "stargazers_count": 883, + "watchers_count": 883, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 170, + "open_issues": 143, + "watchers": 883, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-27T14:58:12Z", + "pushed_at": "2018-07-27T14:58:10Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5968, + "stargazers_count": 1429, + "watchers_count": 1429, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-26T22:09:08Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 983, + "watchers_count": 983, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 57 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-28T16:10:11Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4349, + "watchers_count": 4349, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4349, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-29T15:40:52Z", + "pushed_at": "2018-07-29T16:01:05Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62336, + "stargazers_count": 3376, + "watchers_count": 3376, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 638, + "mirror_url": null, + "archived": false, + "open_issues_count": 419, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 638, + "open_issues": 419, + "watchers": 3376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 638, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-28T22:31:31Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2489, + "watchers_count": 2489, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 164, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 164, + "open_issues": 19, + "watchers": 2489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 164, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-29T13:32:14Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2295, + "watchers_count": 2295, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 112 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-29T14:21:54Z", + "pushed_at": "2018-07-28T21:48:21Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22290, + "stargazers_count": 10932, + "watchers_count": 10932, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 785, + "mirror_url": null, + "archived": false, + "open_issues_count": 109, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 785, + "open_issues": 109, + "watchers": 10932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 785, + "subscribers_count": 419 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-29T06:47:02Z", + "pushed_at": "2018-07-24T08:41:47Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61400, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-28T19:05:18Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2423, + "watchers_count": 2423, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2423, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-28T14:13:26Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-29T12:40:54Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 33, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 32 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-29T11:39:24Z", + "pushed_at": "2018-07-28T14:40:24Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068129, + "stargazers_count": 3010, + "watchers_count": 3010, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 355, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 355, + "open_issues": 42, + "watchers": 3010, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 355, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-29T12:01:50Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 711, + "watchers_count": 711, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 711, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-29T15:31:30Z", + "pushed_at": "2018-07-28T03:57:58Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3185, + "watchers_count": 3185, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 463, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 463, + "open_issues": 2, + "watchers": 3185, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 463, + "subscribers_count": 238 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-26T01:41:14Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-29T15:38:21Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24873, + "watchers_count": 24873, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2027, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2027, + "open_issues": 70, + "watchers": 24873, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2027, + "subscribers_count": 1136 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-29T03:11:15Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6928, + "watchers_count": 6928, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6928, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-29T12:55:00Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17453, + "watchers_count": 17453, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2845, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2845, + "open_issues": 218, + "watchers": 17453, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-29T12:55:00Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17453, + "watchers_count": 17453, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2845, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2845, + "open_issues": 218, + "watchers": 17453, + "default_branch": "master" + }, + "network_count": 2845, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-29T00:19:44Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7234, + "watchers_count": 7234, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-12T06:38:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 489, + "watchers_count": 489, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 489, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-29T02:31:05Z", + "pushed_at": "2018-07-29T00:18:50Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6322, + "stargazers_count": 2896, + "watchers_count": 2896, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1020, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1020, + "open_issues": 35, + "watchers": 2896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1020, + "subscribers_count": 223 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-29T14:36:25Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4595, + "watchers_count": 4595, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 402, + "open_issues": 69, + "watchers": 4595, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 143 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-28T20:39:14Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-29T14:31:51Z", + "pushed_at": "2018-07-29T15:01:55Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4069, + "watchers_count": 4069, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1356, + "mirror_url": null, + "archived": false, + "open_issues_count": 412, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1356, + "open_issues": 412, + "watchers": 4069, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1356, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-29T15:54:51Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13914, + "watchers_count": 13914, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2395, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2395, + "open_issues": 5, + "watchers": 13914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2395, + "subscribers_count": 673 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-29T11:13:08Z", + "pushed_at": "2018-07-28T06:20:07Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5724, + "stargazers_count": 15930, + "watchers_count": 15930, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 25, + "watchers": 15930, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-28T05:08:44Z", + "pushed_at": "2018-07-27T21:00:59Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14262, + "stargazers_count": 1341, + "watchers_count": 1341, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 523, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 523, + "watchers": 1341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-29T15:49:18Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73372, + "stargazers_count": 6562, + "watchers_count": 6562, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1082, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1082, + "open_issues": 7, + "watchers": 6562, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1082, + "subscribers_count": 351 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-29T16:01:32Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1782, + "watchers_count": 1782, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1782, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-29T10:34:06Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8604, + "watchers_count": 8604, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1674, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1674, + "open_issues": 442, + "watchers": 8604, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1674, + "subscribers_count": 277 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-29T15:06:24Z", + "pushed_at": "2018-07-29T15:59:18Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18427, + "stargazers_count": 5182, + "watchers_count": 5182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 374, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 374, + "watchers": 5182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-07-30T16.17.28-fetched_repo_data.json b/data/2018-07-30T16.17.28-fetched_repo_data.json new file mode 100644 index 0000000..6001162 --- /dev/null +++ b/data/2018-07-30T16.17.28-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-30T16:08:12Z", + "pushed_at": "2018-07-30T14:44:26Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 570, + "stargazers_count": 89745, + "watchers_count": 89745, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11864, + "mirror_url": null, + "archived": false, + "open_issues_count": 171, + "license": null, + "forks": 11864, + "open_issues": 171, + "watchers": 89745, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11864, + "subscribers_count": 5610 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-30T12:27:56Z", + "pushed_at": "2018-07-29T16:18:44Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2733, + "stargazers_count": 11903, + "watchers_count": 11903, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1344, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1344, + "open_issues": 5, + "watchers": 11903, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1344, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-28T14:58:19Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 499, + "watchers_count": 499, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-29T07:52:08Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-30T02:25:36Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2493, + "watchers_count": 2493, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2493, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-30T15:58:37Z", + "pushed_at": "2018-07-30T15:30:38Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136873, + "stargazers_count": 49733, + "watchers_count": 49733, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14520, + "mirror_url": null, + "archived": false, + "open_issues_count": 3281, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14520, + "open_issues": 3281, + "watchers": 49733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14520, + "subscribers_count": 3347 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-30T15:18:14Z", + "pushed_at": "2018-07-25T22:20:43Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13337, + "watchers_count": 13337, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2044, + "mirror_url": null, + "archived": false, + "open_issues_count": 596, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2044, + "open_issues": 596, + "watchers": 13337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2044, + "subscribers_count": 617 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-29T11:16:55Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4805, + "watchers_count": 4805, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 865, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 865, + "watchers": 4805, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 303 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-29T19:21:36Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5215, + "watchers_count": 5215, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1069, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1069, + "open_issues": 276, + "watchers": 5215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1069, + "subscribers_count": 362 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-30T14:17:06Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5075, + "watchers_count": 5075, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 421, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 421, + "open_issues": 9, + "watchers": 5075, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 421, + "subscribers_count": 243 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-30T10:20:45Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-27T17:02:58Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1706, + "watchers_count": 1706, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1706, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 85 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-30T13:27:17Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2015, + "watchers_count": 2015, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2015, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 66 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-30T13:38:10Z", + "pushed_at": "2018-07-24T13:50:50Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 585, + "watchers_count": 585, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 24, + "watchers": 585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 73 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-07-30T13:16:52Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98396, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 4, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-30T10:47:17Z", + "pushed_at": "2018-07-27T21:14:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7740, + "watchers_count": 7740, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1121, + "mirror_url": null, + "archived": false, + "open_issues_count": 286, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1121, + "open_issues": 286, + "watchers": 7740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1121, + "subscribers_count": 375 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-30T16:02:51Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 10820, + "watchers_count": 10820, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 771, + "mirror_url": null, + "archived": false, + "open_issues_count": 65, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 771, + "open_issues": 65, + "watchers": 10820, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 771, + "subscribers_count": 458 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-26T10:31:08Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 375, + "watchers_count": 375, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 94, + "open_issues": 2, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-30T03:45:26Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-28T07:27:48Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3332, + "watchers_count": 3332, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 569, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 569, + "open_issues": 80, + "watchers": 3332, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 569, + "subscribers_count": 105 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-29T04:56:54Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 308, + "watchers_count": 308, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 308, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-30T12:04:38Z", + "pushed_at": "2018-07-29T12:02:49Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5115, + "stargazers_count": 743, + "watchers_count": 743, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 7, + "watchers": 743, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 82 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-30T13:15:11Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3296, + "watchers_count": 3296, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 776, + "mirror_url": null, + "archived": false, + "open_issues_count": 124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 776, + "open_issues": 124, + "watchers": 3296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 776, + "subscribers_count": 204 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-27T14:35:07Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 388, + "watchers_count": 388, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 76, + "open_issues": 3, + "watchers": 388, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-05-22T22:32:58Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-30T01:26:25Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 720, + "watchers_count": 720, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 720, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-25T08:51:47Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1365, + "watchers_count": 1365, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1365, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 57 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-30T16:07:40Z", + "pushed_at": "2018-07-30T15:58:16Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795194, + "stargazers_count": 39374, + "watchers_count": 39374, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13730, + "mirror_url": null, + "archived": false, + "open_issues_count": 3168, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13730, + "open_issues": 3168, + "watchers": 39374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13730, + "subscribers_count": 2610 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-30T15:20:56Z", + "pushed_at": "2018-07-30T15:20:36Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255040, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 611, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 611, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-30T11:28:18Z", + "pushed_at": "2018-07-30T14:58:36Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37904, + "stargazers_count": 3694, + "watchers_count": 3694, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 20, + "watchers": 3694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-30T15:37:11Z", + "pushed_at": "2018-07-27T17:26:47Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378770, + "stargazers_count": 3788, + "watchers_count": 3788, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1500, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1500, + "open_issues": 23, + "watchers": 3788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1500, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-30T13:00:12Z", + "pushed_at": "2018-07-30T15:07:45Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109673, + "stargazers_count": 3722, + "watchers_count": 3722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 728, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 728, + "open_issues": 395, + "watchers": 3722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 728, + "subscribers_count": 258 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-06-20T10:49:45Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-30T16:11:21Z", + "pushed_at": "2018-07-28T21:01:20Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38513, + "stargazers_count": 9185, + "watchers_count": 9185, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 915, + "mirror_url": null, + "archived": false, + "open_issues_count": 2321, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 915, + "open_issues": 2321, + "watchers": 9185, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 915, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-30T13:23:23Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 546, + "watchers_count": 546, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 42, + "watchers": 546, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 26 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-30T09:48:08Z", + "pushed_at": "2018-07-21T03:49:57Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3344, + "watchers_count": 3344, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 15, + "watchers": 3344, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-28T17:40:39Z", + "pushed_at": "2018-07-30T15:59:46Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118733, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 35, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-29T09:15:40Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6768, + "watchers_count": 6768, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 420, + "watchers": 6768, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-28T18:24:00Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 67, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-30T14:04:32Z", + "pushed_at": "2018-07-30T14:04:29Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58082, + "stargazers_count": 2820, + "watchers_count": 2820, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 184, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 184, + "watchers": 2820, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-27T09:59:38Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1149, + "watchers_count": 1149, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-30T11:36:07Z", + "pushed_at": "2018-07-30T11:37:38Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3842, + "stargazers_count": 2234, + "watchers_count": 2234, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 229, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 229, + "open_issues": 272, + "watchers": 2234, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 229, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-27T11:13:25Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 610, + "watchers_count": 610, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 610, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 97, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-27T11:13:07Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 97, + "watchers_count": 97, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 97, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-30T16:08:47Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4919, + "watchers_count": 4919, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 415, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 415, + "open_issues": 144, + "watchers": 4919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 415, + "subscribers_count": 210 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-30T15:40:36Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3145, + "watchers_count": 3145, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 396, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 396, + "open_issues": 46, + "watchers": 3145, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 396, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-30T16:09:29Z", + "pushed_at": "2018-07-30T15:55:21Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30711, + "stargazers_count": 16645, + "watchers_count": 16645, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1662, + "mirror_url": null, + "archived": false, + "open_issues_count": 285, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1662, + "open_issues": 285, + "watchers": 16645, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1662, + "subscribers_count": 578 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-30T13:39:36Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 123, + "watchers_count": 123, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-30T01:02:44Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3909, + "watchers_count": 3909, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 499, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 499, + "open_issues": 89, + "watchers": 3909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 499, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-30T13:44:44Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3914, + "watchers_count": 3914, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 17, + "watchers": 3914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 198 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-30T06:15:14Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-29T13:12:37Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1448, + "watchers_count": 1448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-24T20:36:49Z", + "pushed_at": "2018-07-30T15:45:00Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23551, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 129, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-30T09:54:11Z", + "pushed_at": "2018-07-27T23:31:06Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2816, + "stargazers_count": 886, + "watchers_count": 886, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 886, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 86 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-20T14:11:26Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1030, + "watchers_count": 1030, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1030, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-30T15:50:08Z", + "pushed_at": "2018-07-29T18:38:32Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19473, + "watchers_count": 19473, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3890, + "mirror_url": null, + "archived": false, + "open_issues_count": 269, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3890, + "open_issues": 269, + "watchers": 19473, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3890, + "subscribers_count": 1115 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-30T15:31:50Z", + "pushed_at": "2018-07-30T14:25:12Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42385, + "stargazers_count": 9799, + "watchers_count": 9799, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1377, + "mirror_url": null, + "archived": false, + "open_issues_count": 805, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1377, + "open_issues": 805, + "watchers": 9799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1377, + "subscribers_count": 633 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-30T11:00:21Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3734, + "watchers_count": 3734, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 224, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 224, + "watchers": 3734, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-28T02:06:59Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1010, + "watchers_count": 1010, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1010, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-17T11:57:20Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 731, + "watchers_count": 731, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 731, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-30T10:03:59Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-30T14:45:38Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1282, + "watchers_count": 1282, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1282, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 94 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-30T09:23:13Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-30T16:12:22Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 474, + "watchers_count": 474, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 474, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-30T15:25:52Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 94, + "watchers_count": 94, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 94, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-29T02:54:23Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-30T08:55:36Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7244, + "watchers_count": 7244, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7244, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-29T19:34:50Z", + "pushed_at": "2018-07-29T19:34:49Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 336, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-30T14:24:14Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4919, + "watchers_count": 4919, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-30T01:30:59Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1178, + "watchers_count": 1178, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1178, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-30T03:47:28Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1189, + "watchers_count": 1189, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-30T15:16:08Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 656, + "watchers_count": 656, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 30 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-30T15:04:16Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-06-29T12:19:12Z", + "pushed_at": "2018-06-29T12:19:10Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 12021, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-29T19:52:17Z", + "pushed_at": "2018-07-29T19:52:17Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1685, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-30T11:36:55Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 321, + "watchers_count": 321, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-28T01:51:19Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2253, + "watchers_count": 2253, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 337, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 337, + "open_issues": 14, + "watchers": 2253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 337, + "subscribers_count": 99 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-30T08:15:02Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 12, + "watchers_count": 12, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-30T16:05:22Z", + "pushed_at": "2018-07-21T23:05:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2808, + "watchers_count": 2808, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 34, + "watchers": 2808, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-30T10:57:40Z", + "pushed_at": "2018-07-30T16:00:46Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17576, + "stargazers_count": 8770, + "watchers_count": 8770, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 854, + "mirror_url": null, + "archived": false, + "open_issues_count": 325, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 854, + "open_issues": 325, + "watchers": 8770, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 854, + "subscribers_count": 371 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-30T14:36:30Z", + "pushed_at": "2018-07-30T15:07:51Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36598, + "stargazers_count": 1961, + "watchers_count": 1961, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 374, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 374, + "open_issues": 126, + "watchers": 1961, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 374, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-28T13:58:17Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1755, + "watchers_count": 1755, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-29T17:19:19Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 8, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 2 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-30T03:51:24Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2903, + "watchers_count": 2903, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2903, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-30T15:32:44Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1990, + "watchers_count": 1990, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1990, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-30T14:20:49Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2289, + "watchers_count": 2289, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2289, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-28T16:40:05Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-30T09:56:46Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6219, + "watchers_count": 6219, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 793, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 793, + "open_issues": 20, + "watchers": 6219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 793, + "subscribers_count": 329 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-30T15:04:30Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 435, + "watchers_count": 435, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 435, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-30T09:40:03Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-30T09:03:14Z", + "pushed_at": "2018-07-30T15:59:38Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16468, + "stargazers_count": 843, + "watchers_count": 843, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 44, + "watchers": 843, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-30T08:55:56Z", + "pushed_at": "2018-07-27T21:19:04Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8529, + "stargazers_count": 1757, + "watchers_count": 1757, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 16, + "watchers": 1757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-29T16:08:40Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 236, + "watchers_count": 236, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 236, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 33 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-30T01:27:14Z", + "pushed_at": "2018-07-30T01:27:12Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36440, + "stargazers_count": 1557, + "watchers_count": 1557, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1557, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-30T16:04:58Z", + "pushed_at": "2018-07-26T23:16:32Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1677, + "watchers_count": 1677, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 19, + "watchers": 1677, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-30T16:16:49Z", + "pushed_at": "2018-07-27T23:35:12Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14573, + "stargazers_count": 1806, + "watchers_count": 1806, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 92, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 92, + "open_issues": 27, + "watchers": 1806, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 92, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-27T03:35:24Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-30T15:27:13Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6596, + "watchers_count": 6596, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1087, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1087, + "open_issues": 7, + "watchers": 6596, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1087, + "subscribers_count": 351 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 413, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 413, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 413, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-30T14:56:38Z", + "pushed_at": "2018-07-28T09:34:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162213, + "stargazers_count": 979, + "watchers_count": 979, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 979, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-27T09:34:28Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 228, + "watchers_count": 228, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-29T21:21:14Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1088, + "watchers_count": 1088, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 22, + "watchers": 1088, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-26T20:47:43Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 445, + "watchers_count": 445, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 106, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 106, + "open_issues": 37, + "watchers": 445, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 106, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-29T10:50:24Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 320, + "watchers_count": 320, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 320, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-29T14:15:26Z", + "pushed_at": "2018-07-25T18:11:39Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15156, + "stargazers_count": 917, + "watchers_count": 917, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 280, + "watchers": 917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-16T09:49:27Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 259, + "watchers_count": 259, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-30T14:00:26Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 585, + "watchers_count": 585, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 151, + "open_issues": 36, + "watchers": 585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 151, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-30T13:17:50Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 894, + "watchers_count": 894, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 77, + "watchers": 894, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 107 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-30T10:19:09Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1893, + "watchers_count": 1893, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 45, + "watchers": 1893, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-30T08:33:51Z", + "pushed_at": "2018-07-02T04:33:49Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1323, + "watchers_count": 1323, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 32, + "watchers": 1323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-17T14:48:29Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 520, + "watchers_count": 520, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 520, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 90, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 90, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-30T06:57:40Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 560, + "watchers_count": 560, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 560, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-19T13:24:33Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 40, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 40, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-30T13:17:19Z", + "pushed_at": "2018-07-27T10:47:44Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24247, + "stargazers_count": 15110, + "watchers_count": 15110, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1568, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1568, + "open_issues": 116, + "watchers": 15110, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1568, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-30T15:46:10Z", + "pushed_at": "2018-07-30T16:00:19Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4468, + "stargazers_count": 412, + "watchers_count": 412, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 412, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 66 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-30T09:18:37Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2425, + "watchers_count": 2425, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 84, + "watchers": 2425, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 84 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-26T21:51:31Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 587, + "watchers_count": 587, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 587, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-30T13:13:40Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7495, + "watchers_count": 7495, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1034, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1034, + "open_issues": 364, + "watchers": 7495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1034, + "subscribers_count": 397 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-29T03:05:24Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1818, + "watchers_count": 1818, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-28T20:34:06Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-18T10:50:39Z", + "pushed_at": "2018-07-18T10:50:47Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11093, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-30T00:39:31Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1913, + "watchers_count": 1913, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 75 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-30T01:56:50Z", + "pushed_at": "2018-07-27T18:10:03Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16393, + "stargazers_count": 884, + "watchers_count": 884, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 170, + "open_issues": 143, + "watchers": 884, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-29T17:28:20Z", + "pushed_at": "2018-07-27T14:58:10Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 5968, + "stargazers_count": 1430, + "watchers_count": 1430, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1430, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-26T22:09:08Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 983, + "watchers_count": 983, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 34 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 57 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-30T13:49:53Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4351, + "watchers_count": 4351, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 402, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 402, + "open_issues": 54, + "watchers": 4351, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 402, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-30T13:37:51Z", + "pushed_at": "2018-07-30T14:36:32Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62336, + "stargazers_count": 3379, + "watchers_count": 3379, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 640, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 640, + "open_issues": 418, + "watchers": 3379, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 640, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-30T15:22:42Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2495, + "watchers_count": 2495, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 164, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 164, + "open_issues": 19, + "watchers": 2495, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 164, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-30T15:52:17Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2298, + "watchers_count": 2298, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2298, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 111 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-30T14:35:10Z", + "pushed_at": "2018-07-30T07:44:42Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22264, + "stargazers_count": 10943, + "watchers_count": 10943, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 785, + "mirror_url": null, + "archived": false, + "open_issues_count": 111, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 785, + "open_issues": 111, + "watchers": 10943, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 785, + "subscribers_count": 418 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-30T12:16:28Z", + "pushed_at": "2018-07-30T12:16:26Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61402, + "stargazers_count": 297, + "watchers_count": 297, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 297, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 15 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-28T19:05:18Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2423, + "watchers_count": 2423, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2423, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-28T14:13:26Z", + "pushed_at": "2018-07-10T10:04:55Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39713, + "stargazers_count": 932, + "watchers_count": 932, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-29T12:40:54Z", + "pushed_at": "2018-07-20T14:18:04Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 2056, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 33, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 31 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-30T13:46:06Z", + "pushed_at": "2018-07-30T11:59:38Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068142, + "stargazers_count": 3013, + "watchers_count": 3013, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 355, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 355, + "open_issues": 42, + "watchers": 3013, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 355, + "subscribers_count": 328 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-30T11:13:40Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 712, + "watchers_count": 712, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 712, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-30T16:07:21Z", + "pushed_at": "2018-07-28T03:57:58Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3195, + "watchers_count": 3195, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 463, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 463, + "open_issues": 2, + "watchers": 3195, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 463, + "subscribers_count": 239 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-29T19:29:48Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-30T15:43:16Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24888, + "watchers_count": 24888, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2028, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2028, + "open_issues": 70, + "watchers": 24888, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2028, + "subscribers_count": 1135 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-30T01:15:52Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6933, + "watchers_count": 6933, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6933, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-30T13:53:18Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17451, + "watchers_count": 17451, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17451, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-30T13:53:18Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17451, + "watchers_count": 17451, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17451, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-29T00:19:44Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7234, + "watchers_count": 7234, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-19T19:38:06Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 611, + "watchers_count": 611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 94, + "open_issues": 0, + "watchers": 611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 94, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-30T06:18:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 490, + "watchers_count": 490, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 490, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-30T16:05:35Z", + "pushed_at": "2018-07-30T16:05:31Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6322, + "stargazers_count": 2902, + "watchers_count": 2902, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1021, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1021, + "open_issues": 31, + "watchers": 2902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1021, + "subscribers_count": 223 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-30T12:49:07Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4598, + "watchers_count": 4598, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 403, + "open_issues": 69, + "watchers": 4598, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-28T20:39:14Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 206, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-30T09:53:59Z", + "pushed_at": "2018-07-29T15:01:55Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4072, + "watchers_count": 4072, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 411, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 411, + "watchers": 4072, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 282 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-30T13:46:10Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13922, + "watchers_count": 13922, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2398, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2398, + "open_issues": 5, + "watchers": 13922, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2398, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-30T16:17:29Z", + "pushed_at": "2018-07-30T00:44:41Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5745, + "stargazers_count": 15938, + "watchers_count": 15938, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 25, + "watchers": 15938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-30T14:38:24Z", + "pushed_at": "2018-07-30T16:00:00Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14173, + "stargazers_count": 1345, + "watchers_count": 1345, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 525, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 525, + "watchers": 1345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-30T15:27:13Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6596, + "watchers_count": 6596, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1087, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1087, + "open_issues": 7, + "watchers": 6596, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1087, + "subscribers_count": 351 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-30T11:39:51Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1785, + "watchers_count": 1785, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1785, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-30T15:56:46Z", + "pushed_at": "2018-07-24T22:12:02Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8616, + "watchers_count": 8616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1676, + "mirror_url": null, + "archived": false, + "open_issues_count": 442, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1676, + "open_issues": 442, + "watchers": 8616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1676, + "subscribers_count": 277 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-30T08:13:10Z", + "pushed_at": "2018-07-30T11:16:44Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18426, + "stargazers_count": 5182, + "watchers_count": 5182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 373, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 373, + "watchers": 5182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-07-31T16.18.01-fetched_repo_data.json b/data/2018-07-31T16.18.01-fetched_repo_data.json new file mode 100644 index 0000000..3e06d42 --- /dev/null +++ b/data/2018-07-31T16.18.01-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-07-31T16:09:06Z", + "pushed_at": "2018-07-31T15:39:19Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 570, + "stargazers_count": 89798, + "watchers_count": 89798, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11873, + "mirror_url": null, + "archived": false, + "open_issues_count": 170, + "license": null, + "forks": 11873, + "open_issues": 170, + "watchers": 89798, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11873, + "subscribers_count": 5599 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-07-31T16:12:17Z", + "pushed_at": "2018-07-30T16:19:15Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2369, + "stargazers_count": 11908, + "watchers_count": 11908, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1344, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1344, + "open_issues": 5, + "watchers": 11908, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1344, + "subscribers_count": 638 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-07-28T14:58:19Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 499, + "watchers_count": 499, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-07-29T07:52:08Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2751, + "watchers_count": 2751, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-07-30T20:42:26Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2494, + "watchers_count": 2494, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2494, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 118 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-07-31T16:01:50Z", + "pushed_at": "2018-07-31T12:54:34Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 136876, + "stargazers_count": 49751, + "watchers_count": 49751, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14526, + "mirror_url": null, + "archived": false, + "open_issues_count": 3287, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14526, + "open_issues": 3287, + "watchers": 49751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14526, + "subscribers_count": 3345 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-07-31T14:51:01Z", + "pushed_at": "2018-07-31T16:07:12Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10622, + "stargazers_count": 13350, + "watchers_count": 13350, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2048, + "mirror_url": null, + "archived": false, + "open_issues_count": 599, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2048, + "open_issues": 599, + "watchers": 13350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2048, + "subscribers_count": 619 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-31T14:41:22Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4807, + "watchers_count": 4807, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1361, + "mirror_url": null, + "archived": false, + "open_issues_count": 866, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1361, + "open_issues": 866, + "watchers": 4807, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1361, + "subscribers_count": 302 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-07-31T10:29:10Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5216, + "watchers_count": 5216, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 277, + "watchers": 5216, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 362 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-07-30T17:55:40Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5076, + "watchers_count": 5076, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 421, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 421, + "open_issues": 9, + "watchers": 5076, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 421, + "subscribers_count": 244 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-07-25T19:10:58Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 365, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-20T21:14:36Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 24, + "watchers_count": 24, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 24, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-30T10:20:45Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 85 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-07-31T15:08:44Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2019, + "watchers_count": 2019, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2019, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-30T13:38:10Z", + "pushed_at": "2018-07-31T10:33:13Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2025, + "stargazers_count": 585, + "watchers_count": 585, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-07-31T14:10:33Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 97988, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-07-31T13:49:23Z", + "pushed_at": "2018-07-27T21:14:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7745, + "watchers_count": 7745, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1122, + "mirror_url": null, + "archived": false, + "open_issues_count": 286, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1122, + "open_issues": 286, + "watchers": 7745, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1122, + "subscribers_count": 376 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-07-31T16:14:37Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 11016, + "watchers_count": 11016, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 774, + "mirror_url": null, + "archived": false, + "open_issues_count": 65, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 774, + "open_issues": 65, + "watchers": 11016, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 774, + "subscribers_count": 463 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-30T17:01:38Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 376, + "watchers_count": 376, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-31T10:40:22Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3336, + "watchers_count": 3336, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 569, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 569, + "open_issues": 80, + "watchers": 3336, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 569, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-29T04:56:54Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 308, + "watchers_count": 308, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 308, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-30T12:04:38Z", + "pushed_at": "2018-07-29T12:02:49Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5115, + "stargazers_count": 743, + "watchers_count": 743, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 7, + "watchers": 743, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-07-31T11:50:43Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3301, + "watchers_count": 3301, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 778, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 778, + "open_issues": 125, + "watchers": 3301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 778, + "subscribers_count": 205 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-07-31T13:10:27Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 391, + "watchers_count": 391, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 391, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-07-20T12:34:23Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 181, + "watchers_count": 181, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 181, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-31T10:01:46Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 722, + "watchers_count": 722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-07-30T19:44:15Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1366, + "watchers_count": 1366, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1366, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-07-31T16:15:13Z", + "pushed_at": "2018-07-31T16:06:06Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795841, + "stargazers_count": 39427, + "watchers_count": 39427, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13748, + "mirror_url": null, + "archived": false, + "open_issues_count": 3167, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13748, + "open_issues": 3167, + "watchers": 39427, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13748, + "subscribers_count": 2611 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-07-31T16:08:08Z", + "pushed_at": "2018-07-31T16:16:42Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255103, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 611, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 611, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-07-31T10:37:15Z", + "pushed_at": "2018-07-31T16:13:59Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37898, + "stargazers_count": 3695, + "watchers_count": 3695, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 849, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 849, + "open_issues": 18, + "watchers": 3695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 849, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-07-31T15:44:30Z", + "pushed_at": "2018-07-30T18:00:03Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378818, + "stargazers_count": 3791, + "watchers_count": 3791, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1502, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1502, + "open_issues": 23, + "watchers": 3791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1502, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-07-31T14:35:52Z", + "pushed_at": "2018-07-31T16:01:12Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109822, + "stargazers_count": 3726, + "watchers_count": 3726, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 727, + "mirror_url": null, + "archived": false, + "open_issues_count": 397, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 727, + "open_issues": 397, + "watchers": 3726, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 727, + "subscribers_count": 258 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-07-31T13:27:38Z", + "pushed_at": "2018-07-31T08:04:22Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38514, + "stargazers_count": 9189, + "watchers_count": 9189, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 915, + "mirror_url": null, + "archived": false, + "open_issues_count": 2316, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 915, + "open_issues": 2316, + "watchers": 9189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 915, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-07-31T12:45:10Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 548, + "watchers_count": 548, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 42, + "watchers": 548, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-05-20T22:57:58Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 375, + "watchers_count": 375, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 375, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-07-31T14:44:43Z", + "pushed_at": "2018-07-30T19:52:23Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3346, + "watchers_count": 3346, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 16, + "watchers": 3346, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 114 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-31T01:34:01Z", + "pushed_at": "2018-07-31T16:08:29Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118749, + "stargazers_count": 1689, + "watchers_count": 1689, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 1689, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2017-10-03T13:29:28Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 5, + "watchers_count": 5, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 5, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-31T15:22:32Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6769, + "watchers_count": 6769, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 421, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 421, + "watchers": 6769, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-28T18:24:00Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-07-30T19:13:23Z", + "pushed_at": "2018-07-30T19:13:21Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58094, + "stargazers_count": 2820, + "watchers_count": 2820, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 182, + "watchers": 2820, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 206 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-07-31T08:27:45Z", + "pushed_at": "2018-07-31T08:39:19Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3922, + "stargazers_count": 2234, + "watchers_count": 2234, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 229, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 229, + "open_issues": 272, + "watchers": 2234, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 229, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-30T18:55:19Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-30T18:55:19Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 12 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-07-31T13:20:34Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4921, + "watchers_count": 4921, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 416, + "open_issues": 144, + "watchers": 4921, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 416, + "subscribers_count": 210 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-07-31T13:57:38Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3149, + "watchers_count": 3149, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 396, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 396, + "open_issues": 47, + "watchers": 3149, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 396, + "subscribers_count": 92 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-07-31T15:37:52Z", + "pushed_at": "2018-07-31T16:08:17Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30649, + "stargazers_count": 16676, + "watchers_count": 16676, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1666, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1666, + "open_issues": 275, + "watchers": 16676, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1666, + "subscribers_count": 578 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-30T13:39:36Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 123, + "watchers_count": 123, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 123, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-07-31T15:13:12Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3914, + "watchers_count": 3914, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 502, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 502, + "open_issues": 89, + "watchers": 3914, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 502, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-07-31T10:42:48Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3917, + "watchers_count": 3917, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 17, + "watchers": 3917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 198 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-30T06:15:14Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-07-31T09:06:13Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1449, + "watchers_count": 1449, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1449, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-07-31T07:45:46Z", + "pushed_at": "2018-07-31T15:54:37Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23572, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 126, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-31T15:10:45Z", + "pushed_at": "2018-07-27T23:31:06Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2816, + "stargazers_count": 889, + "watchers_count": 889, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 889, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 86 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-07-31T06:12:12Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1031, + "watchers_count": 1031, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1031, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-07-31T15:16:57Z", + "pushed_at": "2018-07-29T18:38:32Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19491, + "watchers_count": 19491, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3898, + "mirror_url": null, + "archived": false, + "open_issues_count": 271, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3898, + "open_issues": 271, + "watchers": 19491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3898, + "subscribers_count": 1119 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-07-31T16:07:29Z", + "pushed_at": "2018-07-31T15:43:27Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42550, + "stargazers_count": 9844, + "watchers_count": 9844, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1386, + "mirror_url": null, + "archived": false, + "open_issues_count": 815, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1386, + "open_issues": 815, + "watchers": 9844, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1386, + "subscribers_count": 638 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-07-31T09:56:28Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3736, + "watchers_count": 3736, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 225, + "watchers": 3736, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-30T22:17:03Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1011, + "watchers_count": 1011, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1011, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-31T06:45:36Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 732, + "watchers_count": 732, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 732, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-07-30T14:45:38Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1282, + "watchers_count": 1282, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1282, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 94 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-07-31T01:34:06Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 377, + "watchers_count": 377, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-07-31T13:47:28Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 476, + "watchers_count": 476, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 476, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-07-30T15:25:52Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 94, + "watchers_count": 94, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 94, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-29T02:54:23Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-07-31T11:14:13Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7245, + "watchers_count": 7245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-29T19:34:50Z", + "pushed_at": "2018-07-29T19:34:49Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 336, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-30T14:24:14Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4919, + "watchers_count": 4919, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-07-31T12:45:46Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1179, + "watchers_count": 1179, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-07-30T17:02:22Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1190, + "watchers_count": 1190, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-07-30T15:16:08Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 656, + "watchers_count": 656, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 30 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-30T15:04:16Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-07-31T14:18:51Z", + "pushed_at": "2018-07-31T14:18:49Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-29T19:52:17Z", + "pushed_at": "2018-07-29T19:52:17Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1685, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-07-24T15:56:27Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 790, + "watchers_count": 790, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 790, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-07-30T11:36:55Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 321, + "watchers_count": 321, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-07-31T16:07:39Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2255, + "watchers_count": 2255, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 337, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 337, + "open_issues": 14, + "watchers": 2255, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 337, + "subscribers_count": 99 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-30T22:50:04Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 12, + "watchers_count": 12, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-07-31T07:05:27Z", + "pushed_at": "2018-07-30T22:37:59Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56577, + "stargazers_count": 2811, + "watchers_count": 2811, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 35, + "watchers": 2811, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-07-31T16:09:58Z", + "pushed_at": "2018-07-31T09:58:13Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17497, + "stargazers_count": 8782, + "watchers_count": 8782, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 855, + "mirror_url": null, + "archived": false, + "open_issues_count": 329, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 855, + "open_issues": 329, + "watchers": 8782, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 855, + "subscribers_count": 370 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-07-31T15:37:15Z", + "pushed_at": "2018-07-30T15:07:51Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36598, + "stargazers_count": 1962, + "watchers_count": 1962, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 377, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 377, + "open_issues": 127, + "watchers": 1962, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 377, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-07-28T13:58:17Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1755, + "watchers_count": 1755, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1755, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-29T17:19:19Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 18 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-07-04T20:26:03Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 45, + "watchers_count": 45, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 45, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-07-31T03:50:51Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2905, + "watchers_count": 2905, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2905, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-07-31T15:55:18Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1993, + "watchers_count": 1993, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 159, + "open_issues": 24, + "watchers": 1993, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 159, + "subscribers_count": 73 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-07-31T14:10:17Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2292, + "watchers_count": 2292, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2292, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-28T16:40:05Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-07-31T10:57:01Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6224, + "watchers_count": 6224, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 795, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 795, + "open_issues": 22, + "watchers": 6224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 795, + "subscribers_count": 331 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-31T06:37:03Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 436, + "watchers_count": 436, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-07-31T06:50:41Z", + "pushed_at": "2018-04-23T15:57:03Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 430, + "watchers_count": 430, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 430, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-07-30T09:03:14Z", + "pushed_at": "2018-07-31T16:17:30Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16468, + "stargazers_count": 843, + "watchers_count": 843, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 45, + "watchers": 843, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-31T06:19:44Z", + "pushed_at": "2018-07-30T18:16:52Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1758, + "watchers_count": 1758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-07-31T15:56:22Z", + "pushed_at": "2018-07-31T03:53:27Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36443, + "stargazers_count": 1563, + "watchers_count": 1563, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1563, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-07-22T14:10:22Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-07-30T16:04:58Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1677, + "watchers_count": 1677, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1677, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-07-31T10:49:06Z", + "pushed_at": "2018-07-31T01:01:54Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14655, + "stargazers_count": 1811, + "watchers_count": 1811, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 25, + "watchers": 1811, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 82 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-07-27T03:35:24Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 341, + "watchers_count": 341, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-31T13:08:34Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6638, + "watchers_count": 6638, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1087, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1087, + "open_issues": 7, + "watchers": 6638, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1087, + "subscribers_count": 354 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 415, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 415, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 415, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-07-31T10:37:17Z", + "pushed_at": "2018-07-28T09:34:12Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162213, + "stargazers_count": 978, + "watchers_count": 978, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 978, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-07-31T14:45:21Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1090, + "watchers_count": 1090, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 22, + "watchers": 1090, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-31T13:35:24Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 448, + "watchers_count": 448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-30T22:32:28Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 321, + "watchers_count": 321, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-07-31T11:12:26Z", + "pushed_at": "2018-07-30T18:06:11Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15141, + "stargazers_count": 919, + "watchers_count": 919, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 367, + "open_issues": 280, + "watchers": 919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-07-30T14:00:26Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 585, + "watchers_count": 585, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 151, + "open_issues": 36, + "watchers": 585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 151, + "subscribers_count": 94 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-07-31T14:12:19Z", + "pushed_at": "2018-07-25T06:41:04Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 896, + "watchers_count": 896, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 157, + "mirror_url": null, + "archived": false, + "open_issues_count": 78, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 157, + "open_issues": 78, + "watchers": 896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 157, + "subscribers_count": 107 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-07-31T15:45:49Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1896, + "watchers_count": 1896, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 45, + "watchers": 1896, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-31T09:33:53Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1324, + "watchers_count": 1324, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 33, + "watchers": 1324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-31T12:45:30Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 521, + "watchers_count": 521, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 521, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-31T02:50:41Z", + "pushed_at": "2018-07-26T09:07:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 14, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 51 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-31T15:26:06Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-07-31T16:18:30Z", + "pushed_at": "2018-07-30T19:56:19Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15131, + "watchers_count": 15131, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1570, + "mirror_url": null, + "archived": false, + "open_issues_count": 115, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1570, + "open_issues": 115, + "watchers": 15131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1570, + "subscribers_count": 551 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-07-26T10:01:48Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 124, + "watchers_count": 124, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-07-31T04:32:10Z", + "pushed_at": "2018-07-30T22:55:28Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4479, + "stargazers_count": 413, + "watchers_count": 413, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 413, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 67 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-07-31T15:26:26Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2433, + "watchers_count": 2433, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 181, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 181, + "open_issues": 85, + "watchers": 2433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 181, + "subscribers_count": 86 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-31T04:30:56Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 588, + "watchers_count": 588, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-07-31T06:47:21Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7496, + "watchers_count": 7496, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1034, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1034, + "open_issues": 364, + "watchers": 7496, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1034, + "subscribers_count": 398 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-31T03:29:19Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1818, + "watchers_count": 1818, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-07-25T08:51:11Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2403, + "watchers_count": 2403, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-07-28T20:34:06Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-23T06:34:09Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1437, + "watchers_count": 1437, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-31T16:12:07Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1915, + "watchers_count": 1915, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-07-30T21:08:36Z", + "pushed_at": "2018-07-30T21:08:31Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16397, + "stargazers_count": 884, + "watchers_count": 884, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 171, + "open_issues": 143, + "watchers": 884, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-07-31T08:28:21Z", + "pushed_at": "2018-07-31T08:28:19Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6011, + "stargazers_count": 1431, + "watchers_count": 1431, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-30T18:04:31Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 985, + "watchers_count": 985, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 985, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 35 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 57 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-07-31T16:18:24Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4354, + "watchers_count": 4354, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 403, + "open_issues": 54, + "watchers": 4354, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-07-31T14:10:36Z", + "pushed_at": "2018-07-31T15:59:12Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62369, + "stargazers_count": 3381, + "watchers_count": 3381, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 641, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 641, + "open_issues": 420, + "watchers": 3381, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 641, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-07-31T15:39:52Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2497, + "watchers_count": 2497, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 165, + "open_issues": 19, + "watchers": 2497, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-31T12:09:02Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2299, + "watchers_count": 2299, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 111 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-07-31T15:56:05Z", + "pushed_at": "2018-07-30T22:33:59Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22266, + "stargazers_count": 10953, + "watchers_count": 10953, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 786, + "mirror_url": null, + "archived": false, + "open_issues_count": 109, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 786, + "open_issues": 109, + "watchers": 10953, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 786, + "subscribers_count": 417 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-07-31T07:32:13Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 297, + "watchers_count": 297, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 297, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 15 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-07-26T02:40:27Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 759, + "watchers_count": 759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-07-31T03:02:12Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2422, + "watchers_count": 2422, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2422, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-07-31T14:55:22Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 935, + "watchers_count": 935, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-31T14:57:15Z", + "pushed_at": "2018-07-31T13:50:00Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1906, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 32, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 31 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-07-31T16:13:25Z", + "pushed_at": "2018-07-31T15:59:10Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068193, + "stargazers_count": 3017, + "watchers_count": 3017, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 45, + "watchers": 3017, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-30T11:13:40Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 712, + "watchers_count": 712, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 712, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-07-31T13:37:27Z", + "pushed_at": "2018-07-28T03:57:58Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3198, + "watchers_count": 3198, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 463, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 463, + "open_issues": 2, + "watchers": 3198, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 463, + "subscribers_count": 240 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-29T19:29:48Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-07-31T15:23:55Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24920, + "watchers_count": 24920, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2033, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2033, + "open_issues": 70, + "watchers": 24920, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2033, + "subscribers_count": 1135 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-31T07:14:11Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6938, + "watchers_count": 6938, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 481, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 481, + "open_issues": 8, + "watchers": 6938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-31T11:46:02Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17457, + "watchers_count": 17457, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2845, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2845, + "open_issues": 218, + "watchers": 17457, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-07-31T11:46:02Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17457, + "watchers_count": 17457, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2845, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2845, + "open_issues": 218, + "watchers": 17457, + "default_branch": "master" + }, + "network_count": 2845, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-07-29T00:19:44Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7234, + "watchers_count": 7234, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-31T10:19:44Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 612, + "watchers_count": 612, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 95, + "open_issues": 1, + "watchers": 612, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-31T06:46:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 491, + "watchers_count": 491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-07-31T15:59:40Z", + "pushed_at": "2018-07-31T15:59:34Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6347, + "stargazers_count": 2906, + "watchers_count": 2906, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1021, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1021, + "open_issues": 33, + "watchers": 2906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1021, + "subscribers_count": 224 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-07-31T12:41:35Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4601, + "watchers_count": 4601, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 403, + "open_issues": 69, + "watchers": 4601, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 144 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-28T20:39:14Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-31T03:35:16Z", + "pushed_at": "2018-07-29T15:01:55Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4076, + "watchers_count": 4076, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 412, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 412, + "watchers": 4076, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-07-31T13:34:03Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13932, + "watchers_count": 13932, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2399, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2399, + "open_issues": 5, + "watchers": 13932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2399, + "subscribers_count": 674 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-07-31T15:17:59Z", + "pushed_at": "2018-07-30T00:44:41Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5745, + "stargazers_count": 15944, + "watchers_count": 15944, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1343, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1343, + "open_issues": 26, + "watchers": 15944, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1343, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-07-31T09:47:48Z", + "pushed_at": "2018-07-31T01:44:41Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14178, + "stargazers_count": 1347, + "watchers_count": 1347, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 524, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 524, + "watchers": 1347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-07-31T13:08:34Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6638, + "watchers_count": 6638, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1087, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1087, + "open_issues": 7, + "watchers": 6638, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1087, + "subscribers_count": 354 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-07-31T02:04:41Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1788, + "watchers_count": 1788, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1788, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-07-31T15:33:37Z", + "pushed_at": "2018-07-30T20:58:42Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8627, + "watchers_count": 8627, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1678, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1678, + "open_issues": 443, + "watchers": 8627, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1678, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-31T12:01:33Z", + "pushed_at": "2018-07-30T11:16:44Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18426, + "stargazers_count": 5184, + "watchers_count": 5184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 461, + "mirror_url": null, + "archived": false, + "open_issues_count": 371, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 461, + "open_issues": 371, + "watchers": 5184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 461, + "subscribers_count": 254 + } +] diff --git a/data/2018-08-01T16.19.07-fetched_repo_data.json b/data/2018-08-01T16.19.07-fetched_repo_data.json new file mode 100644 index 0000000..72b8fa6 --- /dev/null +++ b/data/2018-08-01T16.19.07-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-01T16:15:25Z", + "pushed_at": "2018-08-01T02:49:11Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 570, + "stargazers_count": 89852, + "watchers_count": 89852, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11877, + "mirror_url": null, + "archived": false, + "open_issues_count": 169, + "license": null, + "forks": 11877, + "open_issues": 169, + "watchers": 89852, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11877, + "subscribers_count": 5594 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-01T15:14:59Z", + "pushed_at": "2018-07-31T16:19:45Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2514, + "stargazers_count": 11917, + "watchers_count": 11917, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1345, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1345, + "open_issues": 5, + "watchers": 11917, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1345, + "subscribers_count": 639 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-01T14:05:45Z", + "pushed_at": "2018-07-16T14:15:48Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 500, + "watchers_count": 500, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 14, + "watchers": 500, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 50, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-01T06:03:51Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2753, + "watchers_count": 2753, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-01T15:13:22Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2497, + "watchers_count": 2497, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2497, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 118 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-01T15:42:02Z", + "pushed_at": "2018-08-01T12:52:34Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137398, + "stargazers_count": 49767, + "watchers_count": 49767, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14533, + "mirror_url": null, + "archived": false, + "open_issues_count": 3285, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14533, + "open_issues": 3285, + "watchers": 49767, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14533, + "subscribers_count": 3344 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-01T13:11:40Z", + "pushed_at": "2018-07-31T22:39:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10623, + "stargazers_count": 13368, + "watchers_count": 13368, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2048, + "mirror_url": null, + "archived": false, + "open_issues_count": 589, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2048, + "open_issues": 589, + "watchers": 13368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2048, + "subscribers_count": 621 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-07-31T14:41:22Z", + "pushed_at": "2018-07-27T08:13:05Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4807, + "watchers_count": 4807, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1363, + "mirror_url": null, + "archived": false, + "open_issues_count": 867, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1363, + "open_issues": 867, + "watchers": 4807, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1363, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-01T03:39:36Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5217, + "watchers_count": 5217, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 278, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 278, + "watchers": 5217, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 362 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-01T12:22:19Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5078, + "watchers_count": 5078, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 421, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 421, + "open_issues": 9, + "watchers": 5078, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 421, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-07-25T18:42:30Z", + "pushed_at": "2018-08-01T07:25:48Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 366, + "stargazers_count": 150, + "watchers_count": 150, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-31T23:19:58Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 25, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-07-30T10:20:45Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-01T08:53:51Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2021, + "watchers_count": 2021, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2021, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 67 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-07-31T16:21:21Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 585, + "watchers_count": 585, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 585, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-08-01T06:33:21Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98079, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-01T11:59:44Z", + "pushed_at": "2018-07-27T21:14:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7747, + "watchers_count": 7747, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1122, + "mirror_url": null, + "archived": false, + "open_issues_count": 287, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1122, + "open_issues": 287, + "watchers": 7747, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1122, + "subscribers_count": 376 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-01T15:35:20Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 11116, + "watchers_count": 11116, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 777, + "open_issues": 66, + "watchers": 11116, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 777, + "subscribers_count": 464 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-30T17:01:38Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 376, + "watchers_count": 376, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-31T20:12:19Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3337, + "watchers_count": 3337, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 570, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 570, + "open_issues": 80, + "watchers": 3337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 570, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-07-29T04:56:54Z", + "pushed_at": "2018-06-17T00:19:14Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 308, + "watchers_count": 308, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 85, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 85, + "open_issues": 5, + "watchers": 308, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 85, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-07-30T12:04:38Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 743, + "watchers_count": 743, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 743, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-01T12:24:42Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3304, + "watchers_count": 3304, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 777, + "open_issues": 125, + "watchers": 3304, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 777, + "subscribers_count": 205 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-01T11:05:59Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 392, + "watchers_count": 392, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 392, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-31T10:01:46Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 722, + "watchers_count": 722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-07-26T23:28:00Z", + "pushed_at": "2018-07-22T02:25:30Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 276, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-01T14:28:05Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1368, + "watchers_count": 1368, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-01T15:51:43Z", + "pushed_at": "2018-08-01T16:17:25Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 795983, + "stargazers_count": 39485, + "watchers_count": 39485, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13761, + "mirror_url": null, + "archived": false, + "open_issues_count": 3151, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13761, + "open_issues": 3151, + "watchers": 39485, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13761, + "subscribers_count": 2611 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-01T13:40:09Z", + "pushed_at": "2018-08-01T16:18:19Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255196, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 612, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 612, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-01T15:44:14Z", + "pushed_at": "2018-08-01T15:55:41Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37973, + "stargazers_count": 3696, + "watchers_count": 3696, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 20, + "watchers": 3696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-01T00:02:41Z", + "pushed_at": "2018-08-01T00:02:34Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 378823, + "stargazers_count": 3791, + "watchers_count": 3791, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1502, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1502, + "open_issues": 23, + "watchers": 3791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1502, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-01T14:57:21Z", + "pushed_at": "2018-08-01T16:04:06Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109713, + "stargazers_count": 3732, + "watchers_count": 3732, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 395, + "watchers": 3732, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-01T15:26:43Z", + "pushed_at": "2018-08-01T14:17:01Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38528, + "stargazers_count": 9199, + "watchers_count": 9199, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 916, + "mirror_url": null, + "archived": false, + "open_issues_count": 2313, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 916, + "open_issues": 2313, + "watchers": 9199, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 916, + "subscribers_count": 579 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-01T08:19:37Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 552, + "watchers_count": 552, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 42, + "watchers": 552, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-01T15:18:59Z", + "pushed_at": "2018-07-30T19:52:23Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3350, + "watchers_count": 3350, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 176, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 176, + "open_issues": 16, + "watchers": 3350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 176, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-07-31T01:34:01Z", + "pushed_at": "2018-07-31T20:58:19Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118757, + "stargazers_count": 1689, + "watchers_count": 1689, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 1689, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-07-26T20:38:19Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-07-31T15:22:32Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6769, + "watchers_count": 6769, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 423, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 423, + "watchers": 6769, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-07-28T18:24:00Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1252, + "watchers_count": 1252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-01T12:50:34Z", + "pushed_at": "2018-08-01T12:50:29Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58131, + "stargazers_count": 2821, + "watchers_count": 2821, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 181, + "watchers": 2821, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-01T16:02:17Z", + "pushed_at": "2018-08-01T12:28:23Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3931, + "stargazers_count": 2237, + "watchers_count": 2237, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 231, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 231, + "open_issues": 275, + "watchers": 2237, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 231, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-30T18:55:19Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-07-30T18:55:19Z", + "pushed_at": "2018-07-26T15:50:27Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3299, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-01T10:46:20Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4927, + "watchers_count": 4927, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 417, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 417, + "open_issues": 146, + "watchers": 4927, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 417, + "subscribers_count": 210 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-01T15:23:08Z", + "pushed_at": "2018-07-08T12:26:00Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 311, + "stargazers_count": 3155, + "watchers_count": 3155, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 396, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 396, + "open_issues": 47, + "watchers": 3155, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 396, + "subscribers_count": 93 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-01T16:01:35Z", + "pushed_at": "2018-08-01T16:00:23Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30826, + "stargazers_count": 16700, + "watchers_count": 16700, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1666, + "mirror_url": null, + "archived": false, + "open_issues_count": 270, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1666, + "open_issues": 270, + "watchers": 16700, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1666, + "subscribers_count": 580 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-07-31T18:11:24Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 124, + "watchers_count": 124, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 124, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-01T14:47:11Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3921, + "watchers_count": 3921, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 502, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 502, + "open_issues": 89, + "watchers": 3921, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 502, + "subscribers_count": 183 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-07-23T12:33:16Z", + "pushed_at": "2018-04-28T13:31:48Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 385, + "watchers_count": 385, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 2, + "watchers": 385, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-01T15:27:36Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3924, + "watchers_count": 3924, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 18, + "watchers": 3924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-30T06:15:14Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 9, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-01T05:57:34Z", + "pushed_at": "2018-07-17T18:39:59Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1450, + "watchers_count": 1450, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 181, + "watchers": 1450, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-01T15:08:22Z", + "pushed_at": "2018-08-01T15:57:26Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23575, + "stargazers_count": 335, + "watchers_count": 335, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 335, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 52 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-07-31T19:48:25Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 890, + "watchers_count": 890, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 44, + "watchers": 890, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-01T09:50:14Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1032, + "watchers_count": 1032, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1032, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-01T15:38:36Z", + "pushed_at": "2018-07-29T18:38:32Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19514, + "watchers_count": 19514, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3895, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3895, + "open_issues": 272, + "watchers": 19514, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3895, + "subscribers_count": 1119 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "An open platform to connect, manage, and secure microservices.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-01T16:01:07Z", + "pushed_at": "2018-08-01T12:20:51Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42585, + "stargazers_count": 10148, + "watchers_count": 10148, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1426, + "mirror_url": null, + "archived": false, + "open_issues_count": 828, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1426, + "open_issues": 828, + "watchers": 10148, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1426, + "subscribers_count": 662 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-01T15:09:01Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3738, + "watchers_count": 3738, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 225, + "watchers": 3738, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 168 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-07-30T22:17:03Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1011, + "watchers_count": 1011, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1011, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-31T06:45:36Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 732, + "watchers_count": 732, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 732, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-01T14:20:30Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1285, + "watchers_count": 1285, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 94 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-01T15:18:33Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-01T15:18:26Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 479, + "watchers_count": 479, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 479, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-01T15:18:08Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 95, + "watchers_count": 95, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 95, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-07-29T02:54:23Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-01T13:34:00Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7247, + "watchers_count": 7247, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7247, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-07-29T19:34:50Z", + "pushed_at": "2018-07-29T19:34:49Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 336, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-07-30T14:24:14Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4919, + "watchers_count": 4919, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-01T14:08:54Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1182, + "watchers_count": 1182, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-01T14:53:22Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1193, + "watchers_count": 1193, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-07-27T08:08:37Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2000, + "watchers_count": 2000, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2000, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-01T13:58:01Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 657, + "watchers_count": 657, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 657, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-07-29T19:52:17Z", + "pushed_at": "2018-07-29T19:52:17Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1685, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-01T15:18:22Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 791, + "watchers_count": 791, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 140, + "open_issues": 33, + "watchers": 791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 140, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-01T15:17:56Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2256, + "watchers_count": 2256, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2256, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 99 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the simple and easy container monitoring tool which to collects statistics, status, process, network, environment, volume, and log.", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-07-30T22:50:04Z", + "pushed_at": "2018-07-18T08:32:05Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "", + "size": 4540, + "stargazers_count": 12, + "watchers_count": 12, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-01T10:16:58Z", + "pushed_at": "2018-07-31T21:09:16Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56614, + "stargazers_count": 2815, + "watchers_count": 2815, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 36, + "watchers": 2815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-01T13:33:57Z", + "pushed_at": "2018-08-01T09:14:05Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17500, + "stargazers_count": 8796, + "watchers_count": 8796, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 854, + "mirror_url": null, + "archived": false, + "open_issues_count": 334, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 854, + "open_issues": 334, + "watchers": 8796, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 854, + "subscribers_count": 369 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-01T10:57:31Z", + "pushed_at": "2018-08-01T14:41:44Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36600, + "stargazers_count": 1965, + "watchers_count": 1965, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 378, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 378, + "open_issues": 126, + "watchers": 1965, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 378, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-01T15:18:41Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1756, + "watchers_count": 1756, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-29T17:19:19Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-01T13:36:01Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2906, + "watchers_count": 2906, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2906, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 103 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-01T11:56:30Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1996, + "watchers_count": 1996, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 160, + "open_issues": 24, + "watchers": 1996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 160, + "subscribers_count": 73 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-01T09:50:54Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2296, + "watchers_count": 2296, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 152, + "open_issues": 12, + "watchers": 2296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 152, + "subscribers_count": 79 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-07-28T16:40:05Z", + "pushed_at": "2018-07-13T13:30:22Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8486, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-01T12:59:56Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6234, + "watchers_count": 6234, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 796, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 796, + "open_issues": 21, + "watchers": 6234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 796, + "subscribers_count": 331 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-07-31T06:37:03Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 436, + "watchers_count": 436, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 44, + "open_issues": 17, + "watchers": 436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-01T15:35:17Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 430, + "watchers_count": 430, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 430, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-01T15:14:52Z", + "pushed_at": "2018-08-01T16:18:39Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16509, + "stargazers_count": 845, + "watchers_count": 845, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 46, + "watchers": 845, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 58 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-07-31T06:19:44Z", + "pushed_at": "2018-07-30T18:16:52Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1758, + "watchers_count": 1758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-01T08:18:26Z", + "pushed_at": "2018-08-01T16:20:02Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36443, + "stargazers_count": 1566, + "watchers_count": 1566, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-01T14:41:18Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1685, + "watchers_count": 1685, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-01T13:43:05Z", + "pushed_at": "2018-08-01T09:03:35Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 14667, + "stargazers_count": 1816, + "watchers_count": 1816, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 95, + "open_issues": 29, + "watchers": 1816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 82 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-01T15:25:27Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 342, + "watchers_count": 342, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 342, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-07-13T21:43:28Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 156, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 156, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 156, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-01T14:54:53Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6648, + "watchers_count": 6648, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1089, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1089, + "open_issues": 7, + "watchers": 6648, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1089, + "subscribers_count": 354 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 415, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 415, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 415, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-01T08:03:34Z", + "pushed_at": "2018-08-01T08:03:27Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162172, + "stargazers_count": 978, + "watchers_count": 978, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 978, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-01T05:40:14Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1091, + "watchers_count": 1091, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 23, + "watchers": 1091, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-31T13:35:24Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 448, + "watchers_count": 448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-07-19T16:40:49Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-07-30T22:32:28Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 321, + "watchers_count": 321, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 74, + "open_issues": 21, + "watchers": 321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 74, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-01T09:57:50Z", + "pushed_at": "2018-08-01T13:19:32Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15141, + "stargazers_count": 921, + "watchers_count": 921, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 368, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 368, + "open_issues": 280, + "watchers": 921, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 368, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-01T09:52:30Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 589, + "watchers_count": 589, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 151, + "open_issues": 36, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 151, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-01T07:44:56Z", + "pushed_at": "2018-08-01T08:39:49Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 899, + "watchers_count": 899, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 78, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 158, + "open_issues": 78, + "watchers": 899, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 158, + "subscribers_count": 107 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-01T13:51:53Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1899, + "watchers_count": 1899, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 45, + "watchers": 1899, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-31T09:33:53Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1324, + "watchers_count": 1324, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 34, + "watchers": 1324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-31T12:45:30Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 521, + "watchers_count": 521, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 521, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-07-31T23:28:35Z", + "pushed_at": "2018-08-01T05:00:07Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48364, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 16, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-07-31T15:26:06Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-01T15:19:31Z", + "pushed_at": "2018-07-30T19:56:19Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15141, + "watchers_count": 15141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1573, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1573, + "open_issues": 116, + "watchers": 15141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1573, + "subscribers_count": 553 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-01T05:33:32Z", + "pushed_at": "2018-07-31T16:55:37Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4481, + "stargazers_count": 414, + "watchers_count": 414, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 73, + "watchers": 414, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 67 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-01T14:56:15Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2440, + "watchers_count": 2440, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 182, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 182, + "open_issues": 85, + "watchers": 2440, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 182, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-31T04:30:56Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 588, + "watchers_count": 588, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-01T05:07:38Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7498, + "watchers_count": 7498, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1035, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1035, + "open_issues": 364, + "watchers": 7498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1035, + "subscribers_count": 398 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-07-24T01:55:15Z", + "pushed_at": "2018-02-05T21:37:41Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5910, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-07-27T09:29:37Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 219, + "watchers_count": 219, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 219, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-07-31T23:10:23Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1820, + "watchers_count": 1820, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1820, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 26, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-01T15:13:50Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-07-31T22:24:25Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1438, + "watchers_count": 1438, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1438, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-07-31T16:12:07Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1915, + "watchers_count": 1915, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-01T13:36:39Z", + "pushed_at": "2018-07-30T21:08:31Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16397, + "stargazers_count": 886, + "watchers_count": 886, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 143, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 171, + "open_issues": 143, + "watchers": 886, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-01T08:19:41Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1432, + "watchers_count": 1432, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 61, + "watchers": 1432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 75, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-30T18:04:31Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 985, + "watchers_count": 985, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 985, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 35 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-07-24T15:46:28Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-01T14:59:21Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4357, + "watchers_count": 4357, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 403, + "open_issues": 54, + "watchers": 4357, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-01T14:09:22Z", + "pushed_at": "2018-08-01T14:24:45Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62372, + "stargazers_count": 3384, + "watchers_count": 3384, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 642, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 642, + "open_issues": 418, + "watchers": 3384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 642, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-01T09:33:01Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2503, + "watchers_count": 2503, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 165, + "open_issues": 19, + "watchers": 2503, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-07-31T12:09:02Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2299, + "watchers_count": 2299, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 111 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-01T15:58:58Z", + "pushed_at": "2018-08-01T14:51:22Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22272, + "stargazers_count": 10967, + "watchers_count": 10967, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 787, + "mirror_url": null, + "archived": false, + "open_issues_count": 107, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 787, + "open_issues": 107, + "watchers": 10967, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 787, + "subscribers_count": 420 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-01T12:51:13Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 300, + "watchers_count": 300, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-01T10:38:37Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 760, + "watchers_count": 760, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 760, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-01T08:39:36Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2425, + "watchers_count": 2425, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 82, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 82, + "watchers": 2425, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 74 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-01T03:27:23Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 937, + "watchers_count": 937, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 937, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-31T14:57:15Z", + "pushed_at": "2018-07-31T13:50:00Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1906, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 32, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 31 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-01T16:08:17Z", + "pushed_at": "2018-08-01T14:11:17Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069199, + "stargazers_count": 3023, + "watchers_count": 3023, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 359, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 359, + "open_issues": 45, + "watchers": 3023, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 359, + "subscribers_count": 327 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-07-30T11:13:40Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 712, + "watchers_count": 712, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 83, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 83, + "open_issues": 4, + "watchers": 712, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 83, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-01T16:17:29Z", + "pushed_at": "2018-08-01T10:04:19Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3205, + "watchers_count": 3205, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 3, + "watchers": 3205, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 240 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-07-29T19:29:48Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 566, + "watchers_count": 566, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-01T16:10:50Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24943, + "watchers_count": 24943, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2034, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2034, + "open_issues": 71, + "watchers": 24943, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2034, + "subscribers_count": 1136 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-07-31T19:08:56Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6939, + "watchers_count": 6939, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6939, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-01T14:54:40Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17461, + "watchers_count": 17461, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17461, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-01T14:54:40Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17461, + "watchers_count": 17461, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 218, + "watchers": 17461, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-01T03:17:46Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7233, + "watchers_count": 7233, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7233, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-31T10:19:44Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 612, + "watchers_count": 612, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 95, + "open_issues": 1, + "watchers": 612, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-31T06:46:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 491, + "watchers_count": 491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-01T08:39:28Z", + "pushed_at": "2018-08-01T16:08:31Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6355, + "stargazers_count": 2910, + "watchers_count": 2910, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1021, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1021, + "open_issues": 37, + "watchers": 2910, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1021, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-01T15:03:10Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4605, + "watchers_count": 4605, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 403, + "open_issues": 69, + "watchers": 4605, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 146 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-28T20:39:14Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-07-31T16:45:07Z", + "pushed_at": "2018-07-29T15:01:55Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4077, + "watchers_count": 4077, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 412, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 412, + "watchers": 4077, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 283 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-01T15:03:50Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13943, + "watchers_count": 13943, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2403, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2403, + "open_issues": 5, + "watchers": 13943, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2403, + "subscribers_count": 675 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-01T16:07:43Z", + "pushed_at": "2018-08-01T11:40:23Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5823, + "stargazers_count": 15955, + "watchers_count": 15955, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1344, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1344, + "open_issues": 26, + "watchers": 15955, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1344, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-01T12:55:42Z", + "pushed_at": "2018-08-01T12:50:33Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14196, + "stargazers_count": 1348, + "watchers_count": 1348, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 366, + "mirror_url": null, + "archived": false, + "open_issues_count": 525, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 366, + "open_issues": 525, + "watchers": 1348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 366, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-01T14:54:53Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6648, + "watchers_count": 6648, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1089, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1089, + "open_issues": 7, + "watchers": 6648, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1089, + "subscribers_count": 354 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-01T12:07:25Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1789, + "watchers_count": 1789, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1789, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 112 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-01T10:22:53Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8629, + "watchers_count": 8629, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1679, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1679, + "open_issues": 443, + "watchers": 8629, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1679, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-07-31T12:01:33Z", + "pushed_at": "2018-07-30T11:16:44Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18426, + "stargazers_count": 5184, + "watchers_count": 5184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 371, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 371, + "watchers": 5184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-08-02T16.19.15-fetched_repo_data.json b/data/2018-08-02T16.19.15-fetched_repo_data.json new file mode 100644 index 0000000..1b86333 --- /dev/null +++ b/data/2018-08-02T16.19.15-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-02T15:28:08Z", + "pushed_at": "2018-08-01T18:56:30Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 570, + "stargazers_count": 89938, + "watchers_count": 89938, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11891, + "mirror_url": null, + "archived": false, + "open_issues_count": 168, + "license": null, + "forks": 11891, + "open_issues": 168, + "watchers": 89938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11891, + "subscribers_count": 5597 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-02T15:13:29Z", + "pushed_at": "2018-08-01T16:20:52Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2659, + "stargazers_count": 11928, + "watchers_count": 11928, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1346, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1346, + "open_issues": 5, + "watchers": 11928, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1346, + "subscribers_count": 640 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-02T15:38:20Z", + "pushed_at": "2018-08-02T07:22:46Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 349, + "stargazers_count": 505, + "watchers_count": 505, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 15, + "watchers": 505, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-01T20:14:44Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2754, + "watchers_count": 2754, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-01T16:52:08Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2498, + "watchers_count": 2498, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 118 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-02T14:04:22Z", + "pushed_at": "2018-08-02T13:53:25Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137424, + "stargazers_count": 49777, + "watchers_count": 49777, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14535, + "mirror_url": null, + "archived": false, + "open_issues_count": 3284, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14535, + "open_issues": 3284, + "watchers": 49777, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14535, + "subscribers_count": 3343 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-02T14:05:12Z", + "pushed_at": "2018-07-31T22:39:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10623, + "stargazers_count": 13380, + "watchers_count": 13380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2049, + "mirror_url": null, + "archived": false, + "open_issues_count": 590, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2049, + "open_issues": 590, + "watchers": 13380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2049, + "subscribers_count": 621 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-02T05:51:46Z", + "pushed_at": "2018-08-02T13:40:49Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4809, + "watchers_count": 4809, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1363, + "mirror_url": null, + "archived": false, + "open_issues_count": 867, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1363, + "open_issues": 867, + "watchers": 4809, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1363, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-02T09:46:30Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5217, + "watchers_count": 5217, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 279, + "watchers": 5217, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 362 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-02T12:50:52Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5079, + "watchers_count": 5079, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 420, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 420, + "open_issues": 9, + "watchers": 5079, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 420, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-01T20:34:54Z", + "pushed_at": "2018-08-01T07:25:48Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 366, + "stargazers_count": 151, + "watchers_count": 151, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 151, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-31T23:19:58Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 25, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-02T14:39:03Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-02T13:40:47Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2023, + "watchers_count": 2023, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2023, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 68 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-02T16:07:18Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 589, + "watchers_count": 589, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-08-01T06:33:21Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98079, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-02T14:08:25Z", + "pushed_at": "2018-08-02T00:54:33Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27870, + "stargazers_count": 7750, + "watchers_count": 7750, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1121, + "mirror_url": null, + "archived": false, + "open_issues_count": 287, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1121, + "open_issues": 287, + "watchers": 7750, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1121, + "subscribers_count": 376 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-06-28T20:36:57Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-02T16:04:24Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 11166, + "watchers_count": 11166, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 781, + "mirror_url": null, + "archived": false, + "open_issues_count": 67, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 781, + "open_issues": 67, + "watchers": 11166, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 781, + "subscribers_count": 467 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-07-30T17:01:38Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 376, + "watchers_count": 376, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 76 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-07-31T20:12:19Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3337, + "watchers_count": 3337, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 570, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 570, + "open_issues": 81, + "watchers": 3337, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 570, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-02T14:06:52Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 311, + "watchers_count": 311, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 86, + "open_issues": 6, + "watchers": 311, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 86, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-02T08:31:04Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 746, + "watchers_count": 746, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 746, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 81 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-02T16:11:05Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3306, + "watchers_count": 3306, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 777, + "open_issues": 125, + "watchers": 3306, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 777, + "subscribers_count": 204 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-02T04:20:31Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 393, + "watchers_count": 393, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 393, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 24 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-31T10:01:46Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 722, + "watchers_count": 722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-07-26T04:57:47Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1935, + "watchers_count": 1935, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1935, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-01T14:28:05Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1368, + "watchers_count": 1368, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-02T15:18:17Z", + "pushed_at": "2018-08-02T16:09:34Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 796264, + "stargazers_count": 39535, + "watchers_count": 39535, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13776, + "mirror_url": null, + "archived": false, + "open_issues_count": 3155, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13776, + "open_issues": 3155, + "watchers": 39535, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13776, + "subscribers_count": 2611 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-02T15:53:59Z", + "pushed_at": "2018-08-02T15:53:45Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255284, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 655, + "mirror_url": null, + "archived": false, + "open_issues_count": 603, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 655, + "open_issues": 603, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 655, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-02T16:06:19Z", + "pushed_at": "2018-08-02T16:09:02Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 38000, + "stargazers_count": 3697, + "watchers_count": 3697, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 17, + "watchers": 3697, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-02T13:46:41Z", + "pushed_at": "2018-08-02T13:46:30Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 379051, + "stargazers_count": 3792, + "watchers_count": 3792, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 23, + "watchers": 3792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 422 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-02T14:15:44Z", + "pushed_at": "2018-08-02T16:02:03Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109738, + "stargazers_count": 3739, + "watchers_count": 3739, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 402, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 402, + "watchers": 3739, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 258 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-02T14:05:52Z", + "pushed_at": "2018-08-02T10:38:49Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38569, + "stargazers_count": 9207, + "watchers_count": 9207, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 918, + "mirror_url": null, + "archived": false, + "open_issues_count": 2313, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 918, + "open_issues": 2313, + "watchers": 9207, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 918, + "subscribers_count": 577 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-01T08:19:37Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 552, + "watchers_count": 552, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 42, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 42, + "watchers": 552, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-02T10:34:43Z", + "pushed_at": "2018-07-30T19:52:23Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4837, + "stargazers_count": 3351, + "watchers_count": 3351, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 16, + "watchers": 3351, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 116 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-01T20:39:13Z", + "pushed_at": "2018-08-02T14:59:54Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118770, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 38, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-02T02:06:43Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-02T15:34:38Z", + "pushed_at": "2018-06-13T06:09:53Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 30840, + "stargazers_count": 6771, + "watchers_count": 6771, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 494, + "mirror_url": null, + "archived": false, + "open_issues_count": 421, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 494, + "open_issues": 421, + "watchers": 6771, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 494, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-02T07:08:22Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1253, + "watchers_count": 1253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-02T12:53:25Z", + "pushed_at": "2018-08-02T12:53:22Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58149, + "stargazers_count": 2822, + "watchers_count": 2822, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 181, + "watchers": 2822, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-02T15:30:06Z", + "pushed_at": "2018-08-02T08:59:09Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3896, + "stargazers_count": 2245, + "watchers_count": 2245, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 231, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 231, + "open_issues": 275, + "watchers": 2245, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 231, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-02T16:04:48Z", + "pushed_at": "2018-07-27T05:27:22Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4930, + "watchers_count": 4930, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 146, + "watchers": 4930, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 210 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-01T22:01:24Z", + "pushed_at": "2018-08-01T22:01:22Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 313, + "stargazers_count": 3158, + "watchers_count": 3158, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 397, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 397, + "open_issues": 46, + "watchers": 3158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 397, + "subscribers_count": 93 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-02T16:04:58Z", + "pushed_at": "2018-08-02T16:07:02Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30887, + "stargazers_count": 16721, + "watchers_count": 16721, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1670, + "mirror_url": null, + "archived": false, + "open_issues_count": 271, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1670, + "open_issues": 271, + "watchers": 16721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1670, + "subscribers_count": 581 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-07-08T20:45:03Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 295, + "watchers_count": 295, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 295, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-01T20:10:08Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 125, + "watchers_count": 125, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-02T14:06:12Z", + "pushed_at": "2018-07-27T09:49:46Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3930, + "watchers_count": 3930, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 502, + "mirror_url": null, + "archived": false, + "open_issues_count": 90, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 502, + "open_issues": 90, + "watchers": 3930, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 502, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-02T15:36:17Z", + "pushed_at": "2018-08-02T15:36:15Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1065, + "stargazers_count": 386, + "watchers_count": 386, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 40, + "open_issues": 1, + "watchers": 386, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-02T12:38:07Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3931, + "watchers_count": 3931, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 363, + "open_issues": 18, + "watchers": 3931, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-30T06:15:14Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 10, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-01T05:57:34Z", + "pushed_at": "2018-08-01T18:18:51Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1450, + "watchers_count": 1450, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 182, + "watchers": 1450, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 117 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-02T08:15:32Z", + "pushed_at": "2018-08-01T17:03:11Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23575, + "stargazers_count": 336, + "watchers_count": 336, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 127, + "watchers": 336, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-02T13:05:32Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 892, + "watchers_count": 892, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 44, + "watchers": 892, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-02T16:19:04Z", + "pushed_at": "2018-08-02T15:07:23Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19545, + "watchers_count": 19545, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3899, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3899, + "open_issues": 275, + "watchers": 19545, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3899, + "subscribers_count": 1119 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-02T16:15:58Z", + "pushed_at": "2018-08-02T14:38:10Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42635, + "stargazers_count": 10331, + "watchers_count": 10331, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1440, + "mirror_url": null, + "archived": false, + "open_issues_count": 844, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1440, + "open_issues": 844, + "watchers": 10331, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1440, + "subscribers_count": 668 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-02T13:09:44Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3740, + "watchers_count": 3740, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 747, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 747, + "open_issues": 225, + "watchers": 3740, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 747, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-02T05:14:25Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1013, + "watchers_count": 1013, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1013, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-07-31T06:45:36Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 732, + "watchers_count": 732, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 732, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-02T07:37:01Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1286, + "watchers_count": 1286, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 204, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 204, + "watchers": 1286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 94 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-02T09:21:36Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-01T15:18:26Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 479, + "watchers_count": 479, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 36, + "watchers": 479, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 16, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-02T02:35:56Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 96, + "watchers_count": 96, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-02T10:34:38Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7248, + "watchers_count": 7248, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7248, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 6, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-07-19T14:28:04Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 752, + "watchers_count": 752, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 35, + "open_issues": 10, + "watchers": 752, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 35, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-02T07:36:04Z", + "pushed_at": "2018-08-02T09:49:10Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 346, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-02T14:27:22Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4923, + "watchers_count": 4923, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4923, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-02T15:16:15Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1185, + "watchers_count": 1185, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1185, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-02T10:05:49Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1195, + "watchers_count": 1195, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1195, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-01T18:06:28Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2001, + "watchers_count": 2001, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2001, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-02T11:47:44Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 658, + "watchers_count": 658, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 658, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-02T05:38:26Z", + "pushed_at": "2018-08-02T05:38:26Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1687, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-01T15:18:22Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 791, + "watchers_count": 791, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-02T13:49:50Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2256, + "watchers_count": 2256, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2256, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 99 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-02T10:11:11Z", + "pushed_at": "2018-08-02T10:11:09Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4548, + "stargazers_count": 12, + "watchers_count": 12, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-02T06:17:00Z", + "pushed_at": "2018-08-01T22:12:41Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56616, + "stargazers_count": 2818, + "watchers_count": 2818, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 36, + "watchers": 2818, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-02T15:02:37Z", + "pushed_at": "2018-08-02T15:41:29Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17507, + "stargazers_count": 8808, + "watchers_count": 8808, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 855, + "mirror_url": null, + "archived": false, + "open_issues_count": 338, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 855, + "open_issues": 338, + "watchers": 8808, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 855, + "subscribers_count": 369 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-02T13:19:24Z", + "pushed_at": "2018-08-02T15:32:05Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36600, + "stargazers_count": 1965, + "watchers_count": 1965, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 378, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 378, + "open_issues": 127, + "watchers": 1965, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 378, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-07-25T11:47:04Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-01T15:18:41Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1756, + "watchers_count": 1756, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-07-29T17:19:19Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 153, + "watchers_count": 153, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-02T09:19:43Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2908, + "watchers_count": 2908, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 380, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 380, + "open_issues": 80, + "watchers": 2908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 380, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-02T09:47:29Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 1999, + "watchers_count": 1999, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 1999, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-02T13:56:49Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2300, + "watchers_count": 2300, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 80 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-02T03:49:46Z", + "pushed_at": "2018-08-02T15:01:35Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8488, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-02T16:14:25Z", + "pushed_at": "2018-07-19T00:16:17Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17783, + "stargazers_count": 6242, + "watchers_count": 6242, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 796, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 796, + "open_issues": 21, + "watchers": 6242, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 796, + "subscribers_count": 332 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-02T09:12:45Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 436, + "watchers_count": 436, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-01T23:52:42Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 432, + "watchers_count": 432, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-02T14:52:55Z", + "pushed_at": "2018-08-02T16:19:11Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16525, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 41, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 58 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-02T01:16:20Z", + "pushed_at": "2018-08-02T09:38:29Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1759, + "watchers_count": 1759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 70 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-02T14:10:50Z", + "pushed_at": "2018-08-02T08:23:57Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36446, + "stargazers_count": 1569, + "watchers_count": 1569, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1569, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-02T04:10:19Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1690, + "watchers_count": 1690, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-02T13:00:39Z", + "pushed_at": "2018-08-02T00:27:20Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15330, + "stargazers_count": 1821, + "watchers_count": 1821, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 28, + "watchers": 1821, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 82 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-01T15:25:27Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 342, + "watchers_count": 342, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 342, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-02T11:04:18Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6656, + "watchers_count": 6656, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1090, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1090, + "open_issues": 7, + "watchers": 6656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1090, + "subscribers_count": 357 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 415, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 415, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 415, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-02T05:51:27Z", + "pushed_at": "2018-08-02T01:46:38Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162177, + "stargazers_count": 979, + "watchers_count": 979, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 979, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-07-27T00:13:50Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 302, + "watchers_count": 302, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-02T10:20:55Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1097, + "watchers_count": 1097, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 23, + "watchers": 1097, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-07-31T13:35:24Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 448, + "watchers_count": 448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-08-02T15:35:24Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-07-15T19:56:04Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 633, + "watchers_count": 633, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 633, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 74, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 74, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 74, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-01T09:57:50Z", + "pushed_at": "2018-08-02T14:25:42Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15141, + "stargazers_count": 921, + "watchers_count": 921, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 368, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 368, + "open_issues": 280, + "watchers": 921, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 368, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-02T08:17:19Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 591, + "watchers_count": 591, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 151, + "open_issues": 36, + "watchers": 591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 151, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-02T14:40:04Z", + "pushed_at": "2018-08-01T08:39:49Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 900, + "watchers_count": 900, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 78, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 158, + "open_issues": 78, + "watchers": 900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 158, + "subscribers_count": 106 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-01T22:39:26Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1900, + "watchers_count": 1900, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 46, + "watchers": 1900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-07-31T09:33:53Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1324, + "watchers_count": 1324, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 34, + "watchers": 1324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-07-31T12:45:30Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 521, + "watchers_count": 521, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 521, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-02T07:19:12Z", + "pushed_at": "2018-08-02T02:16:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48355, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 15, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-08-01T19:43:00Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-02T15:03:04Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15150, + "watchers_count": 15150, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1575, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1575, + "open_issues": 116, + "watchers": 15150, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1575, + "subscribers_count": 553 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-02T09:00:53Z", + "pushed_at": "2018-08-01T23:12:52Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4504, + "stargazers_count": 415, + "watchers_count": 415, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 63, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 63, + "watchers": 415, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 67 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-02T09:31:29Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2446, + "watchers_count": 2446, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 182, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 182, + "open_issues": 85, + "watchers": 2446, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 182, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-07-31T04:30:56Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 588, + "watchers_count": 588, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-02T09:32:44Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7501, + "watchers_count": 7501, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1036, + "mirror_url": null, + "archived": false, + "open_issues_count": 364, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1036, + "open_issues": 364, + "watchers": 7501, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1036, + "subscribers_count": 398 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-02T15:58:21Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1826, + "watchers_count": 1826, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1826, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-01T15:13:50Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-01T16:21:02Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1439, + "watchers_count": 1439, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-02T09:38:57Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1917, + "watchers_count": 1917, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-02T15:11:51Z", + "pushed_at": "2018-08-02T14:45:16Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 889, + "watchers_count": 889, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 144, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 171, + "open_issues": 144, + "watchers": 889, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-02T16:07:01Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1448, + "watchers_count": 1448, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 76, + "open_issues": 61, + "watchers": 1448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 57 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-30T18:04:31Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 985, + "watchers_count": 985, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 66, + "open_issues": 9, + "watchers": 985, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 35 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-02T14:47:41Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4358, + "watchers_count": 4358, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 403, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 403, + "open_issues": 54, + "watchers": 4358, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 403, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-02T15:24:05Z", + "pushed_at": "2018-08-02T15:23:59Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62380, + "stargazers_count": 3387, + "watchers_count": 3387, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 643, + "mirror_url": null, + "archived": false, + "open_issues_count": 413, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 643, + "open_issues": 413, + "watchers": 3387, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 643, + "subscribers_count": 226 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-02T14:06:00Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2507, + "watchers_count": 2507, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 165, + "open_issues": 19, + "watchers": 2507, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-01T19:53:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2300, + "watchers_count": 2300, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 111 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-02T15:37:29Z", + "pushed_at": "2018-08-02T11:05:41Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22272, + "stargazers_count": 10980, + "watchers_count": 10980, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 787, + "mirror_url": null, + "archived": false, + "open_issues_count": 104, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 787, + "open_issues": 104, + "watchers": 10980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 787, + "subscribers_count": 425 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-01T12:51:13Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 300, + "watchers_count": 300, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-02T08:08:55Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 761, + "watchers_count": 761, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 21, + "watchers": 761, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 51 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-02T12:24:29Z", + "pushed_at": "2018-06-24T09:27:38Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2430, + "watchers_count": 2430, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 177, + "open_issues": 84, + "watchers": 2430, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-02T07:28:29Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 939, + "watchers_count": 939, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 939, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-07-25T01:28:03Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 864, + "watchers_count": 864, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 864, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-07-24T18:38:02Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 696, + "watchers_count": 696, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-07-31T14:57:15Z", + "pushed_at": "2018-08-02T08:58:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1906, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-02T15:49:46Z", + "pushed_at": "2018-08-02T15:49:40Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068742, + "stargazers_count": 3028, + "watchers_count": 3028, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 361, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 361, + "open_issues": 45, + "watchers": 3028, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 361, + "subscribers_count": 328 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-02T08:25:45Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 714, + "watchers_count": 714, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 714, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-02T15:19:22Z", + "pushed_at": "2018-08-02T05:47:51Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3221, + "watchers_count": 3221, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 3, + "watchers": 3221, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 241 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-02T14:02:43Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 567, + "watchers_count": 567, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 567, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-02T16:08:29Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24970, + "watchers_count": 24970, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2038, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2038, + "open_issues": 71, + "watchers": 24970, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2038, + "subscribers_count": 1139 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-02T12:46:09Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6946, + "watchers_count": 6946, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6946, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-02T16:01:23Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17469, + "watchers_count": 17469, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2847, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2847, + "open_issues": 218, + "watchers": 17469, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-02T16:01:23Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17469, + "watchers_count": 17469, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2847, + "mirror_url": null, + "archived": false, + "open_issues_count": 218, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2847, + "open_issues": 218, + "watchers": 17469, + "default_branch": "master" + }, + "network_count": 2847, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-02T01:20:48Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7236, + "watchers_count": 7236, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7236, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-07-31T10:19:44Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 612, + "watchers_count": 612, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 95, + "open_issues": 1, + "watchers": 612, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-31T06:46:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 491, + "watchers_count": 491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-02T15:43:59Z", + "pushed_at": "2018-08-02T13:21:26Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6355, + "stargazers_count": 2912, + "watchers_count": 2912, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1021, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1021, + "open_issues": 43, + "watchers": 2912, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1021, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-02T10:31:42Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4608, + "watchers_count": 4608, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 69, + "watchers": 4608, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 145 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-07-28T20:39:14Z", + "pushed_at": "2018-07-25T23:34:48Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37843, + "stargazers_count": 716, + "watchers_count": 716, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 716, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-02T13:38:23Z", + "pushed_at": "2018-08-01T23:55:03Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4080, + "watchers_count": 4080, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1359, + "mirror_url": null, + "archived": false, + "open_issues_count": 413, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1359, + "open_issues": 413, + "watchers": 4080, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1359, + "subscribers_count": 284 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-02T13:55:27Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13953, + "watchers_count": 13953, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2407, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2407, + "open_issues": 5, + "watchers": 13953, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2407, + "subscribers_count": 676 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-02T14:16:07Z", + "pushed_at": "2018-08-01T11:40:23Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5823, + "stargazers_count": 15963, + "watchers_count": 15963, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1344, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1344, + "open_issues": 26, + "watchers": 15963, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1344, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-02T15:44:15Z", + "pushed_at": "2018-08-02T15:47:48Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14196, + "stargazers_count": 1350, + "watchers_count": 1350, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 527, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 367, + "open_issues": 527, + "watchers": 1350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-02T11:04:18Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6656, + "watchers_count": 6656, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1090, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1090, + "open_issues": 7, + "watchers": 6656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1090, + "subscribers_count": 357 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-01T22:37:01Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1791, + "watchers_count": 1791, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 1, + "watchers": 1791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 113 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-02T15:00:28Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8636, + "watchers_count": 8636, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1680, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1680, + "open_issues": 443, + "watchers": 8636, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1680, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-02T11:55:35Z", + "pushed_at": "2018-08-02T10:38:10Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18427, + "stargazers_count": 5187, + "watchers_count": 5187, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 369, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 369, + "watchers": 5187, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-08-03T16.20.24-fetched_repo_data.json b/data/2018-08-03T16.20.24-fetched_repo_data.json new file mode 100644 index 0000000..e82c7da --- /dev/null +++ b/data/2018-08-03T16.20.24-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-03T15:44:25Z", + "pushed_at": "2018-08-03T04:42:41Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90023, + "watchers_count": 90023, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11904, + "mirror_url": null, + "archived": false, + "open_issues_count": 168, + "license": null, + "forks": 11904, + "open_issues": 168, + "watchers": 90023, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11904, + "subscribers_count": 5602 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-03T14:05:28Z", + "pushed_at": "2018-08-02T16:21:06Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2803, + "stargazers_count": 11942, + "watchers_count": 11942, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1346, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1346, + "open_issues": 5, + "watchers": 11942, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1346, + "subscribers_count": 640 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-03T16:07:49Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 506, + "watchers_count": 506, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 9, + "watchers": 506, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-01T20:14:44Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2754, + "watchers_count": 2754, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-01T16:52:08Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2498, + "watchers_count": 2498, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-03T15:45:02Z", + "pushed_at": "2018-08-03T15:51:30Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137424, + "stargazers_count": 49787, + "watchers_count": 49787, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14539, + "mirror_url": null, + "archived": false, + "open_issues_count": 3286, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14539, + "open_issues": 3286, + "watchers": 49787, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14539, + "subscribers_count": 3341 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-03T14:52:57Z", + "pushed_at": "2018-08-02T22:23:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10628, + "stargazers_count": 13398, + "watchers_count": 13398, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2049, + "mirror_url": null, + "archived": false, + "open_issues_count": 589, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2049, + "open_issues": 589, + "watchers": 13398, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2049, + "subscribers_count": 621 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-03T13:27:15Z", + "pushed_at": "2018-08-03T12:11:52Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4811, + "watchers_count": 4811, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1365, + "mirror_url": null, + "archived": false, + "open_issues_count": 870, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1365, + "open_issues": 870, + "watchers": 4811, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1365, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-02T09:46:30Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5217, + "watchers_count": 5217, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 280, + "watchers": 5217, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-03T13:48:17Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5080, + "watchers_count": 5080, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 420, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 420, + "open_issues": 9, + "watchers": 5080, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 420, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-03T10:33:48Z", + "pushed_at": "2018-08-01T07:25:48Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 366, + "stargazers_count": 152, + "watchers_count": 152, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-31T23:19:58Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 25, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-03T03:29:22Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 58, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 65, + "open_issues": 58, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Gitkube: Build and deploy docker images to Kubernetes using git push.", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-03T07:07:50Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2025, + "watchers_count": 2025, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2025, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 68 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-02T16:07:18Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 589, + "watchers_count": 589, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-08-01T06:33:21Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98079, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-03T13:41:26Z", + "pushed_at": "2018-08-03T00:27:35Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7758, + "watchers_count": 7758, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1124, + "mirror_url": null, + "archived": false, + "open_issues_count": 287, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1124, + "open_issues": 287, + "watchers": 7758, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1124, + "subscribers_count": 377 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 24, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 24, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 24, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-03T16:16:16Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 11208, + "watchers_count": 11208, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 782, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 782, + "open_issues": 69, + "watchers": 11208, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 782, + "subscribers_count": 469 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-03T11:36:07Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 377, + "watchers_count": 377, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 25 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-03T13:32:43Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3339, + "watchers_count": 3339, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 571, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 571, + "open_issues": 81, + "watchers": 3339, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 571, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-02T14:06:52Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 311, + "watchers_count": 311, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 86, + "open_issues": 6, + "watchers": 311, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 86, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-03T10:18:42Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 748, + "watchers_count": 748, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 748, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-03T11:34:20Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3311, + "watchers_count": 3311, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 775, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 775, + "open_issues": 125, + "watchers": 3311, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 775, + "subscribers_count": 205 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-02T21:37:27Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 394, + "watchers_count": 394, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 394, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 62, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 62, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 62, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-31T10:01:46Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 722, + "watchers_count": 722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-03T12:02:48Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1937, + "watchers_count": 1937, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 219, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 219, + "open_issues": 29, + "watchers": 1937, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 219, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-01T14:28:05Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1368, + "watchers_count": 1368, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-03T16:18:09Z", + "pushed_at": "2018-08-03T16:09:42Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 796174, + "stargazers_count": 39579, + "watchers_count": 39579, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13792, + "mirror_url": null, + "archived": false, + "open_issues_count": 3149, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13792, + "open_issues": 3149, + "watchers": 39579, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13792, + "subscribers_count": 2616 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-03T13:28:53Z", + "pushed_at": "2018-08-03T14:35:46Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255276, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 654, + "mirror_url": null, + "archived": false, + "open_issues_count": 604, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 654, + "open_issues": 604, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 654, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-03T13:06:08Z", + "pushed_at": "2018-08-03T14:28:58Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37985, + "stargazers_count": 3699, + "watchers_count": 3699, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 16, + "watchers": 3699, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Mirror of Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-02T13:46:41Z", + "pushed_at": "2018-08-02T13:46:30Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": null, + "size": 379051, + "stargazers_count": 3792, + "watchers_count": 3792, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 23, + "watchers": 3792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 421 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-03T02:27:04Z", + "pushed_at": "2018-08-03T03:19:36Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109754, + "stargazers_count": 3742, + "watchers_count": 3742, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 731, + "mirror_url": null, + "archived": false, + "open_issues_count": 399, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 731, + "open_issues": 399, + "watchers": 3742, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 731, + "subscribers_count": 258 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 88 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-03T14:25:14Z", + "pushed_at": "2018-08-03T11:14:48Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38573, + "stargazers_count": 9214, + "watchers_count": 9214, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 919, + "mirror_url": null, + "archived": false, + "open_issues_count": 2318, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 919, + "open_issues": 2318, + "watchers": 9214, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 919, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-03T03:17:15Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 553, + "watchers_count": 553, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 43, + "watchers": 553, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 36 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-03T15:32:12Z", + "pushed_at": "2018-08-03T05:13:13Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4721, + "stargazers_count": 3354, + "watchers_count": 3354, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 17, + "watchers": 3354, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 116 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-02T16:52:41Z", + "pushed_at": "2018-08-02T17:02:24Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118767, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-02T02:06:43Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-02T15:34:38Z", + "pushed_at": "2018-08-02T21:13:48Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6771, + "watchers_count": 6771, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 422, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 422, + "watchers": 6771, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-03T11:15:05Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1254, + "watchers_count": 1254, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1254, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-03T09:23:24Z", + "pushed_at": "2018-08-02T19:34:43Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58115, + "stargazers_count": 2823, + "watchers_count": 2823, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 182, + "watchers": 2823, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-03T06:35:15Z", + "pushed_at": "2018-08-03T06:16:46Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3901, + "stargazers_count": 2246, + "watchers_count": 2246, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 231, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 231, + "open_issues": 275, + "watchers": 2246, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 231, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-03T13:23:43Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4933, + "watchers_count": 4933, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 147, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 147, + "watchers": 4933, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 210 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-03T15:01:04Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3161, + "watchers_count": 3161, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 397, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 397, + "open_issues": 46, + "watchers": 3161, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 397, + "subscribers_count": 93 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-03T16:03:20Z", + "pushed_at": "2018-08-03T15:52:04Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 31011, + "stargazers_count": 16748, + "watchers_count": 16748, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1674, + "mirror_url": null, + "archived": false, + "open_issues_count": 269, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1674, + "open_issues": 269, + "watchers": 16748, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1674, + "subscribers_count": 582 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-07-26T14:10:27Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 583, + "watchers_count": 583, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 583, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-01T20:10:08Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 125, + "watchers_count": 125, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-03T15:21:05Z", + "pushed_at": "2018-08-03T15:20:23Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3937, + "watchers_count": 3937, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 502, + "mirror_url": null, + "archived": false, + "open_issues_count": 91, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 502, + "open_issues": 91, + "watchers": 3937, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 502, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-03T15:03:41Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 390, + "watchers_count": 390, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 40, + "open_issues": 1, + "watchers": 390, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-03T15:59:46Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3938, + "watchers_count": 3938, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 363, + "open_issues": 18, + "watchers": 3938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 200 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-07-30T06:15:14Z", + "pushed_at": "2018-07-02T13:25:30Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3559, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 10, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-03T06:49:42Z", + "pushed_at": "2018-08-02T18:18:26Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1451, + "watchers_count": 1451, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 183, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 183, + "watchers": 1451, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 260, + "subscribers_count": 117 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-03T09:12:32Z", + "pushed_at": "2018-08-03T14:42:00Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23575, + "stargazers_count": 337, + "watchers_count": 337, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 122, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 122, + "open_issues": 129, + "watchers": 337, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 122, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-03T02:28:15Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 894, + "watchers_count": 894, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 44, + "watchers": 894, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-03T14:02:05Z", + "pushed_at": "2018-08-02T20:54:18Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19560, + "watchers_count": 19560, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3901, + "mirror_url": null, + "archived": false, + "open_issues_count": 274, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3901, + "open_issues": 274, + "watchers": 19560, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3901, + "subscribers_count": 1121 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-03T15:52:40Z", + "pushed_at": "2018-08-03T15:52:26Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42661, + "stargazers_count": 10423, + "watchers_count": 10423, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1450, + "mirror_url": null, + "archived": false, + "open_issues_count": 852, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1450, + "open_issues": 852, + "watchers": 10423, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1450, + "subscribers_count": 675 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-05-01T04:58:33Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 49, + "watchers_count": 49, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-03T14:19:11Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3741, + "watchers_count": 3741, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 750, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 750, + "open_issues": 225, + "watchers": 3741, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 750, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-03T10:34:06Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1014, + "watchers_count": 1014, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1014, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-03T00:39:58Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1285, + "watchers_count": 1285, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 205, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 205, + "watchers": 1285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-02T09:21:36Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-03T12:17:10Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 480, + "watchers_count": 480, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 480, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-02T02:35:56Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 96, + "watchers_count": 96, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-03T13:57:25Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7250, + "watchers_count": 7250, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7250, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 8, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-02T07:36:04Z", + "pushed_at": "2018-08-02T09:49:10Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 346, + "stargazers_count": 271, + "watchers_count": 271, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 271, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-03T09:52:30Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4922, + "watchers_count": 4922, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 297, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 297, + "open_issues": 13, + "watchers": 4922, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 297, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-03T13:26:10Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1191, + "watchers_count": 1191, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1191, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-02T10:05:49Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1195, + "watchers_count": 1195, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1195, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-03T01:45:16Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2002, + "watchers_count": 2002, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2002, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-03T07:48:29Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 662, + "watchers_count": 662, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 662, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-02T05:38:26Z", + "pushed_at": "2018-08-02T05:38:26Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1687, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-01T15:18:22Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 791, + "watchers_count": 791, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-03T09:32:19Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2257, + "watchers_count": 2257, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2257, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 99 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-03T08:54:13Z", + "pushed_at": "2018-08-02T10:11:09Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4548, + "stargazers_count": 13, + "watchers_count": 13, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-03T12:27:26Z", + "pushed_at": "2018-08-01T22:12:41Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56616, + "stargazers_count": 2820, + "watchers_count": 2820, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 37, + "watchers": 2820, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-03T15:17:11Z", + "pushed_at": "2018-08-03T16:05:26Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17517, + "stargazers_count": 8820, + "watchers_count": 8820, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 857, + "mirror_url": null, + "archived": false, + "open_issues_count": 343, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 857, + "open_issues": 343, + "watchers": 8820, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 857, + "subscribers_count": 368 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-03T14:56:36Z", + "pushed_at": "2018-08-03T16:09:26Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36602, + "stargazers_count": 1967, + "watchers_count": 1967, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 378, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 378, + "open_issues": 126, + "watchers": 1967, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 378, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-03T04:31:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-01T15:18:41Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1756, + "watchers_count": 1756, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-03T04:59:12Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-07-25T10:51:53Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 12, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-03T02:28:39Z", + "pushed_at": "2018-05-30T21:19:54Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2909, + "watchers_count": 2909, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 381, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 381, + "open_issues": 80, + "watchers": 2909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 381, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-03T00:00:22Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2001, + "watchers_count": 2001, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2001, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-03T05:59:03Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2302, + "watchers_count": 2302, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 80 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-02T03:49:46Z", + "pushed_at": "2018-08-03T15:28:57Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8488, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 9, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-03T10:15:31Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6248, + "watchers_count": 6248, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 797, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 797, + "open_issues": 23, + "watchers": 6248, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 797, + "subscribers_count": 331 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-02T09:12:45Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 436, + "watchers_count": 436, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 436, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-03T08:56:38Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 433, + "watchers_count": 433, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-03T15:39:01Z", + "pushed_at": "2018-08-03T14:30:57Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16544, + "stargazers_count": 848, + "watchers_count": 848, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 31, + "watchers": 848, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-02T01:16:20Z", + "pushed_at": "2018-08-02T09:38:29Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1759, + "watchers_count": 1759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-03-07T15:21:54Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 11 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-03T09:37:45Z", + "pushed_at": "2018-08-02T08:23:57Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36446, + "stargazers_count": 1572, + "watchers_count": 1572, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-03T09:17:58Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1692, + "watchers_count": 1692, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-03T09:58:10Z", + "pushed_at": "2018-08-03T13:41:54Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15334, + "stargazers_count": 1828, + "watchers_count": 1828, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 29, + "watchers": 1828, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 81 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-03T14:01:28Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-03T09:41:26Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6666, + "watchers_count": 6666, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1090, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1090, + "open_issues": 7, + "watchers": 6666, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1090, + "subscribers_count": 359 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 415, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 415, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 415, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-03T03:56:18Z", + "pushed_at": "2018-08-02T01:46:38Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162177, + "stargazers_count": 980, + "watchers_count": 980, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 274, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 274, + "open_issues": 33, + "watchers": 980, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 274, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-03T16:11:28Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 303, + "watchers_count": 303, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-03T09:41:46Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1099, + "watchers_count": 1099, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 24, + "watchers": 1099, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-03T00:40:12Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 447, + "watchers_count": 447, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 447, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-08-02T15:35:24Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-03T08:52:04Z", + "pushed_at": "2018-08-02T19:23:10Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15142, + "stargazers_count": 923, + "watchers_count": 923, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 369, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 369, + "open_issues": 280, + "watchers": 923, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 369, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-02T08:17:19Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 591, + "watchers_count": 591, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-02T14:40:04Z", + "pushed_at": "2018-08-01T08:39:49Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 900, + "watchers_count": 900, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 158, + "open_issues": 77, + "watchers": 900, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 158, + "subscribers_count": 106 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-03T14:40:25Z", + "pushed_at": "2018-07-12T11:55:22Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1901, + "watchers_count": 1901, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 300, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 300, + "open_issues": 46, + "watchers": 1901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 300, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-03T09:21:58Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1325, + "watchers_count": 1325, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 34, + "watchers": 1325, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-03T03:46:45Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 522, + "watchers_count": 522, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 522, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-02T23:27:50Z", + "pushed_at": "2018-08-02T02:16:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48355, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 14, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-08-01T19:43:00Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-03T15:25:31Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15157, + "watchers_count": 15157, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1574, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1574, + "open_issues": 116, + "watchers": 15157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1574, + "subscribers_count": 553 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-03T15:43:52Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 419, + "watchers_count": 419, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 63, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 63, + "watchers": 419, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 68 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-03T14:07:40Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2452, + "watchers_count": 2452, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 183, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 183, + "open_issues": 86, + "watchers": 2452, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 183, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-02T21:54:58Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 589, + "watchers_count": 589, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-03T11:15:35Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7502, + "watchers_count": 7502, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1036, + "mirror_url": null, + "archived": false, + "open_issues_count": 365, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1036, + "open_issues": 365, + "watchers": 7502, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1036, + "subscribers_count": 398 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-02T23:02:26Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1828, + "watchers_count": 1828, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1828, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-01T15:13:50Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 38, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-01T16:21:02Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1439, + "watchers_count": 1439, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-03T13:49:05Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1917, + "watchers_count": 1917, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1917, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-05-12T02:30:23Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 77, + "watchers_count": 77, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 77, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-03T13:27:25Z", + "pushed_at": "2018-08-02T14:45:16Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 891, + "watchers_count": 891, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 145, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 171, + "open_issues": 145, + "watchers": 891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 64 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-03T14:57:13Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1455, + "watchers_count": 1455, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 76, + "open_issues": 61, + "watchers": 1455, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 58 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-07-30T18:04:31Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 985, + "watchers_count": 985, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 67, + "open_issues": 9, + "watchers": 985, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 67, + "subscribers_count": 35 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-03T15:01:29Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4360, + "watchers_count": 4360, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 404, + "open_issues": 54, + "watchers": 4360, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 108 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator/amp", + "owner": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator/amp", + "forks_url": "https://api.github.com/repos/appcelerator/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-06-18T19:16:48Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator/amp.git", + "ssh_url": "git@github.com:appcelerator/amp.git", + "clone_url": "https://github.com/appcelerator/amp.git", + "svn_url": "https://github.com/appcelerator/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator", + "id": 82188, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMTg4", + "avatar_url": "https://avatars3.githubusercontent.com/u/82188?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator", + "html_url": "https://github.com/appcelerator", + "followers_url": "https://api.github.com/users/appcelerator/followers", + "following_url": "https://api.github.com/users/appcelerator/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator/orgs", + "repos_url": "https://api.github.com/users/appcelerator/repos", + "events_url": "https://api.github.com/users/appcelerator/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-03T13:07:51Z", + "pushed_at": "2018-08-03T14:44:22Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62421, + "stargazers_count": 3390, + "watchers_count": 3390, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 642, + "mirror_url": null, + "archived": false, + "open_issues_count": 414, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 642, + "open_issues": 414, + "watchers": 3390, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 642, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-03T11:13:33Z", + "pushed_at": "2018-07-09T19:27:39Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2515, + "watchers_count": 2515, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 165, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 165, + "open_issues": 19, + "watchers": 2515, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 165, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-03T08:28:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2301, + "watchers_count": 2301, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-03T13:58:47Z", + "pushed_at": "2018-08-02T17:47:37Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22282, + "stargazers_count": 10993, + "watchers_count": 10993, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 788, + "mirror_url": null, + "archived": false, + "open_issues_count": 103, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 788, + "open_issues": 103, + "watchers": 10993, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 788, + "subscribers_count": 423 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-01T12:51:13Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 300, + "watchers_count": 300, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-03T15:49:33Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 762, + "watchers_count": 762, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 762, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-03T09:36:15Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 178, + "open_issues": 86, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-03T06:23:21Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 940, + "watchers_count": 940, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-03T15:14:48Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 35 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-02T23:56:34Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-02T17:13:02Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 346, + "watchers_count": 346, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 346, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-03T15:25:50Z", + "pushed_at": "2018-08-03T15:25:47Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069209, + "stargazers_count": 3036, + "watchers_count": 3036, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 358, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 358, + "open_issues": 45, + "watchers": 3036, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 358, + "subscribers_count": 330 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 72 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-03T15:38:18Z", + "pushed_at": "2018-08-02T05:47:51Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3226, + "watchers_count": 3226, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 3, + "watchers": 3226, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 241 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-03T09:14:01Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 569, + "watchers_count": 569, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 569, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-03T14:46:55Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24984, + "watchers_count": 24984, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2040, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2040, + "open_issues": 71, + "watchers": 24984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2040, + "subscribers_count": 1140 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-03T14:46:54Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6949, + "watchers_count": 6949, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6949, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-03T14:18:51Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17469, + "watchers_count": 17469, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17469, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-03T14:18:51Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17469, + "watchers_count": 17469, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17469, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-02T01:20:48Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7236, + "watchers_count": 7236, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7236, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-02T16:29:57Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 613, + "watchers_count": 613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-07-31T06:46:31Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 491, + "watchers_count": 491, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 491, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-03T11:00:17Z", + "pushed_at": "2018-08-03T14:40:31Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6400, + "stargazers_count": 2913, + "watchers_count": 2913, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1022, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1022, + "open_issues": 41, + "watchers": 2913, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1022, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-03T10:43:26Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4611, + "watchers_count": 4611, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 69, + "watchers": 4611, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 145 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-03T06:42:51Z", + "pushed_at": "2018-08-03T04:10:56Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37848, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-03T07:16:21Z", + "pushed_at": "2018-08-03T06:14:18Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4084, + "watchers_count": 4084, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1359, + "mirror_url": null, + "archived": false, + "open_issues_count": 414, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1359, + "open_issues": 414, + "watchers": 4084, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1359, + "subscribers_count": 285 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-03T16:14:33Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13962, + "watchers_count": 13962, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2408, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2408, + "open_issues": 5, + "watchers": 13962, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2408, + "subscribers_count": 678 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-03T15:22:25Z", + "pushed_at": "2018-08-01T11:40:23Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5823, + "stargazers_count": 15969, + "watchers_count": 15969, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1348, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1348, + "open_issues": 26, + "watchers": 15969, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1348, + "subscribers_count": 392 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-03T14:38:51Z", + "pushed_at": "2018-08-03T14:46:15Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14433, + "stargazers_count": 1350, + "watchers_count": 1350, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 521, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 367, + "open_issues": 521, + "watchers": 1350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-03T09:41:26Z", + "pushed_at": "2018-07-29T15:49:14Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73376, + "stargazers_count": 6666, + "watchers_count": 6666, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1090, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1090, + "open_issues": 7, + "watchers": 6666, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1090, + "subscribers_count": 359 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-03T06:02:22Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1792, + "watchers_count": 1792, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 113 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-03T15:57:15Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8645, + "watchers_count": 8645, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1680, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1680, + "open_issues": 443, + "watchers": 8645, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1680, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-03T13:17:17Z", + "pushed_at": "2018-08-03T15:18:12Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18618, + "stargazers_count": 5188, + "watchers_count": 5188, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 370, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 370, + "watchers": 5188, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 255 + } +] diff --git a/data/2018-08-04T16.20.50-fetched_repo_data.json b/data/2018-08-04T16.20.50-fetched_repo_data.json new file mode 100644 index 0000000..cc0494c --- /dev/null +++ b/data/2018-08-04T16.20.50-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-04T15:40:45Z", + "pushed_at": "2018-08-04T15:46:33Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90063, + "watchers_count": 90063, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11912, + "mirror_url": null, + "archived": false, + "open_issues_count": 169, + "license": null, + "forks": 11912, + "open_issues": 169, + "watchers": 90063, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11912, + "subscribers_count": 5603 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-04T14:02:07Z", + "pushed_at": "2018-08-03T16:22:10Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 2948, + "stargazers_count": 11947, + "watchers_count": 11947, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1348, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1348, + "open_issues": 5, + "watchers": 11947, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1348, + "subscribers_count": 639 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-03T16:07:49Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 506, + "watchers_count": 506, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 9, + "watchers": 506, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-01T20:14:44Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2754, + "watchers_count": 2754, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-04T00:36:28Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2499, + "watchers_count": 2499, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-04T15:21:53Z", + "pushed_at": "2018-08-04T06:43:27Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137461, + "stargazers_count": 49799, + "watchers_count": 49799, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14543, + "mirror_url": null, + "archived": false, + "open_issues_count": 3287, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14543, + "open_issues": 3287, + "watchers": 49799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14543, + "subscribers_count": 3343 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-04T14:50:45Z", + "pushed_at": "2018-08-02T22:23:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10628, + "stargazers_count": 13411, + "watchers_count": 13411, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2049, + "mirror_url": null, + "archived": false, + "open_issues_count": 589, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2049, + "open_issues": 589, + "watchers": 13411, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2049, + "subscribers_count": 622 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-04T16:03:34Z", + "pushed_at": "2018-08-03T12:11:52Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4815, + "watchers_count": 4815, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1365, + "mirror_url": null, + "archived": false, + "open_issues_count": 870, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1365, + "open_issues": 870, + "watchers": 4815, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1365, + "subscribers_count": 302 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-04T15:10:21Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5218, + "watchers_count": 5218, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 280, + "watchers": 5218, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-04T05:09:53Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5081, + "watchers_count": 5081, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 420, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 420, + "open_issues": 9, + "watchers": 5081, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 420, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-04T11:46:40Z", + "pushed_at": "2018-08-04T01:14:00Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 368, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 38 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-07-31T23:19:58Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 25, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-03T03:29:22Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 57, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Build and deploy docker images to Kubernetes using git push", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-04T05:41:53Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2027, + "watchers_count": 2027, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2027, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 68 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-02T16:07:18Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 589, + "watchers_count": 589, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-08-03T19:20:05Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98183, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-04T10:33:41Z", + "pushed_at": "2018-08-04T04:49:00Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7761, + "watchers_count": 7761, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1124, + "mirror_url": null, + "archived": false, + "open_issues_count": 288, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1124, + "open_issues": 288, + "watchers": 7761, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1124, + "subscribers_count": 378 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 25, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 25, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-04T15:59:55Z", + "pushed_at": "2018-07-30T11:47:59Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26186, + "stargazers_count": 11237, + "watchers_count": 11237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 784, + "mirror_url": null, + "archived": false, + "open_issues_count": 70, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 784, + "open_issues": 70, + "watchers": 11237, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 784, + "subscribers_count": 469 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-03T11:36:07Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 377, + "watchers_count": 377, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 24 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-04T15:33:16Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3341, + "watchers_count": 3341, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 571, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 571, + "open_issues": 81, + "watchers": 3341, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 571, + "subscribers_count": 104 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-02T14:06:52Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 311, + "watchers_count": 311, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 86, + "open_issues": 6, + "watchers": 311, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 86, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-03T10:18:42Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 748, + "watchers_count": 748, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 748, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-04T15:41:22Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3314, + "watchers_count": 3314, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 775, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 775, + "open_issues": 125, + "watchers": 3314, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 775, + "subscribers_count": 206 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-04T02:47:19Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 398, + "watchers_count": 398, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 398, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 63, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-07-31T10:01:46Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 722, + "watchers_count": 722, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 722, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-07-19T10:18:13Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 166, + "watchers_count": 166, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 6, + "watchers": 166, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-03T12:02:48Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1937, + "watchers_count": 1937, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 220, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 220, + "open_issues": 29, + "watchers": 1937, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 220, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-01T14:28:05Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1368, + "watchers_count": 1368, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1368, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-04T15:52:26Z", + "pushed_at": "2018-08-04T12:52:29Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 796219, + "stargazers_count": 39607, + "watchers_count": 39607, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13801, + "mirror_url": null, + "archived": false, + "open_issues_count": 3125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13801, + "open_issues": 3125, + "watchers": 39607, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13801, + "subscribers_count": 2616 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-03T20:18:48Z", + "pushed_at": "2018-08-04T00:24:25Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255367, + "stargazers_count": 684, + "watchers_count": 684, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 653, + "mirror_url": null, + "archived": false, + "open_issues_count": 602, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 653, + "open_issues": 602, + "watchers": 684, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 653, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-04T01:56:27Z", + "pushed_at": "2018-08-04T01:56:21Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37985, + "stargazers_count": 3699, + "watchers_count": 3699, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 16, + "watchers": 3699, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-03T23:36:29Z", + "pushed_at": "2018-08-03T23:36:24Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": "", + "size": 379266, + "stargazers_count": 3792, + "watchers_count": 3792, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 19, + "watchers": 3792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 424 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-04T13:14:53Z", + "pushed_at": "2018-08-03T23:52:31Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109790, + "stargazers_count": 3744, + "watchers_count": 3744, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 393, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 393, + "watchers": 3744, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 87 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-04T15:01:49Z", + "pushed_at": "2018-08-04T13:16:36Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38582, + "stargazers_count": 9224, + "watchers_count": 9224, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 919, + "mirror_url": null, + "archived": false, + "open_issues_count": 2325, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 919, + "open_issues": 2325, + "watchers": 9224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 919, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-03T03:17:15Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 553, + "watchers_count": 553, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 43, + "watchers": 553, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 35 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-04T01:33:59Z", + "pushed_at": "2018-08-03T05:13:13Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4721, + "stargazers_count": 3357, + "watchers_count": 3357, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 17, + "watchers": 3357, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 116 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-02T16:52:41Z", + "pushed_at": "2018-08-02T17:02:24Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118767, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-02T02:06:43Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 135 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-04T05:22:25Z", + "pushed_at": "2018-08-02T21:13:48Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6772, + "watchers_count": 6772, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 422, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 422, + "watchers": 6772, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-03T23:02:18Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1253, + "watchers_count": 1253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-03T17:54:34Z", + "pushed_at": "2018-08-04T11:11:54Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58118, + "stargazers_count": 2823, + "watchers_count": 2823, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 181, + "watchers": 2823, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-04T03:09:14Z", + "pushed_at": "2018-08-04T12:03:53Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3911, + "stargazers_count": 2246, + "watchers_count": 2246, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 231, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 231, + "open_issues": 277, + "watchers": 2246, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 231, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 55 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-04T07:16:40Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4934, + "watchers_count": 4934, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 146, + "watchers": 4934, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 211 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-04T15:10:55Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3167, + "watchers_count": 3167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 397, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 397, + "open_issues": 47, + "watchers": 3167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 397, + "subscribers_count": 94 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-04T15:11:46Z", + "pushed_at": "2018-08-04T09:38:40Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 31012, + "stargazers_count": 16761, + "watchers_count": 16761, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1675, + "mirror_url": null, + "archived": false, + "open_issues_count": 271, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1675, + "open_issues": 271, + "watchers": 16761, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1675, + "subscribers_count": 584 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-08-04T13:24:47Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 584, + "watchers_count": 584, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 584, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-01T20:10:08Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 125, + "watchers_count": 125, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-03T17:58:56Z", + "pushed_at": "2018-08-03T15:20:23Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3938, + "watchers_count": 3938, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 505, + "mirror_url": null, + "archived": false, + "open_issues_count": 92, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 505, + "open_issues": 92, + "watchers": 3938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 505, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-03T15:03:41Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 390, + "watchers_count": 390, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 40, + "open_issues": 1, + "watchers": 390, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-04T09:57:10Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3940, + "watchers_count": 3940, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 363, + "open_issues": 18, + "watchers": 3940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-08-03T22:27:14Z", + "pushed_at": "2018-08-03T22:27:13Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3560, + "stargazers_count": 190, + "watchers_count": 190, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 8, + "watchers": 190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-04T02:09:30Z", + "pushed_at": "2018-08-04T02:09:25Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 182, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-04T09:34:24Z", + "pushed_at": "2018-08-03T14:42:00Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23575, + "stargazers_count": 338, + "watchers_count": 338, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 124, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 124, + "open_issues": 129, + "watchers": 338, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 124, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-03T02:28:15Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 894, + "watchers_count": 894, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 44, + "watchers": 894, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-04T15:01:03Z", + "pushed_at": "2018-08-04T01:53:02Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19570, + "watchers_count": 19570, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3906, + "mirror_url": null, + "archived": false, + "open_issues_count": 273, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3906, + "open_issues": 273, + "watchers": 19570, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3906, + "subscribers_count": 1122 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-04T15:20:23Z", + "pushed_at": "2018-08-04T12:35:12Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42681, + "stargazers_count": 10452, + "watchers_count": 10452, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1455, + "mirror_url": null, + "archived": false, + "open_issues_count": 858, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1455, + "open_issues": 858, + "watchers": 10452, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1455, + "subscribers_count": 679 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-08-04T04:59:22Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 50, + "watchers_count": 50, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 50, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-03T14:19:11Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3741, + "watchers_count": 3741, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 750, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 750, + "open_issues": 225, + "watchers": 3741, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 750, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-03T10:34:06Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1014, + "watchers_count": 1014, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1014, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-03T00:39:58Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1285, + "watchers_count": 1285, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 206, + "watchers": 1285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-03T18:08:19Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-03T12:17:10Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 480, + "watchers_count": 480, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 480, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-02T02:35:56Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 96, + "watchers_count": 96, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-03T13:57:25Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7250, + "watchers_count": 7250, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7250, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 151 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 8, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-03T21:35:26Z", + "pushed_at": "2018-08-02T09:49:10Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 346, + "stargazers_count": 272, + "watchers_count": 272, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 272, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-04T12:52:17Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4924, + "watchers_count": 4924, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-04T13:44:14Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1194, + "watchers_count": 1194, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-02T10:05:49Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1195, + "watchers_count": 1195, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1195, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-03T19:41:58Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2003, + "watchers_count": 2003, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2003, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-03T16:34:06Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 663, + "watchers_count": 663, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 663, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-02T05:38:26Z", + "pushed_at": "2018-08-04T00:14:25Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1690, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 3, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-01T15:18:22Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 791, + "watchers_count": 791, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-04T10:17:54Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2256, + "watchers_count": 2256, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2256, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 98 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-03T08:54:13Z", + "pushed_at": "2018-08-02T10:11:09Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4548, + "stargazers_count": 13, + "watchers_count": 13, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-04T09:07:22Z", + "pushed_at": "2018-08-03T23:03:42Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56618, + "stargazers_count": 2824, + "watchers_count": 2824, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 36, + "watchers": 2824, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-04T15:55:18Z", + "pushed_at": "2018-08-03T16:41:14Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17522, + "stargazers_count": 8825, + "watchers_count": 8825, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 858, + "mirror_url": null, + "archived": false, + "open_issues_count": 343, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 858, + "open_issues": 343, + "watchers": 8825, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 858, + "subscribers_count": 367 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-04T16:15:14Z", + "pushed_at": "2018-08-03T16:09:26Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36602, + "stargazers_count": 1968, + "watchers_count": 1968, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 379, + "open_issues": 127, + "watchers": 1968, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 379, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-03T04:31:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-01T15:18:41Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1756, + "watchers_count": 1756, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-03T04:59:12Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-08-04T09:15:15Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 348, + "watchers_count": 348, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 13, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-04T11:42:02Z", + "pushed_at": "2018-08-04T15:23:04Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2911, + "watchers_count": 2911, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 381, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 381, + "open_issues": 80, + "watchers": 2911, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 381, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-04T16:01:03Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2007, + "watchers_count": 2007, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2007, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-03T19:49:37Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2303, + "watchers_count": 2303, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 82 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-02T03:49:46Z", + "pushed_at": "2018-08-03T15:28:57Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8489, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 10, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-04T07:07:37Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6251, + "watchers_count": 6251, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 797, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 797, + "open_issues": 22, + "watchers": 6251, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 797, + "subscribers_count": 331 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-03T23:17:58Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 437, + "watchers_count": 437, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-03T08:56:38Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 433, + "watchers_count": 433, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-04T07:58:26Z", + "pushed_at": "2018-08-04T08:12:32Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16563, + "stargazers_count": 849, + "watchers_count": 849, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 29, + "watchers": 849, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 59 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-02T01:16:20Z", + "pushed_at": "2018-08-02T09:38:29Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1759, + "watchers_count": 1759, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 96, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 96, + "open_issues": 14, + "watchers": 1759, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 96, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-08-04T06:03:42Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 12 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-04T03:45:58Z", + "pushed_at": "2018-08-04T03:45:57Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36448, + "stargazers_count": 1573, + "watchers_count": 1573, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-04T09:14:44Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1695, + "watchers_count": 1695, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-04T14:15:51Z", + "pushed_at": "2018-08-03T23:26:19Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15333, + "stargazers_count": 1832, + "watchers_count": 1832, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 27, + "watchers": 1832, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 83 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-07-29T14:41:01Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-03T14:01:28Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-04T02:23:31Z", + "pushed_at": "2018-08-04T02:23:29Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73384, + "stargazers_count": 6673, + "watchers_count": 6673, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1092, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1092, + "open_issues": 7, + "watchers": 6673, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1092, + "subscribers_count": 359 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 416, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 416, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-04T15:24:48Z", + "pushed_at": "2018-08-02T01:46:38Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162177, + "stargazers_count": 982, + "watchers_count": 982, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 275, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 275, + "open_issues": 33, + "watchers": 982, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 275, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-03T16:11:28Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 303, + "watchers_count": 303, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-07-17T19:49:28Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-03T09:41:46Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1099, + "watchers_count": 1099, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 23, + "watchers": 1099, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-03T00:40:12Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 447, + "watchers_count": 447, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 447, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-08-02T15:35:24Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-04T15:10:10Z", + "pushed_at": "2018-08-02T19:23:10Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15142, + "stargazers_count": 924, + "watchers_count": 924, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 369, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 369, + "open_issues": 280, + "watchers": 924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 369, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-02T08:17:19Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 591, + "watchers_count": 591, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 150, + "open_issues": 36, + "watchers": 591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-03T21:46:00Z", + "pushed_at": "2018-08-01T08:39:49Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 901, + "watchers_count": 901, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 77, + "watchers": 901, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 107 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-03T22:16:00Z", + "pushed_at": "2018-08-04T04:40:21Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 301, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 301, + "open_issues": 47, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 301, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-03T09:21:58Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1325, + "watchers_count": 1325, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 34, + "watchers": 1325, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-03T03:46:45Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 522, + "watchers_count": 522, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 522, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-07-20T08:25:10Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 131, + "watchers_count": 131, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 131, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-07-26T12:09:40Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 577, + "watchers_count": 577, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 577, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-03T23:27:37Z", + "pushed_at": "2018-08-02T02:16:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48355, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 14, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-08-01T19:43:00Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-04T15:57:05Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15165, + "watchers_count": 15165, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1574, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1574, + "open_issues": 116, + "watchers": 15165, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1574, + "subscribers_count": 553 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-03T15:43:52Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 419, + "watchers_count": 419, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 63, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 63, + "watchers": 419, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 68 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-03T14:07:40Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2452, + "watchers_count": 2452, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 183, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 183, + "open_issues": 86, + "watchers": 2452, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 183, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-03T18:56:41Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 590, + "watchers_count": 590, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 590, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-04T10:59:36Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7504, + "watchers_count": 7504, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1036, + "mirror_url": null, + "archived": false, + "open_issues_count": 365, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1036, + "open_issues": 365, + "watchers": 7504, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1036, + "subscribers_count": 398 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-03T19:04:15Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1829, + "watchers_count": 1829, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1829, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-04T01:53:05Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 38, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-01T16:21:02Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1439, + "watchers_count": 1439, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-04T08:17:21Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1919, + "watchers_count": 1919, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-08-04T12:02:33Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-03T13:27:25Z", + "pushed_at": "2018-08-02T14:45:16Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 891, + "watchers_count": 891, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 145, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 171, + "open_issues": 145, + "watchers": 891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 63 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-04T13:49:55Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1461, + "watchers_count": 1461, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 76, + "open_issues": 61, + "watchers": 1461, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 58 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-08-03T16:48:29Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 986, + "watchers_count": 986, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 9, + "watchers": 986, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 36 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-03T15:01:29Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4360, + "watchers_count": 4360, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 404, + "open_issues": 54, + "watchers": 4360, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator-archive/amp", + "owner": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator-archive/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator-archive/amp", + "forks_url": "https://api.github.com/repos/appcelerator-archive/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator-archive/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator-archive/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator-archive/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator-archive/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator-archive/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator-archive/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator-archive/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator-archive/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator-archive/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator-archive/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator-archive/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator-archive/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator-archive/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator-archive/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator-archive/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator-archive/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator-archive/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator-archive/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator-archive/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator-archive/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator-archive/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator-archive/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator-archive/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator-archive/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator-archive/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator-archive/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator-archive/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator-archive/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator-archive/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator-archive/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator-archive/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-08-03T18:19:17Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator-archive/amp.git", + "ssh_url": "git@github.com:appcelerator-archive/amp.git", + "clone_url": "https://github.com/appcelerator-archive/amp.git", + "svn_url": "https://github.com/appcelerator-archive/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-03T17:34:12Z", + "pushed_at": "2018-08-04T14:51:22Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62421, + "stargazers_count": 3392, + "watchers_count": 3392, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 641, + "mirror_url": null, + "archived": false, + "open_issues_count": 415, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 641, + "open_issues": 415, + "watchers": 3392, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 641, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-03T17:01:23Z", + "pushed_at": "2018-08-04T15:27:07Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2516, + "watchers_count": 2516, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 168, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 168, + "open_issues": 20, + "watchers": 2516, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 168, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-03T08:28:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2301, + "watchers_count": 2301, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-04T12:15:48Z", + "pushed_at": "2018-08-02T17:47:37Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22282, + "stargazers_count": 11005, + "watchers_count": 11005, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 788, + "mirror_url": null, + "archived": false, + "open_issues_count": 103, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 788, + "open_issues": 103, + "watchers": 11005, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 788, + "subscribers_count": 425 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-04T03:50:39Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 301, + "watchers_count": 301, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 16 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-03T15:49:33Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 762, + "watchers_count": 762, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 762, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-03T18:17:13Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 178, + "open_issues": 86, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-03T06:23:21Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 940, + "watchers_count": 940, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-03T15:14:48Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 34 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-03T23:06:50Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-04T15:13:57Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 347, + "watchers_count": 347, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 347, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-04T08:33:54Z", + "pushed_at": "2018-08-04T01:45:58Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068802, + "stargazers_count": 3039, + "watchers_count": 3039, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 358, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 358, + "open_issues": 45, + "watchers": 3039, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 358, + "subscribers_count": 331 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 73 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-04T04:49:15Z", + "pushed_at": "2018-08-02T05:47:51Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 555, + "stargazers_count": 3234, + "watchers_count": 3234, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 3, + "watchers": 3234, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 241 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-03T09:14:01Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 569, + "watchers_count": 569, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 569, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-04T16:02:10Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 24999, + "watchers_count": 24999, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2040, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2040, + "open_issues": 71, + "watchers": 24999, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2040, + "subscribers_count": 1142 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-03T17:44:45Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6950, + "watchers_count": 6950, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6950, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-04T11:58:07Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17468, + "watchers_count": 17468, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17468, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-04T11:58:07Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17468, + "watchers_count": 17468, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17468, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-03T18:05:12Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7237, + "watchers_count": 7237, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-02T16:29:57Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 613, + "watchers_count": 613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-08-03T19:20:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 492, + "watchers_count": 492, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-04T14:31:04Z", + "pushed_at": "2018-08-04T01:15:59Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6405, + "stargazers_count": 2916, + "watchers_count": 2916, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1022, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1022, + "open_issues": 35, + "watchers": 2916, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1022, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-04T13:57:42Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4613, + "watchers_count": 4613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 69, + "watchers": 4613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 145 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-03T06:42:51Z", + "pushed_at": "2018-08-03T04:10:56Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37848, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-03T07:16:21Z", + "pushed_at": "2018-08-03T21:08:23Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4084, + "watchers_count": 4084, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 414, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 414, + "watchers": 4084, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 285 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-04T15:11:44Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13965, + "watchers_count": 13965, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2411, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2411, + "open_issues": 5, + "watchers": 13965, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2411, + "subscribers_count": 677 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-04T13:40:51Z", + "pushed_at": "2018-08-04T10:14:39Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5823, + "stargazers_count": 15974, + "watchers_count": 15974, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1349, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1349, + "open_issues": 27, + "watchers": 15974, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1349, + "subscribers_count": 392 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-03T14:38:51Z", + "pushed_at": "2018-08-04T00:04:41Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14204, + "stargazers_count": 1350, + "watchers_count": 1350, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 520, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 367, + "open_issues": 520, + "watchers": 1350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-04T02:23:31Z", + "pushed_at": "2018-08-04T02:23:29Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73384, + "stargazers_count": 6673, + "watchers_count": 6673, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1092, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1092, + "open_issues": 7, + "watchers": 6673, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1092, + "subscribers_count": 359 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-03T17:42:03Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1793, + "watchers_count": 1793, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 257, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 257, + "open_issues": 1, + "watchers": 1793, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 257, + "subscribers_count": 113 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-04T15:04:40Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8652, + "watchers_count": 8652, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1681, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1681, + "open_issues": 443, + "watchers": 8652, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1681, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-04T11:54:24Z", + "pushed_at": "2018-08-03T15:18:12Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18618, + "stargazers_count": 5189, + "watchers_count": 5189, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 370, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 370, + "watchers": 5189, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 256 + } +] diff --git a/data/2018-08-05T16.21.12-fetched_repo_data.json b/data/2018-08-05T16.21.12-fetched_repo_data.json new file mode 100644 index 0000000..94a9443 --- /dev/null +++ b/data/2018-08-05T16.21.12-fetched_repo_data.json @@ -0,0 +1,35469 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-05T16:04:28Z", + "pushed_at": "2018-08-05T14:41:42Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90110, + "watchers_count": 90110, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11915, + "mirror_url": null, + "archived": false, + "open_issues_count": 172, + "license": null, + "forks": 11915, + "open_issues": 172, + "watchers": 90110, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11915, + "subscribers_count": 5602 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-05T15:21:59Z", + "pushed_at": "2018-08-05T12:44:33Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 3093, + "stargazers_count": 11951, + "watchers_count": 11951, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1348, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1348, + "open_issues": 6, + "watchers": 11951, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1348, + "subscribers_count": 640 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-04T21:04:24Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 508, + "watchers_count": 508, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 9, + "watchers": 508, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-01T20:14:44Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2754, + "watchers_count": 2754, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-04T00:36:28Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2499, + "watchers_count": 2499, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-05T16:12:50Z", + "pushed_at": "2018-08-05T16:12:00Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137461, + "stargazers_count": 49812, + "watchers_count": 49812, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14543, + "mirror_url": null, + "archived": false, + "open_issues_count": 3288, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14543, + "open_issues": 3288, + "watchers": 49812, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14543, + "subscribers_count": 3345 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-05T14:55:57Z", + "pushed_at": "2018-08-02T22:23:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10628, + "stargazers_count": 13416, + "watchers_count": 13416, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2051, + "mirror_url": null, + "archived": false, + "open_issues_count": 590, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2051, + "open_issues": 590, + "watchers": 13416, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2051, + "subscribers_count": 624 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-05T09:06:17Z", + "pushed_at": "2018-08-03T12:11:52Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4816, + "watchers_count": 4816, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1365, + "mirror_url": null, + "archived": false, + "open_issues_count": 871, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1365, + "open_issues": 871, + "watchers": 4816, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1365, + "subscribers_count": 302 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-04T15:10:21Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5218, + "watchers_count": 5218, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 280, + "watchers": 5218, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-05T07:07:19Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5082, + "watchers_count": 5082, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 420, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 420, + "open_issues": 9, + "watchers": 5082, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 420, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-07-18T15:24:37Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 36, + "watchers_count": 36, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 36, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-04T11:46:40Z", + "pushed_at": "2018-08-04T01:14:00Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 368, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-07-28T08:04:29Z", + "pushed_at": "2018-07-12T05:34:04Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 847, + "watchers_count": 847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 39 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-08-05T04:42:11Z", + "pushed_at": "2018-07-20T21:14:35Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16023, + "stargazers_count": 26, + "watchers_count": 26, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 26, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-03T03:29:22Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 57, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Build and deploy docker images to Kubernetes using git push", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-05T10:42:47Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2029, + "watchers_count": 2029, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2029, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 68 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-02T16:07:18Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 589, + "watchers_count": 589, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-07-27T11:43:06Z", + "pushed_at": "2018-08-03T19:20:05Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98183, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-05T09:46:58Z", + "pushed_at": "2018-08-04T04:49:00Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7762, + "watchers_count": 7762, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1124, + "mirror_url": null, + "archived": false, + "open_issues_count": 288, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1124, + "open_issues": 288, + "watchers": 7762, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1124, + "subscribers_count": 378 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 25, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 25, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-05T15:34:18Z", + "pushed_at": "2018-08-05T15:34:16Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26214, + "stargazers_count": 11250, + "watchers_count": 11250, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 785, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 785, + "open_issues": 64, + "watchers": 11250, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 785, + "subscribers_count": 469 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-03T11:36:07Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 377, + "watchers_count": 377, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 377, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 24 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-07-29T13:04:16Z", + "pushed_at": "2018-07-31T02:38:30Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2187, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 28, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-05T12:20:16Z", + "pushed_at": "2018-07-11T17:38:43Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3345, + "watchers_count": 3345, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 571, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 571, + "open_issues": 80, + "watchers": 3345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 571, + "subscribers_count": 105 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-04T18:07:51Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 312, + "watchers_count": 312, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 86, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 86, + "open_issues": 6, + "watchers": 312, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 86, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-05T10:58:25Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 749, + "watchers_count": 749, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-05T12:54:40Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3317, + "watchers_count": 3317, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 775, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 775, + "open_issues": 125, + "watchers": 3317, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 775, + "subscribers_count": 206 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-04T02:47:19Z", + "pushed_at": "2018-06-22T18:10:49Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 96, + "stargazers_count": 398, + "watchers_count": 398, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 77, + "open_issues": 3, + "watchers": 398, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 63, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-07-26T19:50:44Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 223, + "watchers_count": 223, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 223, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-08-05T09:41:58Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 13 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-08-04T18:09:48Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 6, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-05T14:58:28Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1936, + "watchers_count": 1936, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 220, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 220, + "open_issues": 29, + "watchers": 1936, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 220, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-04T19:14:54Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1369, + "watchers_count": 1369, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-05T15:54:37Z", + "pushed_at": "2018-08-05T15:04:49Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 796245, + "stargazers_count": 39624, + "watchers_count": 39624, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13811, + "mirror_url": null, + "archived": false, + "open_issues_count": 3123, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13811, + "open_issues": 3123, + "watchers": 39624, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13811, + "subscribers_count": 2617 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-04T18:12:22Z", + "pushed_at": "2018-08-05T15:48:47Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255317, + "stargazers_count": 685, + "watchers_count": 685, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 654, + "mirror_url": null, + "archived": false, + "open_issues_count": 601, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 654, + "open_issues": 601, + "watchers": 685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 654, + "subscribers_count": 89 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-07-25T16:58:21Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3044, + "watchers_count": 3044, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3044, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-04T01:56:27Z", + "pushed_at": "2018-08-04T01:56:21Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 37985, + "stargazers_count": 3699, + "watchers_count": 3699, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 850, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 850, + "open_issues": 16, + "watchers": 3699, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 850, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-05T05:38:50Z", + "pushed_at": "2018-08-05T05:54:32Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": "", + "size": 379266, + "stargazers_count": 3793, + "watchers_count": 3793, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 20, + "watchers": 3793, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 424 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-04T17:18:41Z", + "pushed_at": "2018-08-03T23:52:31Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 109790, + "stargazers_count": 3745, + "watchers_count": 3745, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 729, + "mirror_url": null, + "archived": false, + "open_issues_count": 393, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 729, + "open_issues": 393, + "watchers": 3745, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 729, + "subscribers_count": 259 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 87 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-05T08:44:14Z", + "pushed_at": "2018-08-05T04:05:09Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38595, + "stargazers_count": 9227, + "watchers_count": 9227, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 918, + "mirror_url": null, + "archived": false, + "open_issues_count": 2321, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 918, + "open_issues": 2321, + "watchers": 9227, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 918, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-04T19:59:08Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 554, + "watchers_count": 554, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 43, + "watchers": 554, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 35 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-04T18:29:53Z", + "pushed_at": "2018-08-03T05:13:13Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4721, + "stargazers_count": 3358, + "watchers_count": 3358, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 17, + "watchers": 3358, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 116 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-02T16:52:41Z", + "pushed_at": "2018-08-02T17:02:24Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118767, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-05T12:53:07Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2431, + "watchers_count": 2431, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 140, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 140, + "open_issues": 93, + "watchers": 2431, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 140, + "subscribers_count": 136 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-05T06:09:19Z", + "pushed_at": "2018-08-02T21:13:48Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6775, + "watchers_count": 6775, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 422, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 422, + "watchers": 6775, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-03T23:02:18Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1253, + "watchers_count": 1253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-03T17:54:34Z", + "pushed_at": "2018-08-04T16:51:45Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58118, + "stargazers_count": 2823, + "watchers_count": 2823, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 181, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 181, + "watchers": 2823, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-07-31T08:19:29Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1152, + "watchers_count": 1152, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1152, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-05T13:59:46Z", + "pushed_at": "2018-08-04T12:03:53Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3911, + "stargazers_count": 2247, + "watchers_count": 2247, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 231, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 231, + "open_issues": 275, + "watchers": 2247, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 231, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-01T17:54:55Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 98, + "watchers_count": 98, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 98, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 55 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-05T16:15:57Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4938, + "watchers_count": 4938, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 146, + "watchers": 4938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 212 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-05T11:28:52Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3170, + "watchers_count": 3170, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 397, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 397, + "open_issues": 46, + "watchers": 3170, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 397, + "subscribers_count": 94 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-05T13:58:41Z", + "pushed_at": "2018-08-05T10:12:12Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 31012, + "stargazers_count": 16771, + "watchers_count": 16771, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1676, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1676, + "open_issues": 276, + "watchers": 16771, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1676, + "subscribers_count": 585 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 23 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-08-04T13:24:47Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 584, + "watchers_count": 584, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 584, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-04T21:51:09Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 126, + "watchers_count": 126, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 126, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-05T12:41:56Z", + "pushed_at": "2018-08-03T15:20:23Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20986, + "stargazers_count": 3941, + "watchers_count": 3941, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 505, + "mirror_url": null, + "archived": false, + "open_issues_count": 92, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 505, + "open_issues": 92, + "watchers": 3941, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 505, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-03T15:03:41Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 390, + "watchers_count": 390, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 40, + "open_issues": 1, + "watchers": 390, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-05T06:23:22Z", + "pushed_at": "2018-07-26T19:08:12Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2351, + "stargazers_count": 3940, + "watchers_count": 3940, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 18, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 363, + "open_issues": 18, + "watchers": 3940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-08-05T14:26:27Z", + "pushed_at": "2018-08-03T22:27:13Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3560, + "stargazers_count": 191, + "watchers_count": 191, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 8, + "watchers": 191, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-04T02:09:30Z", + "pushed_at": "2018-08-04T02:09:25Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1453, + "watchers_count": 1453, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 182, + "watchers": 1453, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-04T09:34:24Z", + "pushed_at": "2018-08-03T14:42:00Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23575, + "stargazers_count": 338, + "watchers_count": 338, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 124, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 124, + "open_issues": 129, + "watchers": 338, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 124, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-03T02:28:15Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 894, + "watchers_count": 894, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 44, + "watchers": 894, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-05T15:28:06Z", + "pushed_at": "2018-08-04T01:53:02Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 43452, + "stargazers_count": 19578, + "watchers_count": 19578, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3905, + "mirror_url": null, + "archived": false, + "open_issues_count": 274, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3905, + "open_issues": 274, + "watchers": 19578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3905, + "subscribers_count": 1123 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-05T15:31:58Z", + "pushed_at": "2018-08-05T12:59:32Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42682, + "stargazers_count": 10476, + "watchers_count": 10476, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1461, + "mirror_url": null, + "archived": false, + "open_issues_count": 864, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1461, + "open_issues": 864, + "watchers": 10476, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1461, + "subscribers_count": 679 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-08-04T04:59:22Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 50, + "watchers_count": 50, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 50, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-03T14:19:11Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3741, + "watchers_count": 3741, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 750, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 750, + "open_issues": 225, + "watchers": 3741, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 750, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-03T10:34:06Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1014, + "watchers_count": 1014, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1014, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-07-31T03:01:35Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-03T00:39:58Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1285, + "watchers_count": 1285, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 206, + "watchers": 1285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-03T18:08:19Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 0, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 52, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-03T12:17:10Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 480, + "watchers_count": 480, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 480, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 25 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-02T02:35:56Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 96, + "watchers_count": 96, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-05T15:38:08Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7252, + "watchers_count": 7252, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 255, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 255, + "open_issues": 26, + "watchers": 7252, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 255, + "subscribers_count": 152 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 8, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-05T08:57:08Z", + "pushed_at": "2018-08-05T08:57:23Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 363, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-04T12:52:17Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4924, + "watchers_count": 4924, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-07-28T20:16:38Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 268, + "watchers_count": 268, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 268, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-05T12:47:21Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1197, + "watchers_count": 1197, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 2, + "watchers": 1197, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-05T12:02:20Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1196, + "watchers_count": 1196, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1196, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 49, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 49, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 49, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-03T19:41:58Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2003, + "watchers_count": 2003, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 215, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 215, + "open_issues": 8, + "watchers": 2003, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 215, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-05T15:56:30Z", + "pushed_at": "2018-07-27T13:00:26Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 665, + "watchers_count": 665, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 63, + "open_issues": 14, + "watchers": 665, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 9, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-05T07:53:22Z", + "pushed_at": "2018-08-05T07:53:23Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1694, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-01T15:18:22Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 791, + "watchers_count": 791, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 791, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-04T10:17:54Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2256, + "watchers_count": 2256, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2256, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 98 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-05T13:38:07Z", + "pushed_at": "2018-08-05T11:59:58Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4552, + "stargazers_count": 14, + "watchers_count": 14, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 14, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-05T09:22:17Z", + "pushed_at": "2018-08-04T20:46:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56618, + "stargazers_count": 2825, + "watchers_count": 2825, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 36, + "watchers": 2825, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-05T16:09:20Z", + "pushed_at": "2018-08-03T16:41:14Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17522, + "stargazers_count": 8827, + "watchers_count": 8827, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 858, + "mirror_url": null, + "archived": false, + "open_issues_count": 344, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 858, + "open_issues": 344, + "watchers": 8827, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 858, + "subscribers_count": 367 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-04T16:15:14Z", + "pushed_at": "2018-08-03T16:09:26Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36602, + "stargazers_count": 1968, + "watchers_count": 1968, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 127, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 379, + "open_issues": 127, + "watchers": 1968, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 379, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-03T04:31:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-01T15:18:41Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1756, + "watchers_count": 1756, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-03T04:59:12Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 154, + "watchers_count": 154, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 9, + "watchers": 154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-08-04T09:15:15Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 348, + "watchers_count": 348, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 13, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-04T11:42:02Z", + "pushed_at": "2018-08-04T15:23:04Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2911, + "watchers_count": 2911, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 381, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 381, + "open_issues": 80, + "watchers": 2911, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 381, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-05T12:29:07Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2010, + "watchers_count": 2010, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2010, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-05T14:21:25Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2303, + "watchers_count": 2303, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 82 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-02T03:49:46Z", + "pushed_at": "2018-08-03T15:28:57Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8489, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 10, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-05T14:49:09Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6258, + "watchers_count": 6258, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 799, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 799, + "open_issues": 22, + "watchers": 6258, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 799, + "subscribers_count": 331 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-03T23:17:58Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 437, + "watchers_count": 437, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 437, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-03T08:56:38Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 433, + "watchers_count": 433, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-05T11:06:56Z", + "pushed_at": "2018-08-05T11:18:36Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16617, + "stargazers_count": 851, + "watchers_count": 851, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 28, + "watchers": 851, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 60 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-04T20:33:41Z", + "pushed_at": "2018-08-04T18:08:52Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1760, + "watchers_count": 1760, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 15, + "watchers": 1760, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-08-04T06:03:42Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 12 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2017-12-22T17:32:22Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 5, + "open_issues": 3, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-05T05:14:53Z", + "pushed_at": "2018-08-05T05:14:52Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36454, + "stargazers_count": 1573, + "watchers_count": 1573, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 77 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-05T15:37:20Z", + "pushed_at": "2018-07-30T16:52:51Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1696, + "watchers_count": 1696, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 21, + "watchers": 1696, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-05T12:05:10Z", + "pushed_at": "2018-08-03T23:26:19Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15333, + "stargazers_count": 1838, + "watchers_count": 1838, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 27, + "watchers": 1838, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 83 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-08-04T23:25:55Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-03T14:01:28Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-04T02:23:31Z", + "pushed_at": "2018-08-04T02:23:29Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73384, + "stargazers_count": 6673, + "watchers_count": 6673, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1093, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1093, + "open_issues": 7, + "watchers": 6673, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1093, + "subscribers_count": 359 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-07-25T05:21:41Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 407, + "watchers_count": 407, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 407, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-07-30T14:05:05Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 690, + "watchers_count": 690, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 416, + "open_issues": 2, + "watchers": 690, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 416, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-05T11:04:59Z", + "pushed_at": "2018-08-05T11:04:56Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162186, + "stargazers_count": 983, + "watchers_count": 983, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 275, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 275, + "open_issues": 33, + "watchers": 983, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 275, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-03T16:11:28Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 303, + "watchers_count": 303, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-07-24T15:56:39Z", + "pushed_at": "2018-08-05T03:47:04Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7088, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 10, + "open_issues": 2, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-03T09:41:46Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1099, + "watchers_count": 1099, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 23, + "watchers": 1099, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-03T00:40:12Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 447, + "watchers_count": 447, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 447, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 92 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-05-13T00:46:38Z", + "pushed_at": "2018-08-02T15:35:24Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 82, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 3, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 1, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-04T15:10:10Z", + "pushed_at": "2018-08-04T17:47:42Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15142, + "stargazers_count": 924, + "watchers_count": 924, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 369, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 369, + "open_issues": 280, + "watchers": 924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 369, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-05T09:14:57Z", + "pushed_at": "2018-07-23T17:34:10Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1372, + "stargazers_count": 594, + "watchers_count": 594, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 151, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 151, + "open_issues": 36, + "watchers": 594, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 151, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-05T14:07:24Z", + "pushed_at": "2018-08-05T01:03:19Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 903, + "watchers_count": 903, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 77, + "watchers": 903, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 107 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-03T22:16:00Z", + "pushed_at": "2018-08-04T04:40:21Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 301, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 301, + "open_issues": 47, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 301, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-05T15:17:07Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1326, + "watchers_count": 1326, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 466, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 466, + "open_issues": 34, + "watchers": 1326, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 466, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-05T14:25:17Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 523, + "watchers_count": 523, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 523, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-08-05T13:12:31Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 132, + "watchers_count": 132, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 132, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-08-05T02:29:27Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-04T23:27:45Z", + "pushed_at": "2018-08-02T02:16:32Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48355, + "stargazers_count": 561, + "watchers_count": 561, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 14, + "watchers": 561, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-08-01T19:43:00Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-05T15:48:16Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15170, + "watchers_count": 15170, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1574, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1574, + "open_issues": 116, + "watchers": 15170, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1574, + "subscribers_count": 553 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-03T15:43:52Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 419, + "watchers_count": 419, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 63, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 63, + "watchers": 419, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 68 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-03T14:07:40Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2452, + "watchers_count": 2452, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 183, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 183, + "open_issues": 85, + "watchers": 2452, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 183, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-03T18:56:41Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 590, + "watchers_count": 590, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 590, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-05T15:37:36Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7506, + "watchers_count": 7506, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1037, + "mirror_url": null, + "archived": false, + "open_issues_count": 366, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1037, + "open_issues": 366, + "watchers": 7506, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1037, + "subscribers_count": 399 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-03T19:04:15Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1829, + "watchers_count": 1829, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1829, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-04T01:53:05Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 38, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-01T16:21:02Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1439, + "watchers_count": 1439, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-04T08:17:21Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1919, + "watchers_count": 1919, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 128, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 128, + "open_issues": 9, + "watchers": 1919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 128, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-08-04T12:02:33Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-03T13:27:25Z", + "pushed_at": "2018-08-02T14:45:16Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 891, + "watchers_count": 891, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 172, + "mirror_url": null, + "archived": false, + "open_issues_count": 145, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 172, + "open_issues": 145, + "watchers": 891, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 172, + "subscribers_count": 63 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-05T15:13:04Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1465, + "watchers_count": 1465, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 76, + "open_issues": 61, + "watchers": 1465, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 76, + "subscribers_count": 58 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-08-03T16:48:29Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 986, + "watchers_count": 986, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 9, + "watchers": 986, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 36 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-03T15:01:29Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4360, + "watchers_count": 4360, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 404, + "open_issues": 54, + "watchers": 4360, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator-archive/amp", + "owner": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator-archive/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator-archive/amp", + "forks_url": "https://api.github.com/repos/appcelerator-archive/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator-archive/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator-archive/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator-archive/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator-archive/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator-archive/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator-archive/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator-archive/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator-archive/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator-archive/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator-archive/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator-archive/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator-archive/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator-archive/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator-archive/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator-archive/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator-archive/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator-archive/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator-archive/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator-archive/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator-archive/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator-archive/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator-archive/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator-archive/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator-archive/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator-archive/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator-archive/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator-archive/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator-archive/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator-archive/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator-archive/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator-archive/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-08-03T18:19:17Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator-archive/amp.git", + "ssh_url": "git@github.com:appcelerator-archive/amp.git", + "clone_url": "https://github.com/appcelerator-archive/amp.git", + "svn_url": "https://github.com/appcelerator-archive/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-04T20:34:27Z", + "pushed_at": "2018-08-04T14:51:22Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62421, + "stargazers_count": 3393, + "watchers_count": 3393, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 641, + "mirror_url": null, + "archived": false, + "open_issues_count": 415, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 641, + "open_issues": 415, + "watchers": 3393, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 641, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-05T08:54:36Z", + "pushed_at": "2018-08-04T15:27:07Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2518, + "watchers_count": 2518, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 20, + "watchers": 2518, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 94 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-05T14:56:07Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2304, + "watchers_count": 2304, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2304, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-05T16:18:33Z", + "pushed_at": "2018-08-02T17:47:37Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22282, + "stargazers_count": 11012, + "watchers_count": 11012, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 789, + "mirror_url": null, + "archived": false, + "open_issues_count": 104, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 789, + "open_issues": 104, + "watchers": 11012, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 789, + "subscribers_count": 425 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-04T19:57:56Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 301, + "watchers_count": 301, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 301, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-03T15:49:33Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 762, + "watchers_count": 762, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 762, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-03T18:17:13Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 86, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 178, + "open_issues": 86, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-03T06:23:21Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 940, + "watchers_count": 940, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 19, + "watchers": 940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-03T15:14:48Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 865, + "watchers_count": 865, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 865, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 34 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-03T23:06:50Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-04T19:21:38Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 348, + "watchers_count": 348, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-05T01:53:54Z", + "pushed_at": "2018-08-05T01:53:51Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068820, + "stargazers_count": 3040, + "watchers_count": 3040, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 358, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 358, + "open_issues": 45, + "watchers": 3040, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 358, + "subscribers_count": 331 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 73 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-05T16:07:57Z", + "pushed_at": "2018-08-05T07:56:29Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 579, + "stargazers_count": 3241, + "watchers_count": 3241, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 465, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 465, + "open_issues": 4, + "watchers": 3241, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 465, + "subscribers_count": 240 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-04T22:00:31Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 570, + "watchers_count": 570, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 570, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 47 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-05T16:07:03Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 25012, + "watchers_count": 25012, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2039, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2039, + "open_issues": 71, + "watchers": 25012, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2039, + "subscribers_count": 1144 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-05T16:15:03Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6951, + "watchers_count": 6951, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6951, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-05T14:09:50Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17471, + "watchers_count": 17471, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17471, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-05T14:09:50Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17471, + "watchers_count": 17471, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2846, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2846, + "open_issues": 217, + "watchers": 17471, + "default_branch": "master" + }, + "network_count": 2846, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-03T18:05:12Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7237, + "watchers_count": 7237, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-02T16:29:57Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 613, + "watchers_count": 613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-08-03T19:20:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 492, + "watchers_count": 492, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-05T08:35:07Z", + "pushed_at": "2018-08-04T23:32:17Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6405, + "stargazers_count": 2919, + "watchers_count": 2919, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1024, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1024, + "open_issues": 36, + "watchers": 2919, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1024, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-05T00:39:44Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4614, + "watchers_count": 4614, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 69, + "watchers": 4614, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 146 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-03T06:42:51Z", + "pushed_at": "2018-08-03T04:10:56Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37848, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-05T09:06:31Z", + "pushed_at": "2018-08-03T21:08:23Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12661, + "stargazers_count": 4086, + "watchers_count": 4086, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 414, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 414, + "watchers": 4086, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 285 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-05T08:04:07Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13970, + "watchers_count": 13970, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2411, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2411, + "open_issues": 5, + "watchers": 13970, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2411, + "subscribers_count": 677 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-05T15:04:46Z", + "pushed_at": "2018-08-04T22:40:58Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5825, + "stargazers_count": 15978, + "watchers_count": 15978, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1350, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1350, + "open_issues": 26, + "watchers": 15978, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1350, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 18, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-05T09:01:03Z", + "pushed_at": "2018-08-04T00:04:41Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14204, + "stargazers_count": 1351, + "watchers_count": 1351, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 520, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 367, + "open_issues": 520, + "watchers": 1351, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 170 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-04T02:23:31Z", + "pushed_at": "2018-08-04T02:23:29Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73384, + "stargazers_count": 6673, + "watchers_count": 6673, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1093, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1093, + "open_issues": 7, + "watchers": 6673, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1093, + "subscribers_count": 359 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-03T17:42:03Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1793, + "watchers_count": 1793, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 258, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 258, + "open_issues": 1, + "watchers": 1793, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 258, + "subscribers_count": 113 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-05T11:40:45Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8656, + "watchers_count": 8656, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1681, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1681, + "open_issues": 443, + "watchers": 8656, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1681, + "subscribers_count": 278 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-05T11:58:26Z", + "pushed_at": "2018-08-03T15:18:12Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18618, + "stargazers_count": 5190, + "watchers_count": 5190, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 459, + "mirror_url": null, + "archived": false, + "open_issues_count": 369, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 459, + "open_issues": 369, + "watchers": 5190, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 459, + "subscribers_count": 256 + } +] diff --git a/data/2018-08-07T16.23.09-fetched_repo_data.json b/data/2018-08-07T16.23.09-fetched_repo_data.json new file mode 100644 index 0000000..645809d --- /dev/null +++ b/data/2018-08-07T16.23.09-fetched_repo_data.json @@ -0,0 +1,35701 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-07T16:10:03Z", + "pushed_at": "2018-08-06T04:19:50Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90235, + "watchers_count": 90235, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11932, + "mirror_url": null, + "archived": false, + "open_issues_count": 171, + "license": null, + "forks": 11932, + "open_issues": 171, + "watchers": 90235, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11932, + "subscribers_count": 5604 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-07T16:22:30Z", + "pushed_at": "2018-08-06T12:16:16Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 3349, + "stargazers_count": 11972, + "watchers_count": 11972, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1352, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1352, + "open_issues": 3, + "watchers": 11972, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1352, + "subscribers_count": 642 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-04T21:04:24Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 508, + "watchers_count": 508, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 52, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 52, + "open_issues": 9, + "watchers": 508, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 52, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-07T02:01:30Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2756, + "watchers_count": 2756, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-07T06:40:34Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2499, + "watchers_count": 2499, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-07T14:16:57Z", + "pushed_at": "2018-08-07T08:20:30Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137466, + "stargazers_count": 49837, + "watchers_count": 49837, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14545, + "mirror_url": null, + "archived": false, + "open_issues_count": 3293, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14545, + "open_issues": 3293, + "watchers": 49837, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14545, + "subscribers_count": 3343 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-07T16:22:16Z", + "pushed_at": "2018-08-02T22:23:08Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10628, + "stargazers_count": 13432, + "watchers_count": 13432, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2053, + "mirror_url": null, + "archived": false, + "open_issues_count": 593, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2053, + "open_issues": 593, + "watchers": 13432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2053, + "subscribers_count": 623 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-07T08:34:01Z", + "pushed_at": "2018-08-03T12:11:52Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4824, + "watchers_count": 4824, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1365, + "mirror_url": null, + "archived": false, + "open_issues_count": 874, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1365, + "open_issues": 874, + "watchers": 4824, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1365, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-07T13:33:05Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5224, + "watchers_count": 5224, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 280, + "watchers": 5224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-07T02:07:59Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5084, + "watchers_count": 5084, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 420, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 420, + "open_issues": 9, + "watchers": 5084, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 420, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-08-06T01:57:53Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 37, + "watchers_count": 37, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 37, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-07T07:11:58Z", + "pushed_at": "2018-08-07T06:50:33Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 369, + "stargazers_count": 156, + "watchers_count": 156, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-08-07T14:00:19Z", + "pushed_at": "2018-08-06T04:07:14Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 848, + "watchers_count": 848, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 848, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 39 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-08-06T20:19:28Z", + "pushed_at": "2018-08-06T20:19:27Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16024, + "stargazers_count": 26, + "watchers_count": 26, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 26, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-03T03:29:22Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1278, + "watchers_count": 1278, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 76, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 76, + "open_issues": 1, + "watchers": 1278, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 76, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 57, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Build and deploy docker images to Kubernetes using git push", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-07T08:25:51Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2036, + "watchers_count": 2036, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2036, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 68 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-02T16:07:18Z", + "pushed_at": "2018-07-31T19:30:27Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2026, + "stargazers_count": 589, + "watchers_count": 589, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 26, + "watchers": 589, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-08-07T14:29:36Z", + "pushed_at": "2018-08-07T14:29:37Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98591, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-07T15:28:15Z", + "pushed_at": "2018-08-04T04:49:00Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7772, + "watchers_count": 7772, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1125, + "mirror_url": null, + "archived": false, + "open_issues_count": 289, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1125, + "open_issues": 289, + "watchers": 7772, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1125, + "subscribers_count": 378 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 25, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 25, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-07T12:40:18Z", + "pushed_at": "2018-08-06T14:49:12Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26220, + "stargazers_count": 11289, + "watchers_count": 11289, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 787, + "mirror_url": null, + "archived": false, + "open_issues_count": 63, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 787, + "open_issues": 63, + "watchers": 11289, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 787, + "subscribers_count": 472 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-07T11:20:05Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 378, + "watchers_count": 378, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 24 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-08-06T17:30:04Z", + "pushed_at": "2018-08-06T17:30:02Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2192, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 27, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-05T12:20:16Z", + "pushed_at": "2018-08-07T00:29:37Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3345, + "watchers_count": 3345, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 574, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 574, + "open_issues": 81, + "watchers": 3345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 574, + "subscribers_count": 104 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-06T12:38:18Z", + "pushed_at": "2018-08-05T11:59:58Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4552, + "stargazers_count": 14, + "watchers_count": 14, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 14, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-07T01:06:17Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 313, + "watchers_count": 313, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 88, + "open_issues": 6, + "watchers": 313, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 88, + "subscribers_count": 25 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-05T10:58:25Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 749, + "watchers_count": 749, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-07T14:33:07Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3321, + "watchers_count": 3321, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 776, + "mirror_url": null, + "archived": false, + "open_issues_count": 125, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 776, + "open_issues": 125, + "watchers": 3321, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 776, + "subscribers_count": 206 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-07T01:04:26Z", + "pushed_at": "2018-08-06T16:03:40Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 88, + "stargazers_count": 402, + "watchers_count": 402, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 79, + "open_issues": 4, + "watchers": 402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-07-31T01:30:07Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 63, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-08-06T19:24:07Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 224, + "watchers_count": 224, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-08-05T09:41:58Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 14 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-08-07T06:33:35Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 169, + "watchers_count": 169, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 7, + "watchers": 169, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-05T22:52:45Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1937, + "watchers_count": 1937, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 220, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 220, + "open_issues": 29, + "watchers": 1937, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 220, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-04T19:14:54Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1369, + "watchers_count": 1369, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-07T15:05:00Z", + "pushed_at": "2018-08-07T16:23:09Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 796593, + "stargazers_count": 39724, + "watchers_count": 39724, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13842, + "mirror_url": null, + "archived": false, + "open_issues_count": 3131, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13842, + "open_issues": 3131, + "watchers": 39724, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13842, + "subscribers_count": 2622 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-07T15:39:01Z", + "pushed_at": "2018-08-07T16:13:27Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255364, + "stargazers_count": 685, + "watchers_count": 685, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 654, + "mirror_url": null, + "archived": false, + "open_issues_count": 600, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 654, + "open_issues": 600, + "watchers": 685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 654, + "subscribers_count": 88 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-08-07T02:24:54Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3046, + "watchers_count": 3046, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 468, + "open_issues": 174, + "watchers": 3046, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 468, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-07T09:44:38Z", + "pushed_at": "2018-08-07T16:18:52Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 38092, + "stargazers_count": 3699, + "watchers_count": 3699, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 851, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 851, + "open_issues": 20, + "watchers": 3699, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 851, + "subscribers_count": 377 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-07T14:47:52Z", + "pushed_at": "2018-08-07T14:47:44Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": "", + "size": 379301, + "stargazers_count": 3794, + "watchers_count": 3794, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 19, + "watchers": 3794, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-07T13:40:07Z", + "pushed_at": "2018-08-07T05:29:29Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 110024, + "stargazers_count": 3751, + "watchers_count": 3751, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 729, + "mirror_url": null, + "archived": false, + "open_issues_count": 391, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 729, + "open_issues": 391, + "watchers": 3751, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 729, + "subscribers_count": 261 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 87 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-07T16:01:33Z", + "pushed_at": "2018-08-07T12:34:16Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38612, + "stargazers_count": 9253, + "watchers_count": 9253, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 918, + "mirror_url": null, + "archived": false, + "open_issues_count": 2319, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 918, + "open_issues": 2319, + "watchers": 9253, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 918, + "subscribers_count": 579 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-07T14:17:59Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 43, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 35 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-07T12:24:49Z", + "pushed_at": "2018-08-03T05:13:13Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4721, + "stargazers_count": 3364, + "watchers_count": 3364, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 17, + "watchers": 3364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 115 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-02T16:52:41Z", + "pushed_at": "2018-08-06T18:35:23Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118771, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 37, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-07T06:28:44Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2432, + "watchers_count": 2432, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2432, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 136 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-06T20:20:13Z", + "pushed_at": "2018-08-02T21:13:48Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6781, + "watchers_count": 6781, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 422, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 422, + "watchers": 6781, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-07T09:42:15Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1255, + "watchers_count": 1255, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1255, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-06T20:32:04Z", + "pushed_at": "2018-08-06T20:32:01Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58148, + "stargazers_count": 2824, + "watchers_count": 2824, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 180, + "watchers": 2824, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-08-06T05:14:11Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1153, + "watchers_count": 1153, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-07T11:58:43Z", + "pushed_at": "2018-08-06T19:24:57Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3947, + "stargazers_count": 2256, + "watchers_count": 2256, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 232, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 232, + "open_issues": 276, + "watchers": 2256, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 232, + "subscribers_count": 52 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-07T12:31:41Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 100, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-07T12:31:41Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 2, + "watchers": 100, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 43, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-07T14:46:58Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4942, + "watchers_count": 4942, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 146, + "watchers": 4942, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 213 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-07T07:56:08Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3179, + "watchers_count": 3179, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 399, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 399, + "open_issues": 46, + "watchers": 3179, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 399, + "subscribers_count": 95 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-07T16:20:56Z", + "pushed_at": "2018-08-07T15:29:12Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30762, + "stargazers_count": 16822, + "watchers_count": 16822, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1688, + "mirror_url": null, + "archived": false, + "open_issues_count": 272, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1688, + "open_issues": 272, + "watchers": 16822, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1688, + "subscribers_count": 588 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-08-07T08:21:13Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 587, + "watchers_count": 587, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 587, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-04T21:51:09Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 126, + "watchers_count": 126, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 126, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-07T13:19:49Z", + "pushed_at": "2018-08-06T18:14:19Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20988, + "stargazers_count": 3949, + "watchers_count": 3949, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 505, + "mirror_url": null, + "archived": false, + "open_issues_count": 91, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 505, + "open_issues": 91, + "watchers": 3949, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 505, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-07T10:18:12Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 392, + "watchers_count": 392, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 40, + "open_issues": 1, + "watchers": 392, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-07T13:01:02Z", + "pushed_at": "2018-08-06T07:51:43Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2353, + "stargazers_count": 3946, + "watchers_count": 3946, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 364, + "open_issues": 17, + "watchers": 3946, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-08-05T14:26:27Z", + "pushed_at": "2018-08-03T22:27:13Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3560, + "stargazers_count": 191, + "watchers_count": 191, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 8, + "watchers": 191, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-07T14:57:53Z", + "pushed_at": "2018-08-06T19:01:35Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1457, + "watchers_count": 1457, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 259, + "open_issues": 182, + "watchers": 1457, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 259, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-06T06:45:26Z", + "pushed_at": "2018-08-06T15:11:39Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23607, + "stargazers_count": 338, + "watchers_count": 338, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 124, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 124, + "open_issues": 126, + "watchers": 338, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 124, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-06T21:49:11Z", + "pushed_at": "2018-07-31T19:07:29Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2817, + "stargazers_count": 896, + "watchers_count": 896, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 896, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 87 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 295, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 295, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 295, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-07T13:08:24Z", + "pushed_at": "2018-08-07T11:28:08Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 45149, + "stargazers_count": 19609, + "watchers_count": 19609, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3913, + "mirror_url": null, + "archived": false, + "open_issues_count": 276, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3913, + "open_issues": 276, + "watchers": 19609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3913, + "subscribers_count": 1123 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-07T16:08:18Z", + "pushed_at": "2018-08-07T16:03:43Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42730, + "stargazers_count": 10566, + "watchers_count": 10566, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1478, + "mirror_url": null, + "archived": false, + "open_issues_count": 866, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1478, + "open_issues": 866, + "watchers": 10566, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1478, + "subscribers_count": 687 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-08-04T04:59:22Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 50, + "watchers_count": 50, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 50, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-07T08:52:43Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3745, + "watchers_count": 3745, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 749, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 749, + "open_issues": 225, + "watchers": 3745, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 749, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-07T12:29:17Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1017, + "watchers_count": 1017, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1017, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-07-25T18:52:37Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 382, + "watchers_count": 382, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 382, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-08-06T15:12:46Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-07T01:28:24Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1287, + "watchers_count": 1287, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 206, + "watchers": 1287, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 95 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-03T18:08:19Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 0, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 53, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-07T07:15:12Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 483, + "watchers_count": 483, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 483, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-06T00:17:23Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 97, + "watchers_count": 97, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-07T09:13:26Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7259, + "watchers_count": 7259, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 26, + "watchers": 7259, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 153 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 9, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-05T08:57:08Z", + "pushed_at": "2018-08-05T08:57:23Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 363, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-06T14:29:20Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4924, + "watchers_count": 4924, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-08-07T15:05:49Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 269, + "watchers_count": 269, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 269, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-07T13:25:06Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1201, + "watchers_count": 1201, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 2, + "watchers": 1201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 53, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-07T13:06:25Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1199, + "watchers_count": 1199, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1199, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 38 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 50, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-03T19:41:58Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2003, + "watchers_count": 2003, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 216, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 216, + "open_issues": 8, + "watchers": 2003, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 216, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-07T08:19:01Z", + "pushed_at": "2018-08-07T12:56:57Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 670, + "watchers_count": 670, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 16, + "watchers": 670, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 10, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-07-31T20:12:02Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 718, + "watchers_count": 718, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 718, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-05T07:53:22Z", + "pushed_at": "2018-08-05T07:53:23Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1694, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-06T01:22:13Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 792, + "watchers_count": 792, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-06T07:23:14Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2257, + "watchers_count": 2257, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2257, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 98 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-05T09:22:17Z", + "pushed_at": "2018-08-04T20:46:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56618, + "stargazers_count": 2825, + "watchers_count": 2825, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 206, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 206, + "open_issues": 36, + "watchers": 2825, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 206, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-07T15:43:43Z", + "pushed_at": "2018-08-07T16:02:07Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17545, + "stargazers_count": 8848, + "watchers_count": 8848, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 859, + "mirror_url": null, + "archived": false, + "open_issues_count": 346, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 859, + "open_issues": 346, + "watchers": 8848, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 859, + "subscribers_count": 368 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-06T12:59:33Z", + "pushed_at": "2018-08-07T11:40:27Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36631, + "stargazers_count": 1968, + "watchers_count": 1968, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 379, + "open_issues": 124, + "watchers": 1968, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 379, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-03T04:31:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-06T07:50:21Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1757, + "watchers_count": 1757, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-07T14:56:37Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 19, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-08-07T08:21:19Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 352, + "watchers_count": 352, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 352, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 13, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-07T15:07:35Z", + "pushed_at": "2018-08-04T15:23:04Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2915, + "watchers_count": 2915, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 382, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 382, + "open_issues": 80, + "watchers": 2915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 382, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-07T11:11:24Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2017, + "watchers_count": 2017, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2017, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-07T11:51:45Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2305, + "watchers_count": 2305, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2305, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 82 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-06T14:08:33Z", + "pushed_at": "2018-08-06T15:09:28Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8495, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 10, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-07T11:01:23Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6279, + "watchers_count": 6279, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 799, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 799, + "open_issues": 20, + "watchers": 6279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 799, + "subscribers_count": 332 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-07T11:11:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 438, + "watchers_count": 438, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 438, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-06T13:20:11Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 435, + "watchers_count": 435, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 435, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-05T11:06:56Z", + "pushed_at": "2018-08-07T16:10:46Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16617, + "stargazers_count": 851, + "watchers_count": 851, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 93, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 93, + "open_issues": 32, + "watchers": 851, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 93, + "subscribers_count": 60 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-07T05:51:43Z", + "pushed_at": "2018-08-05T19:11:22Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1763, + "watchers_count": 1763, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 15, + "watchers": 1763, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-08-04T06:03:42Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 12 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2018-08-06T08:42:04Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 7, + "open_issues": 4, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 47433737, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzQzMzczNw==", + "name": "DockerMake", + "full_name": "avirshup/DockerMake", + "owner": { + "login": "avirshup", + "id": 9388007, + "node_id": "MDQ6VXNlcjkzODgwMDc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9388007?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/avirshup", + "html_url": "https://github.com/avirshup", + "followers_url": "https://api.github.com/users/avirshup/followers", + "following_url": "https://api.github.com/users/avirshup/following{/other_user}", + "gists_url": "https://api.github.com/users/avirshup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/avirshup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/avirshup/subscriptions", + "organizations_url": "https://api.github.com/users/avirshup/orgs", + "repos_url": "https://api.github.com/users/avirshup/repos", + "events_url": "https://api.github.com/users/avirshup/events{/privacy}", + "received_events_url": "https://api.github.com/users/avirshup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/avirshup/DockerMake", + "description": "A reproducible Docker image build system for complex software stacks", + "fork": false, + "url": "https://api.github.com/repos/avirshup/DockerMake", + "forks_url": "https://api.github.com/repos/avirshup/DockerMake/forks", + "keys_url": "https://api.github.com/repos/avirshup/DockerMake/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/avirshup/DockerMake/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/avirshup/DockerMake/teams", + "hooks_url": "https://api.github.com/repos/avirshup/DockerMake/hooks", + "issue_events_url": "https://api.github.com/repos/avirshup/DockerMake/issues/events{/number}", + "events_url": "https://api.github.com/repos/avirshup/DockerMake/events", + "assignees_url": "https://api.github.com/repos/avirshup/DockerMake/assignees{/user}", + "branches_url": "https://api.github.com/repos/avirshup/DockerMake/branches{/branch}", + "tags_url": "https://api.github.com/repos/avirshup/DockerMake/tags", + "blobs_url": "https://api.github.com/repos/avirshup/DockerMake/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/avirshup/DockerMake/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/avirshup/DockerMake/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/avirshup/DockerMake/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/avirshup/DockerMake/statuses/{sha}", + "languages_url": "https://api.github.com/repos/avirshup/DockerMake/languages", + "stargazers_url": "https://api.github.com/repos/avirshup/DockerMake/stargazers", + "contributors_url": "https://api.github.com/repos/avirshup/DockerMake/contributors", + "subscribers_url": "https://api.github.com/repos/avirshup/DockerMake/subscribers", + "subscription_url": "https://api.github.com/repos/avirshup/DockerMake/subscription", + "commits_url": "https://api.github.com/repos/avirshup/DockerMake/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/avirshup/DockerMake/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/avirshup/DockerMake/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/avirshup/DockerMake/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/avirshup/DockerMake/contents/{+path}", + "compare_url": "https://api.github.com/repos/avirshup/DockerMake/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/avirshup/DockerMake/merges", + "archive_url": "https://api.github.com/repos/avirshup/DockerMake/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/avirshup/DockerMake/downloads", + "issues_url": "https://api.github.com/repos/avirshup/DockerMake/issues{/number}", + "pulls_url": "https://api.github.com/repos/avirshup/DockerMake/pulls{/number}", + "milestones_url": "https://api.github.com/repos/avirshup/DockerMake/milestones{/number}", + "notifications_url": "https://api.github.com/repos/avirshup/DockerMake/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/avirshup/DockerMake/labels{/name}", + "releases_url": "https://api.github.com/repos/avirshup/DockerMake/releases{/id}", + "deployments_url": "https://api.github.com/repos/avirshup/DockerMake/deployments", + "created_at": "2015-12-04T23:21:29Z", + "updated_at": "2018-07-19T20:46:27Z", + "pushed_at": "2018-06-10T03:57:24Z", + "git_url": "git://github.com/avirshup/DockerMake.git", + "ssh_url": "git@github.com:avirshup/DockerMake.git", + "clone_url": "https://github.com/avirshup/DockerMake.git", + "svn_url": "https://github.com/avirshup/DockerMake", + "homepage": "", + "size": 463, + "stargazers_count": 82, + "watchers_count": 82, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 19, + "open_issues": 2, + "watchers": 82, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 7 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-07T12:31:23Z", + "pushed_at": "2018-08-05T23:28:16Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36456, + "stargazers_count": 1576, + "watchers_count": 1576, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1576, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 78 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-07T08:17:29Z", + "pushed_at": "2018-08-07T07:06:49Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1703, + "watchers_count": 1703, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 69, + "open_issues": 24, + "watchers": 1703, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-07T08:15:38Z", + "pushed_at": "2018-08-07T13:02:23Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15333, + "stargazers_count": 1847, + "watchers_count": 1847, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 32, + "watchers": 1847, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 84 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-08-05T18:29:16Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 159, + "watchers_count": 159, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 159, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 95492373, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjM3Mw==", + "name": "smith", + "full_name": "oracle/smith", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/smith", + "description": "Smith: A microcontainer builder", + "fork": false, + "url": "https://api.github.com/repos/oracle/smith", + "forks_url": "https://api.github.com/repos/oracle/smith/forks", + "keys_url": "https://api.github.com/repos/oracle/smith/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/smith/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/smith/teams", + "hooks_url": "https://api.github.com/repos/oracle/smith/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/smith/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/smith/events", + "assignees_url": "https://api.github.com/repos/oracle/smith/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/smith/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/smith/tags", + "blobs_url": "https://api.github.com/repos/oracle/smith/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/smith/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/smith/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/smith/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/smith/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/smith/languages", + "stargazers_url": "https://api.github.com/repos/oracle/smith/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/smith/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/smith/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/smith/subscription", + "commits_url": "https://api.github.com/repos/oracle/smith/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/smith/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/smith/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/smith/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/smith/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/smith/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/smith/merges", + "archive_url": "https://api.github.com/repos/oracle/smith/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/smith/downloads", + "issues_url": "https://api.github.com/repos/oracle/smith/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/smith/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/smith/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/smith/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/smith/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/smith/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/smith/deployments", + "created_at": "2017-06-26T21:48:39Z", + "updated_at": "2018-08-02T09:28:24Z", + "pushed_at": "2018-05-21T17:17:31Z", + "git_url": "git://github.com/oracle/smith.git", + "ssh_url": "git@github.com:oracle/smith.git", + "clone_url": "https://github.com/oracle/smith.git", + "svn_url": "https://github.com/oracle/smith", + "homepage": "", + "size": 1029, + "stargazers_count": 556, + "watchers_count": 556, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 35, + "open_issues": 2, + "watchers": 556, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 39 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-03T14:01:28Z", + "pushed_at": "2018-07-20T03:06:14Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 35, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 17, + "open_issues": 1, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-07T14:23:59Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6683, + "watchers_count": 6683, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1098, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1098, + "open_issues": 7, + "watchers": 6683, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1098, + "subscribers_count": 360 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-08-05T20:30:13Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 408, + "watchers_count": 408, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 408, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 29 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-08-07T12:22:30Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 692, + "watchers_count": 692, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 416, + "open_issues": 2, + "watchers": 692, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 416, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-06T18:06:34Z", + "pushed_at": "2018-08-05T11:04:56Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162186, + "stargazers_count": 984, + "watchers_count": 984, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 276, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 276, + "open_issues": 33, + "watchers": 984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 276, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-03T16:11:28Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 303, + "watchers_count": 303, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-08-06T20:40:30Z", + "pushed_at": "2018-08-06T20:40:29Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7093, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 10, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-07T12:56:29Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1104, + "watchers_count": 1104, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 23, + "watchers": 1104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-06T07:50:45Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 448, + "watchers_count": 448, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 448, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 91 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-08-07T06:37:53Z", + "pushed_at": "2018-08-07T06:38:32Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 89, + "stargazers_count": 16, + "watchers_count": 16, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 2, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 0, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-04T15:10:10Z", + "pushed_at": "2018-08-07T12:22:30Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15142, + "stargazers_count": 924, + "watchers_count": 924, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 369, + "mirror_url": null, + "archived": false, + "open_issues_count": 282, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 369, + "open_issues": 282, + "watchers": 924, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 369, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-06T18:43:45Z", + "pushed_at": "2018-08-06T18:43:43Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1369, + "stargazers_count": 594, + "watchers_count": 594, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 152, + "open_issues": 37, + "watchers": 594, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 152, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-07T08:27:51Z", + "pushed_at": "2018-08-05T01:03:19Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 152, + "stargazers_count": 908, + "watchers_count": 908, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 77, + "watchers": 908, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 106 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-07T14:52:14Z", + "pushed_at": "2018-08-04T04:40:21Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1904, + "watchers_count": 1904, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 301, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 301, + "open_issues": 47, + "watchers": 1904, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 301, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-06T00:44:19Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1327, + "watchers_count": 1327, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 469, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 469, + "open_issues": 34, + "watchers": 1327, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 469, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-05T14:25:17Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 523, + "watchers_count": 523, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 523, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-08-05T13:12:31Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 132, + "watchers_count": 132, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 132, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-08-05T02:29:27Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-07T03:40:51Z", + "pushed_at": "2018-08-06T12:34:36Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48356, + "stargazers_count": 562, + "watchers_count": 562, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 12, + "watchers": 562, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-07-26T00:03:14Z", + "pushed_at": "2018-08-01T19:43:00Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1732, + "stargazers_count": 369, + "watchers_count": 369, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 41, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 41, + "watchers": 369, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-07T14:08:15Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15196, + "watchers_count": 15196, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1577, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1577, + "open_issues": 116, + "watchers": 15196, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1577, + "subscribers_count": 554 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-07T14:49:50Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 424, + "watchers_count": 424, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 64, + "watchers": 424, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 70 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-07T14:27:44Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2461, + "watchers_count": 2461, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 183, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 183, + "open_issues": 85, + "watchers": 2461, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 183, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-03T18:56:41Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 590, + "watchers_count": 590, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 590, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-07T09:50:41Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7507, + "watchers_count": 7507, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1039, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1039, + "open_issues": 367, + "watchers": 7507, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1039, + "subscribers_count": 400 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-07T13:40:37Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1831, + "watchers_count": 1831, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1831, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-04T01:53:05Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 38, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-01T16:21:02Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1439, + "watchers_count": 1439, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 119, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 119, + "open_issues": 57, + "watchers": 1439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 119, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-07T12:47:41Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1926, + "watchers_count": 1926, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 129, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 129, + "open_issues": 10, + "watchers": 1926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 129, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-08-04T12:02:33Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-07T15:41:04Z", + "pushed_at": "2018-08-06T19:58:02Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 897, + "watchers_count": 897, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 145, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 174, + "open_issues": 145, + "watchers": 897, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 62 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-07T15:48:07Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1471, + "watchers_count": 1471, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 77, + "open_issues": 61, + "watchers": 1471, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 60 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-08-03T16:48:29Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 986, + "watchers_count": 986, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 9, + "watchers": 986, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 37 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-07T15:47:26Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4370, + "watchers_count": 4370, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 404, + "open_issues": 54, + "watchers": 4370, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator-archive/amp", + "owner": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator-archive/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator-archive/amp", + "forks_url": "https://api.github.com/repos/appcelerator-archive/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator-archive/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator-archive/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator-archive/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator-archive/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator-archive/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator-archive/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator-archive/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator-archive/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator-archive/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator-archive/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator-archive/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator-archive/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator-archive/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator-archive/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator-archive/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator-archive/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator-archive/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator-archive/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator-archive/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator-archive/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator-archive/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator-archive/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator-archive/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator-archive/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator-archive/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator-archive/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator-archive/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator-archive/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator-archive/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator-archive/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator-archive/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-08-03T18:19:17Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator-archive/amp.git", + "ssh_url": "git@github.com:appcelerator-archive/amp.git", + "clone_url": "https://github.com/appcelerator-archive/amp.git", + "svn_url": "https://github.com/appcelerator-archive/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-07T10:30:32Z", + "pushed_at": "2018-08-07T16:22:14Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62423, + "stargazers_count": 3398, + "watchers_count": 3398, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 642, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 642, + "open_issues": 418, + "watchers": 3398, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 642, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-07T16:15:27Z", + "pushed_at": "2018-08-04T15:27:07Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2531, + "watchers_count": 2531, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 20, + "watchers": 2531, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 93 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-07T15:23:47Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2303, + "watchers_count": 2303, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-07T16:18:37Z", + "pushed_at": "2018-08-07T15:04:02Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22284, + "stargazers_count": 11043, + "watchers_count": 11043, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 792, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 792, + "open_issues": 59, + "watchers": 11043, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 792, + "subscribers_count": 425 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-06T02:40:00Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 302, + "watchers_count": 302, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 302, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-06T17:30:48Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 764, + "watchers_count": 764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-07T15:15:08Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2439, + "watchers_count": 2439, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 178, + "open_issues": 87, + "watchers": 2439, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-03T06:23:21Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 940, + "watchers_count": 940, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 19, + "watchers": 940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-06T04:36:05Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 866, + "watchers_count": 866, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 866, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 34 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-03T23:06:50Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 694, + "watchers_count": 694, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-04T19:21:38Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 348, + "watchers_count": 348, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 348, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-07T15:21:02Z", + "pushed_at": "2018-08-07T15:20:59Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1068940, + "stargazers_count": 3046, + "watchers_count": 3046, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 358, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 358, + "open_issues": 45, + "watchers": 3046, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 358, + "subscribers_count": 332 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 74 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-07T15:19:13Z", + "pushed_at": "2018-08-05T07:56:29Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 579, + "stargazers_count": 3263, + "watchers_count": 3263, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 470, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 470, + "open_issues": 5, + "watchers": 3263, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 470, + "subscribers_count": 239 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-06T13:51:19Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 572, + "watchers_count": 572, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 572, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 48 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-07T16:00:25Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 25041, + "watchers_count": 25041, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2044, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2044, + "open_issues": 71, + "watchers": 25041, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2044, + "subscribers_count": 1148 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-07T13:37:08Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6956, + "watchers_count": 6956, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6956, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-07T16:19:19Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17478, + "watchers_count": 17478, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2847, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2847, + "open_issues": 217, + "watchers": 17478, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-07T16:19:19Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17478, + "watchers_count": 17478, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2847, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2847, + "open_issues": 217, + "watchers": 17478, + "default_branch": "master" + }, + "network_count": 2847, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-07T16:11:53Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7240, + "watchers_count": 7240, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 724, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 724, + "open_issues": 6, + "watchers": 7240, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 724, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-02T16:29:57Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 613, + "watchers_count": 613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-08-03T19:20:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 492, + "watchers_count": 492, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-05-30T03:49:33Z", + "pushed_at": "2018-05-14T22:57:27Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 354, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-07T13:06:21Z", + "pushed_at": "2018-08-07T15:29:19Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6425, + "stargazers_count": 2926, + "watchers_count": 2926, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1025, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1025, + "open_issues": 39, + "watchers": 2926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1025, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-07T10:52:12Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4619, + "watchers_count": 4619, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 71, + "watchers": 4619, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 146 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-03T06:42:51Z", + "pushed_at": "2018-08-03T04:10:56Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37848, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-07T09:13:43Z", + "pushed_at": "2018-08-06T21:49:26Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12663, + "stargazers_count": 4098, + "watchers_count": 4098, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1358, + "mirror_url": null, + "archived": false, + "open_issues_count": 417, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1358, + "open_issues": 417, + "watchers": 4098, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1358, + "subscribers_count": 286 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-07T13:21:51Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13987, + "watchers_count": 13987, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2416, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2416, + "open_issues": 5, + "watchers": 13987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2416, + "subscribers_count": 679 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-07T16:17:48Z", + "pushed_at": "2018-08-06T12:30:24Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5825, + "stargazers_count": 15988, + "watchers_count": 15988, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1351, + "open_issues": 27, + "watchers": 15988, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1351, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 18, + "open_issues": 0, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-07T16:13:01Z", + "pushed_at": "2018-08-07T16:15:49Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14221, + "stargazers_count": 1361, + "watchers_count": 1361, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 367, + "mirror_url": null, + "archived": false, + "open_issues_count": 527, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 367, + "open_issues": 527, + "watchers": 1361, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 367, + "subscribers_count": 171 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-07T14:23:59Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6683, + "watchers_count": 6683, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1098, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1098, + "open_issues": 7, + "watchers": 6683, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1098, + "subscribers_count": 360 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-07T14:18:17Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1797, + "watchers_count": 1797, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 259, + "open_issues": 1, + "watchers": 1797, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 259, + "subscribers_count": 114 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-07T11:06:46Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8675, + "watchers_count": 8675, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1686, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1686, + "open_issues": 443, + "watchers": 8675, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1686, + "subscribers_count": 279 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-06T21:15:50Z", + "pushed_at": "2018-08-03T15:18:12Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18618, + "stargazers_count": 5194, + "watchers_count": 5194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 460, + "mirror_url": null, + "archived": false, + "open_issues_count": 370, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 460, + "open_issues": 370, + "watchers": 5194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 460, + "subscribers_count": 256 + } +] diff --git a/data/2018-08-08T16.30.12-fetched_repo_data.json b/data/2018-08-08T16.30.12-fetched_repo_data.json new file mode 100644 index 0000000..73e1824 --- /dev/null +++ b/data/2018-08-08T16.30.12-fetched_repo_data.json @@ -0,0 +1,35701 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-08T15:50:31Z", + "pushed_at": "2018-08-08T15:57:37Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90300, + "watchers_count": 90300, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11949, + "mirror_url": null, + "archived": false, + "open_issues_count": 172, + "license": null, + "forks": 11949, + "open_issues": 172, + "watchers": 90300, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11949, + "subscribers_count": 5609 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-08T15:42:17Z", + "pushed_at": "2018-08-08T11:00:20Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 3338, + "stargazers_count": 11975, + "watchers_count": 11975, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1351, + "open_issues": 4, + "watchers": 11975, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1351, + "subscribers_count": 641 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-04T21:04:24Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 508, + "watchers_count": 508, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 9, + "watchers": 508, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-07T02:01:30Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2756, + "watchers_count": 2756, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-07T06:40:34Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2499, + "watchers_count": 2499, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2499, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-08T16:00:40Z", + "pushed_at": "2018-08-08T15:45:39Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137466, + "stargazers_count": 49853, + "watchers_count": 49853, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14551, + "mirror_url": null, + "archived": false, + "open_issues_count": 3299, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14551, + "open_issues": 3299, + "watchers": 49853, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14551, + "subscribers_count": 3345 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-08T16:12:38Z", + "pushed_at": "2018-08-08T04:12:49Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10653, + "stargazers_count": 13443, + "watchers_count": 13443, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2055, + "mirror_url": null, + "archived": false, + "open_issues_count": 585, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2055, + "open_issues": 585, + "watchers": 13443, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2055, + "subscribers_count": 623 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-08T16:05:38Z", + "pushed_at": "2018-08-03T12:11:52Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4828, + "watchers_count": 4828, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1367, + "mirror_url": null, + "archived": false, + "open_issues_count": 875, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1367, + "open_issues": 875, + "watchers": 4828, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1367, + "subscribers_count": 301 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-08T08:54:44Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5225, + "watchers_count": 5225, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1070, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1070, + "open_issues": 280, + "watchers": 5225, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1070, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-07T02:07:59Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5084, + "watchers_count": 5084, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 421, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 421, + "open_issues": 9, + "watchers": 5084, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 421, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-08-06T01:57:53Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 37, + "watchers_count": 37, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 37, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-07T07:11:58Z", + "pushed_at": "2018-08-07T19:04:56Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 370, + "stargazers_count": 156, + "watchers_count": 156, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-08-07T14:00:19Z", + "pushed_at": "2018-08-06T04:07:14Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 848, + "watchers_count": 848, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 848, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 39 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-06-12T17:06:21Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 616, + "watchers_count": 616, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 616, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-08-06T20:19:28Z", + "pushed_at": "2018-08-06T20:19:27Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16024, + "stargazers_count": 26, + "watchers_count": 26, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 10, + "watchers": 26, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-08T13:08:24Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1279, + "watchers_count": 1279, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 77, + "open_issues": 1, + "watchers": 1279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 77, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-07-31T14:28:06Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 57, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Build and deploy docker images to Kubernetes using git push", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-08T05:53:49Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2038, + "watchers_count": 2038, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 33, + "watchers": 2038, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 70 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-08T16:05:01Z", + "pushed_at": "2018-08-08T13:28:59Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2028, + "stargazers_count": 591, + "watchers_count": 591, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 25, + "watchers": 591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-08-07T14:29:36Z", + "pushed_at": "2018-08-07T14:29:37Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98591, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-08T13:49:17Z", + "pushed_at": "2018-08-04T04:49:00Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7779, + "watchers_count": 7779, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1127, + "mirror_url": null, + "archived": false, + "open_issues_count": 289, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1127, + "open_issues": 289, + "watchers": 7779, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1127, + "subscribers_count": 379 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 25, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 25, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-08T15:31:59Z", + "pushed_at": "2018-08-06T14:49:12Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26220, + "stargazers_count": 11300, + "watchers_count": 11300, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 786, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 786, + "open_issues": 64, + "watchers": 11300, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 786, + "subscribers_count": 472 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-07T11:20:05Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 378, + "watchers_count": 378, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 378, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 24 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-08-06T17:30:04Z", + "pushed_at": "2018-08-06T17:30:02Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2192, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 27, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-08T15:02:13Z", + "pushed_at": "2018-08-08T12:02:38Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3350, + "watchers_count": 3350, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 574, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 574, + "open_issues": 81, + "watchers": 3350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 574, + "subscribers_count": 104 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-08T01:47:22Z", + "pushed_at": "2018-08-08T01:47:21Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://server.nexclipper.com", + "size": 4554, + "stargazers_count": 14, + "watchers_count": 14, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 14, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-08T11:31:57Z", + "pushed_at": "2018-08-02T07:02:32Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2983, + "stargazers_count": 314, + "watchers_count": 314, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 88, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 88, + "open_issues": 6, + "watchers": 314, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 88, + "subscribers_count": 26 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-05T10:58:25Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 749, + "watchers_count": 749, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-05-17T12:57:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 34, + "watchers_count": 34, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 34, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-08T10:06:58Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3322, + "watchers_count": 3322, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 777, + "open_issues": 126, + "watchers": 3322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 777, + "subscribers_count": 205 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-08T02:34:10Z", + "pushed_at": "2018-08-06T16:03:40Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 88, + "stargazers_count": 404, + "watchers_count": 404, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 79, + "open_issues": 4, + "watchers": 404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-08-07T18:25:38Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 63, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-08-06T19:24:07Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 224, + "watchers_count": 224, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-08-05T09:41:58Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 14 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-08-07T06:33:35Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 169, + "watchers_count": 169, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 7, + "watchers": 169, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-08T01:48:53Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1938, + "watchers_count": 1938, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 222, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 222, + "open_issues": 29, + "watchers": 1938, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 222, + "subscribers_count": 98 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-08T07:39:51Z", + "pushed_at": "2018-07-23T07:50:28Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9126, + "stargazers_count": 1371, + "watchers_count": 1371, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 436, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 436, + "watchers": 1371, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-08T16:08:11Z", + "pushed_at": "2018-08-08T16:29:59Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 797186, + "stargazers_count": 39781, + "watchers_count": 39781, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13857, + "mirror_url": null, + "archived": false, + "open_issues_count": 3137, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13857, + "open_issues": 3137, + "watchers": 39781, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13857, + "subscribers_count": 2625 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-07T22:16:17Z", + "pushed_at": "2018-08-08T16:19:12Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255393, + "stargazers_count": 685, + "watchers_count": 685, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 653, + "mirror_url": null, + "archived": false, + "open_issues_count": 604, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 653, + "open_issues": 604, + "watchers": 685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 653, + "subscribers_count": 88 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-08-07T02:24:54Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3046, + "watchers_count": 3046, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3046, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-08T15:32:24Z", + "pushed_at": "2018-08-08T15:32:22Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 38092, + "stargazers_count": 3699, + "watchers_count": 3699, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 851, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 851, + "open_issues": 20, + "watchers": 3699, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 851, + "subscribers_count": 377 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-08T14:19:13Z", + "pushed_at": "2018-08-08T14:19:02Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": "", + "size": 379306, + "stargazers_count": 3795, + "watchers_count": 3795, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 19, + "watchers": 3795, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-08T06:29:00Z", + "pushed_at": "2018-08-08T16:11:17Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 110036, + "stargazers_count": 3753, + "watchers_count": 3753, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 394, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 394, + "watchers": 3753, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 261 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 87 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-08T13:44:13Z", + "pushed_at": "2018-08-08T16:17:03Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38641, + "stargazers_count": 9267, + "watchers_count": 9267, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 919, + "mirror_url": null, + "archived": false, + "open_issues_count": 2306, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 919, + "open_issues": 2306, + "watchers": 9267, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 919, + "subscribers_count": 578 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-07T14:17:59Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 559, + "watchers_count": 559, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 43, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 43, + "watchers": 559, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 35 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-08T15:46:05Z", + "pushed_at": "2018-08-07T17:15:38Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4724, + "stargazers_count": 3364, + "watchers_count": 3364, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 177, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 177, + "open_issues": 15, + "watchers": 3364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 177, + "subscribers_count": 113 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-08T14:20:28Z", + "pushed_at": "2018-08-08T14:29:11Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118752, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 150, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 150, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 150, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-08T13:33:41Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2433, + "watchers_count": 2433, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 136 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-08T10:56:50Z", + "pushed_at": "2018-08-02T21:13:48Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6782, + "watchers_count": 6782, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 422, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 422, + "watchers": 6782, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-08T15:40:18Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1256, + "watchers_count": 1256, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1256, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-08T14:57:22Z", + "pushed_at": "2018-08-07T19:50:40Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58152, + "stargazers_count": 2826, + "watchers_count": 2826, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 180, + "watchers": 2826, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-08-06T05:14:11Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1153, + "watchers_count": 1153, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 59, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 59, + "watchers": 1153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-08T12:27:47Z", + "pushed_at": "2018-08-07T21:21:15Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3948, + "stargazers_count": 2257, + "watchers_count": 2257, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 235, + "mirror_url": null, + "archived": false, + "open_issues_count": 279, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 235, + "open_issues": 279, + "watchers": 2257, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 235, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-08T14:28:16Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 101, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-08T14:28:16Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 152, + "open_issues": 3, + "watchers": 101, + "default_branch": "master" + }, + "network_count": 152, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-07-26T20:39:00Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 193, + "watchers_count": 193, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 44, + "open_issues": 5, + "watchers": 193, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-08T14:22:00Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4948, + "watchers_count": 4948, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 147, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 147, + "watchers": 4948, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 213 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-08T08:46:26Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3182, + "watchers_count": 3182, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 399, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 399, + "open_issues": 46, + "watchers": 3182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 399, + "subscribers_count": 95 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-08T16:30:26Z", + "pushed_at": "2018-08-08T16:15:18Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30761, + "stargazers_count": 16840, + "watchers_count": 16840, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1691, + "mirror_url": null, + "archived": false, + "open_issues_count": 270, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1691, + "open_issues": 270, + "watchers": 16840, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1691, + "subscribers_count": 589 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-08-07T17:54:25Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 588, + "watchers_count": 588, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 2, + "watchers": 588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-08T03:23:52Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 128, + "watchers_count": 128, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 128, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-08T14:56:30Z", + "pushed_at": "2018-08-08T13:09:49Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20988, + "stargazers_count": 3956, + "watchers_count": 3956, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 506, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 506, + "open_issues": 93, + "watchers": 3956, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 506, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-08T06:38:51Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 393, + "watchers_count": 393, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 41, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 41, + "open_issues": 1, + "watchers": 393, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 41, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-08T09:58:50Z", + "pushed_at": "2018-08-08T09:58:48Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2354, + "stargazers_count": 3946, + "watchers_count": 3946, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 364, + "open_issues": 16, + "watchers": 3946, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-08-05T14:26:27Z", + "pushed_at": "2018-08-03T22:27:13Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3560, + "stargazers_count": 191, + "watchers_count": 191, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 8, + "watchers": 191, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-08T15:23:17Z", + "pushed_at": "2018-08-06T19:01:35Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1460, + "watchers_count": 1460, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 182, + "watchers": 1460, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 260, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-06T06:45:26Z", + "pushed_at": "2018-08-08T10:26:46Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23607, + "stargazers_count": 338, + "watchers_count": 338, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 124, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 124, + "open_issues": 126, + "watchers": 338, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 124, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-07T20:53:52Z", + "pushed_at": "2018-08-07T22:32:41Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2818, + "stargazers_count": 898, + "watchers_count": 898, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 898, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 88 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 294, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 294, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 294, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-08T15:06:38Z", + "pushed_at": "2018-08-08T15:11:34Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 45154, + "stargazers_count": 19626, + "watchers_count": 19626, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3917, + "mirror_url": null, + "archived": false, + "open_issues_count": 275, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3917, + "open_issues": 275, + "watchers": 19626, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3917, + "subscribers_count": 1124 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-08T16:26:51Z", + "pushed_at": "2018-08-08T16:26:37Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42903, + "stargazers_count": 10605, + "watchers_count": 10605, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1486, + "mirror_url": null, + "archived": false, + "open_issues_count": 880, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1486, + "open_issues": 880, + "watchers": 10605, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1486, + "subscribers_count": 689 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-08-04T04:59:22Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 50, + "watchers_count": 50, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 50, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-08T03:31:24Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3747, + "watchers_count": 3747, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 750, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 750, + "open_issues": 225, + "watchers": 3747, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 750, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-07T12:29:17Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1017, + "watchers_count": 1017, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1017, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-08-08T04:12:44Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 383, + "watchers_count": 383, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 383, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-08-08T01:43:18Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 49 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-08T12:39:18Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1288, + "watchers_count": 1288, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 206, + "watchers": 1288, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 96 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-08T01:28:06Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 0, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 53, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-07T07:15:12Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 483, + "watchers_count": 483, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 483, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-06T00:17:23Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 97, + "watchers_count": 97, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-02T07:07:45Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-08T13:15:25Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7263, + "watchers_count": 7263, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 26, + "watchers": 7263, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 154 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 10, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-05T08:57:08Z", + "pushed_at": "2018-08-05T08:57:23Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 363, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-08T02:42:38Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4925, + "watchers_count": 4925, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4925, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-08-07T15:05:49Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 269, + "watchers_count": 269, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 269, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-08T04:07:56Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1203, + "watchers_count": 1203, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 2, + "watchers": 1203, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 53, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-08T12:36:53Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1200, + "watchers_count": 1200, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1200, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 39 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 50, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-08T05:23:07Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2005, + "watchers_count": 2005, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 216, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 216, + "open_issues": 8, + "watchers": 2005, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 216, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-08T04:47:54Z", + "pushed_at": "2018-08-07T12:56:57Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 671, + "watchers_count": 671, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 64, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 64, + "open_issues": 17, + "watchers": 671, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 10, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-08-08T14:51:52Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 719, + "watchers_count": 719, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 46, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 46, + "open_issues": 30, + "watchers": 719, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 46, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-01T08:26:27Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-08T05:41:42Z", + "pushed_at": "2018-08-08T10:34:58Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1695, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 3, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-06T01:22:13Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 792, + "watchers_count": 792, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 91, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 91, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 91, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-06T07:23:14Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2257, + "watchers_count": 2257, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2257, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 98 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-08T03:27:14Z", + "pushed_at": "2018-08-04T20:46:34Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56618, + "stargazers_count": 2827, + "watchers_count": 2827, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 207, + "open_issues": 36, + "watchers": 2827, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-08T15:02:35Z", + "pushed_at": "2018-08-08T13:06:48Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17556, + "stargazers_count": 8860, + "watchers_count": 8860, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 859, + "mirror_url": null, + "archived": false, + "open_issues_count": 349, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 859, + "open_issues": 349, + "watchers": 8860, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 859, + "subscribers_count": 368 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-08T14:26:38Z", + "pushed_at": "2018-08-08T14:26:36Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36632, + "stargazers_count": 1968, + "watchers_count": 1968, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 379, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 379, + "open_issues": 126, + "watchers": 1968, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 379, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-07T16:37:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 79, + "watchers_count": 79, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 79, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-06T07:50:21Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1757, + "watchers_count": 1757, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-07T14:56:37Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 19, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-08-08T05:58:05Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 353, + "watchers_count": 353, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 353, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 13, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-08T13:45:53Z", + "pushed_at": "2018-08-04T15:23:04Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2915, + "watchers_count": 2915, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 382, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 382, + "open_issues": 80, + "watchers": 2915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 382, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-08T12:43:20Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2020, + "watchers_count": 2020, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2020, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-08T16:03:34Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2309, + "watchers_count": 2309, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 153, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 153, + "open_issues": 12, + "watchers": 2309, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 153, + "subscribers_count": 82 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-08T13:52:10Z", + "pushed_at": "2018-08-08T14:56:34Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8496, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 11, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-08T15:20:30Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6286, + "watchers_count": 6286, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 801, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 801, + "open_issues": 20, + "watchers": 6286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 801, + "subscribers_count": 332 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-07T11:11:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 438, + "watchers_count": 438, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 438, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-06T13:20:11Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 435, + "watchers_count": 435, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 435, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-08T14:32:14Z", + "pushed_at": "2018-08-08T09:08:17Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16627, + "stargazers_count": 854, + "watchers_count": 854, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 94, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 94, + "open_issues": 31, + "watchers": 854, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 94, + "subscribers_count": 60 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-07T23:54:21Z", + "pushed_at": "2018-08-05T19:11:22Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1764, + "watchers_count": 1764, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 15, + "watchers": 1764, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-08-04T06:03:42Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 12 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-07-09T00:51:27Z", + "pushed_at": "2018-08-08T11:27:10Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 7, + "open_issues": 4, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 47433737, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzQzMzczNw==", + "name": "DockerMake", + "full_name": "avirshup/DockerMake", + "owner": { + "login": "avirshup", + "id": 9388007, + "node_id": "MDQ6VXNlcjkzODgwMDc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9388007?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/avirshup", + "html_url": "https://github.com/avirshup", + "followers_url": "https://api.github.com/users/avirshup/followers", + "following_url": "https://api.github.com/users/avirshup/following{/other_user}", + "gists_url": "https://api.github.com/users/avirshup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/avirshup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/avirshup/subscriptions", + "organizations_url": "https://api.github.com/users/avirshup/orgs", + "repos_url": "https://api.github.com/users/avirshup/repos", + "events_url": "https://api.github.com/users/avirshup/events{/privacy}", + "received_events_url": "https://api.github.com/users/avirshup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/avirshup/DockerMake", + "description": "A reproducible Docker image build system for complex software stacks", + "fork": false, + "url": "https://api.github.com/repos/avirshup/DockerMake", + "forks_url": "https://api.github.com/repos/avirshup/DockerMake/forks", + "keys_url": "https://api.github.com/repos/avirshup/DockerMake/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/avirshup/DockerMake/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/avirshup/DockerMake/teams", + "hooks_url": "https://api.github.com/repos/avirshup/DockerMake/hooks", + "issue_events_url": "https://api.github.com/repos/avirshup/DockerMake/issues/events{/number}", + "events_url": "https://api.github.com/repos/avirshup/DockerMake/events", + "assignees_url": "https://api.github.com/repos/avirshup/DockerMake/assignees{/user}", + "branches_url": "https://api.github.com/repos/avirshup/DockerMake/branches{/branch}", + "tags_url": "https://api.github.com/repos/avirshup/DockerMake/tags", + "blobs_url": "https://api.github.com/repos/avirshup/DockerMake/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/avirshup/DockerMake/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/avirshup/DockerMake/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/avirshup/DockerMake/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/avirshup/DockerMake/statuses/{sha}", + "languages_url": "https://api.github.com/repos/avirshup/DockerMake/languages", + "stargazers_url": "https://api.github.com/repos/avirshup/DockerMake/stargazers", + "contributors_url": "https://api.github.com/repos/avirshup/DockerMake/contributors", + "subscribers_url": "https://api.github.com/repos/avirshup/DockerMake/subscribers", + "subscription_url": "https://api.github.com/repos/avirshup/DockerMake/subscription", + "commits_url": "https://api.github.com/repos/avirshup/DockerMake/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/avirshup/DockerMake/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/avirshup/DockerMake/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/avirshup/DockerMake/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/avirshup/DockerMake/contents/{+path}", + "compare_url": "https://api.github.com/repos/avirshup/DockerMake/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/avirshup/DockerMake/merges", + "archive_url": "https://api.github.com/repos/avirshup/DockerMake/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/avirshup/DockerMake/downloads", + "issues_url": "https://api.github.com/repos/avirshup/DockerMake/issues{/number}", + "pulls_url": "https://api.github.com/repos/avirshup/DockerMake/pulls{/number}", + "milestones_url": "https://api.github.com/repos/avirshup/DockerMake/milestones{/number}", + "notifications_url": "https://api.github.com/repos/avirshup/DockerMake/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/avirshup/DockerMake/labels{/name}", + "releases_url": "https://api.github.com/repos/avirshup/DockerMake/releases{/id}", + "deployments_url": "https://api.github.com/repos/avirshup/DockerMake/deployments", + "created_at": "2015-12-04T23:21:29Z", + "updated_at": "2018-07-19T20:46:27Z", + "pushed_at": "2018-06-10T03:57:24Z", + "git_url": "git://github.com/avirshup/DockerMake.git", + "ssh_url": "git@github.com:avirshup/DockerMake.git", + "clone_url": "https://github.com/avirshup/DockerMake.git", + "svn_url": "https://github.com/avirshup/DockerMake", + "homepage": "", + "size": 463, + "stargazers_count": 82, + "watchers_count": 82, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 19, + "open_issues": 2, + "watchers": 82, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 7 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-08T05:37:15Z", + "pushed_at": "2018-08-05T23:28:16Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36456, + "stargazers_count": 1575, + "watchers_count": 1575, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1575, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 79 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-08T13:36:07Z", + "pushed_at": "2018-08-07T07:06:49Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 69, + "open_issues": 24, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-08T16:12:02Z", + "pushed_at": "2018-08-08T01:21:00Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15342, + "stargazers_count": 1861, + "watchers_count": 1861, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 30, + "watchers": 1861, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 85 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-08-05T18:29:16Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 159, + "watchers_count": 159, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 159, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 95492373, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjM3Mw==", + "name": "smith", + "full_name": "oracle/smith", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/smith", + "description": "Smith: A microcontainer builder", + "fork": false, + "url": "https://api.github.com/repos/oracle/smith", + "forks_url": "https://api.github.com/repos/oracle/smith/forks", + "keys_url": "https://api.github.com/repos/oracle/smith/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/smith/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/smith/teams", + "hooks_url": "https://api.github.com/repos/oracle/smith/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/smith/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/smith/events", + "assignees_url": "https://api.github.com/repos/oracle/smith/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/smith/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/smith/tags", + "blobs_url": "https://api.github.com/repos/oracle/smith/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/smith/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/smith/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/smith/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/smith/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/smith/languages", + "stargazers_url": "https://api.github.com/repos/oracle/smith/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/smith/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/smith/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/smith/subscription", + "commits_url": "https://api.github.com/repos/oracle/smith/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/smith/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/smith/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/smith/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/smith/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/smith/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/smith/merges", + "archive_url": "https://api.github.com/repos/oracle/smith/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/smith/downloads", + "issues_url": "https://api.github.com/repos/oracle/smith/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/smith/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/smith/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/smith/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/smith/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/smith/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/smith/deployments", + "created_at": "2017-06-26T21:48:39Z", + "updated_at": "2018-08-07T23:27:01Z", + "pushed_at": "2018-05-21T17:17:31Z", + "git_url": "git://github.com/oracle/smith.git", + "ssh_url": "git@github.com:oracle/smith.git", + "clone_url": "https://github.com/oracle/smith.git", + "svn_url": "https://github.com/oracle/smith", + "homepage": "", + "size": 1029, + "stargazers_count": 555, + "watchers_count": 555, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 35, + "open_issues": 2, + "watchers": 555, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 39 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-08T13:05:58Z", + "pushed_at": "2018-08-08T01:20:04Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 36, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 18, + "open_issues": 1, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-02T07:53:01Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-08T07:10:52Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6687, + "watchers_count": 6687, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1100, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1100, + "open_issues": 7, + "watchers": 6687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1100, + "subscribers_count": 360 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-08-05T20:30:13Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 408, + "watchers_count": 408, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 408, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 28 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-08-08T12:23:39Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 693, + "watchers_count": 693, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 416, + "open_issues": 2, + "watchers": 693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 416, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-06T18:06:34Z", + "pushed_at": "2018-08-05T11:04:56Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162186, + "stargazers_count": 984, + "watchers_count": 984, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 276, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 276, + "open_issues": 33, + "watchers": 984, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 276, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-03T16:11:28Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 303, + "watchers_count": 303, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-08-06T20:40:30Z", + "pushed_at": "2018-08-06T20:40:29Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7093, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 10, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-07T12:56:29Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1104, + "watchers_count": 1104, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 63, + "open_issues": 24, + "watchers": 1104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-07T19:01:01Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 450, + "watchers_count": 450, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 450, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 90 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-08-07T06:37:53Z", + "pushed_at": "2018-08-07T06:38:32Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 89, + "stargazers_count": 16, + "watchers_count": 16, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 2, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 89 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 0, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 118 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-02T14:41:54Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 323, + "watchers_count": 323, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 323, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-08T01:55:37Z", + "pushed_at": "2018-08-07T12:22:30Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15142, + "stargazers_count": 925, + "watchers_count": 925, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 370, + "mirror_url": null, + "archived": false, + "open_issues_count": 282, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 370, + "open_issues": 282, + "watchers": 925, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 370, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-06T18:43:45Z", + "pushed_at": "2018-08-06T18:43:43Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1369, + "stargazers_count": 594, + "watchers_count": 594, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 152, + "open_issues": 37, + "watchers": 594, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 152, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-08T13:05:48Z", + "pushed_at": "2018-08-08T13:05:46Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 158, + "stargazers_count": 909, + "watchers_count": 909, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 159, + "open_issues": 77, + "watchers": 909, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 159, + "subscribers_count": 106 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-08T15:01:52Z", + "pushed_at": "2018-08-04T04:40:21Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1902, + "watchers_count": 1902, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 301, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 301, + "open_issues": 47, + "watchers": 1902, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 301, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-06T00:44:19Z", + "pushed_at": "2018-07-30T22:43:00Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3652, + "stargazers_count": 1327, + "watchers_count": 1327, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 469, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 469, + "open_issues": 34, + "watchers": 1327, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 469, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-07T22:43:46Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 524, + "watchers_count": 524, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 524, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-08-05T13:12:31Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 132, + "watchers_count": 132, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 132, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-08-05T02:29:27Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-07T23:27:36Z", + "pushed_at": "2018-08-06T12:34:36Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48356, + "stargazers_count": 562, + "watchers_count": 562, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 100, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 100, + "open_issues": 12, + "watchers": 562, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 100, + "subscribers_count": 50 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-08-08T13:47:53Z", + "pushed_at": "2018-08-08T11:13:40Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1771, + "stargazers_count": 370, + "watchers_count": 370, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 36, + "watchers": 370, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-08T14:04:31Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15203, + "watchers_count": 15203, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1578, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1578, + "open_issues": 116, + "watchers": 15203, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1578, + "subscribers_count": 556 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-08T11:27:22Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 425, + "watchers_count": 425, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 64, + "watchers": 425, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 70 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-08T08:21:41Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2468, + "watchers_count": 2468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 184, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 184, + "open_issues": 85, + "watchers": 2468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 184, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-03T18:56:41Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 590, + "watchers_count": 590, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 590, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-08T15:22:54Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7508, + "watchers_count": 7508, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1041, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1041, + "open_issues": 367, + "watchers": 7508, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1041, + "subscribers_count": 400 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-08T12:52:33Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1835, + "watchers_count": 1835, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1835, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-07T22:04:18Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 39, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-08T14:40:27Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1440, + "watchers_count": 1440, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 118, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 118, + "open_issues": 57, + "watchers": 1440, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 118, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-08T16:25:56Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1929, + "watchers_count": 1929, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 130, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 130, + "open_issues": 10, + "watchers": 1929, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 130, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-08-04T12:02:33Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-08T14:40:11Z", + "pushed_at": "2018-08-08T00:53:46Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16401, + "stargazers_count": 898, + "watchers_count": 898, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 175, + "mirror_url": null, + "archived": false, + "open_issues_count": 146, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 175, + "open_issues": 146, + "watchers": 898, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 175, + "subscribers_count": 62 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-08T06:20:10Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1474, + "watchers_count": 1474, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 77, + "open_issues": 61, + "watchers": 1474, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 60 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-08-08T01:50:25Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 987, + "watchers_count": 987, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 9, + "watchers": 987, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 37 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-02T04:33:07Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 285, + "watchers_count": 285, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 285, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-08T03:03:10Z", + "pushed_at": "2018-07-03T18:34:00Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4373, + "watchers_count": 4373, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 54, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 404, + "open_issues": 54, + "watchers": 4373, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 107 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator-archive/amp", + "owner": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator-archive/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator-archive/amp", + "forks_url": "https://api.github.com/repos/appcelerator-archive/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator-archive/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator-archive/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator-archive/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator-archive/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator-archive/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator-archive/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator-archive/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator-archive/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator-archive/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator-archive/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator-archive/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator-archive/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator-archive/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator-archive/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator-archive/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator-archive/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator-archive/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator-archive/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator-archive/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator-archive/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator-archive/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator-archive/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator-archive/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator-archive/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator-archive/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator-archive/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator-archive/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator-archive/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator-archive/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator-archive/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator-archive/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-08-03T18:19:17Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator-archive/amp.git", + "ssh_url": "git@github.com:appcelerator-archive/amp.git", + "clone_url": "https://github.com/appcelerator-archive/amp.git", + "svn_url": "https://github.com/appcelerator-archive/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-08T14:52:42Z", + "pushed_at": "2018-08-08T15:04:36Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62433, + "stargazers_count": 3400, + "watchers_count": 3400, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 642, + "mirror_url": null, + "archived": false, + "open_issues_count": 417, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 642, + "open_issues": 417, + "watchers": 3400, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 642, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-08T16:00:59Z", + "pushed_at": "2018-08-04T15:27:07Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2536, + "watchers_count": 2536, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 170, + "open_issues": 20, + "watchers": 2536, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 93 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-08T13:57:54Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2304, + "watchers_count": 2304, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2304, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-08T16:01:47Z", + "pushed_at": "2018-08-08T15:40:25Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22280, + "stargazers_count": 11055, + "watchers_count": 11055, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 797, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 797, + "open_issues": 61, + "watchers": 11055, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 797, + "subscribers_count": 424 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-08T02:38:53Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 303, + "watchers_count": 303, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 303, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-08T10:59:42Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 766, + "watchers_count": 766, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 766, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-08T15:39:25Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2441, + "watchers_count": 2441, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 178, + "open_issues": 87, + "watchers": 2441, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-03T06:23:21Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 940, + "watchers_count": 940, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 19, + "watchers": 940, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-08T11:24:17Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 867, + "watchers_count": 867, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 867, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 34 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-08T09:49:14Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-07T16:43:44Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 349, + "watchers_count": 349, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 349, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-08T14:51:47Z", + "pushed_at": "2018-08-08T00:21:31Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069415, + "stargazers_count": 3051, + "watchers_count": 3051, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 44, + "watchers": 3051, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 332 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 74 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-08T15:24:05Z", + "pushed_at": "2018-08-08T08:08:57Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 579, + "stargazers_count": 3281, + "watchers_count": 3281, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 471, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 471, + "open_issues": 6, + "watchers": 3281, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 471, + "subscribers_count": 240 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-08T15:20:42Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 573, + "watchers_count": 573, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 48 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-08T16:25:33Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 25080, + "watchers_count": 25080, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2046, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2046, + "open_issues": 71, + "watchers": 25080, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2046, + "subscribers_count": 1151 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-08T12:03:59Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6961, + "watchers_count": 6961, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6961, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-08T13:09:38Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17486, + "watchers_count": 17486, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2848, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2848, + "open_issues": 217, + "watchers": 17486, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-08T13:09:38Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17486, + "watchers_count": 17486, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2848, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2848, + "open_issues": 217, + "watchers": 17486, + "default_branch": "master" + }, + "network_count": 2848, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-08T12:25:17Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7244, + "watchers_count": 7244, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7244, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-02T16:29:57Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 613, + "watchers_count": 613, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 613, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-08-03T19:20:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 492, + "watchers_count": 492, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-08-08T12:37:04Z", + "pushed_at": "2018-08-08T12:37:03Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 357, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-08T14:09:05Z", + "pushed_at": "2018-08-08T15:35:48Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6438, + "stargazers_count": 2926, + "watchers_count": 2926, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1025, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1025, + "open_issues": 38, + "watchers": 2926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1025, + "subscribers_count": 222 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-08T06:19:30Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4620, + "watchers_count": 4620, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 71, + "watchers": 4620, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 146 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-08T04:11:36Z", + "pushed_at": "2018-08-08T04:11:33Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37848, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-08T02:01:50Z", + "pushed_at": "2018-08-08T10:04:44Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12694, + "stargazers_count": 4100, + "watchers_count": 4100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1360, + "mirror_url": null, + "archived": false, + "open_issues_count": 414, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1360, + "open_issues": 414, + "watchers": 4100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1360, + "subscribers_count": 286 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-08T15:18:55Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 13996, + "watchers_count": 13996, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2417, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2417, + "open_issues": 5, + "watchers": 13996, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2417, + "subscribers_count": 679 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-08T11:12:06Z", + "pushed_at": "2018-08-06T12:30:24Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5825, + "stargazers_count": 15990, + "watchers_count": 15990, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1351, + "open_issues": 27, + "watchers": 15990, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1351, + "subscribers_count": 393 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-06-13T11:43:57Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 66, + "watchers_count": 66, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 18, + "open_issues": 0, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-08T11:16:29Z", + "pushed_at": "2018-08-08T15:08:11Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14249, + "stargazers_count": 1362, + "watchers_count": 1362, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 368, + "mirror_url": null, + "archived": false, + "open_issues_count": 529, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 368, + "open_issues": 529, + "watchers": 1362, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 368, + "subscribers_count": 171 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-08T07:10:52Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6687, + "watchers_count": 6687, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1100, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1100, + "open_issues": 7, + "watchers": 6687, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1100, + "subscribers_count": 360 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-07T14:18:17Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1797, + "watchers_count": 1797, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 259, + "open_issues": 1, + "watchers": 1797, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 259, + "subscribers_count": 114 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-08T14:22:08Z", + "pushed_at": "2018-08-01T15:30:47Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8681, + "watchers_count": 8681, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1687, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1687, + "open_issues": 443, + "watchers": 8681, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1687, + "subscribers_count": 279 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-08T05:14:12Z", + "pushed_at": "2018-08-08T13:56:55Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18620, + "stargazers_count": 5195, + "watchers_count": 5195, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 461, + "mirror_url": null, + "archived": false, + "open_issues_count": 373, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 461, + "open_issues": 373, + "watchers": 5195, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 461, + "subscribers_count": 257 + } +] diff --git a/data/2018-08-09T16.23.14-fetched_repo_data.json b/data/2018-08-09T16.23.14-fetched_repo_data.json new file mode 100644 index 0000000..87e7b69 --- /dev/null +++ b/data/2018-08-09T16.23.14-fetched_repo_data.json @@ -0,0 +1,35701 @@ +[ + { + "id": 21737465, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTczNzQ2NQ==", + "name": "awesome", + "full_name": "sindresorhus/awesome", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/awesome", + "description": ":sunglasses: Curated list of awesome lists", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/awesome", + "forks_url": "https://api.github.com/repos/sindresorhus/awesome/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/awesome/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/awesome/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/awesome/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/awesome/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/awesome/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/awesome/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/awesome/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/awesome/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/awesome/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/awesome/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/awesome/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/awesome/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/awesome/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/awesome/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/awesome/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/awesome/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/awesome/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/awesome/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/awesome/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/awesome/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/awesome/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/awesome/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/awesome/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/awesome/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/awesome/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/awesome/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/awesome/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/awesome/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/awesome/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/awesome/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/awesome/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/awesome/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/awesome/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/awesome/deployments", + "created_at": "2014-07-11T13:42:37Z", + "updated_at": "2018-08-09T15:18:40Z", + "pushed_at": "2018-08-09T16:16:16Z", + "git_url": "git://github.com/sindresorhus/awesome.git", + "ssh_url": "git@github.com:sindresorhus/awesome.git", + "clone_url": "https://github.com/sindresorhus/awesome.git", + "svn_url": "https://github.com/sindresorhus/awesome", + "homepage": "", + "size": 612, + "stargazers_count": 90351, + "watchers_count": 90351, + "language": null, + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 11954, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": null, + "forks": 11954, + "open_issues": 174, + "watchers": 90351, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11954, + "subscribers_count": 5610 + }, + { + "id": 24297122, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDI5NzEyMg==", + "name": "awesome-docker", + "full_name": "veggiemonk/awesome-docker", + "owner": { + "login": "veggiemonk", + "id": 5487021, + "node_id": "MDQ6VXNlcjU0ODcwMjE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5487021?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/veggiemonk", + "html_url": "https://github.com/veggiemonk", + "followers_url": "https://api.github.com/users/veggiemonk/followers", + "following_url": "https://api.github.com/users/veggiemonk/following{/other_user}", + "gists_url": "https://api.github.com/users/veggiemonk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/veggiemonk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/veggiemonk/subscriptions", + "organizations_url": "https://api.github.com/users/veggiemonk/orgs", + "repos_url": "https://api.github.com/users/veggiemonk/repos", + "events_url": "https://api.github.com/users/veggiemonk/events{/privacy}", + "received_events_url": "https://api.github.com/users/veggiemonk/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/veggiemonk/awesome-docker", + "description": ":whale: A curated list of Docker resources and projects", + "fork": false, + "url": "https://api.github.com/repos/veggiemonk/awesome-docker", + "forks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/forks", + "keys_url": "https://api.github.com/repos/veggiemonk/awesome-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/veggiemonk/awesome-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/veggiemonk/awesome-docker/teams", + "hooks_url": "https://api.github.com/repos/veggiemonk/awesome-docker/hooks", + "issue_events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/veggiemonk/awesome-docker/events", + "assignees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/veggiemonk/awesome-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/tags", + "blobs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/veggiemonk/awesome-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/veggiemonk/awesome-docker/languages", + "stargazers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/stargazers", + "contributors_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contributors", + "subscribers_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscribers", + "subscription_url": "https://api.github.com/repos/veggiemonk/awesome-docker/subscription", + "commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/veggiemonk/awesome-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/veggiemonk/awesome-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/veggiemonk/awesome-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/veggiemonk/awesome-docker/merges", + "archive_url": "https://api.github.com/repos/veggiemonk/awesome-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/veggiemonk/awesome-docker/downloads", + "issues_url": "https://api.github.com/repos/veggiemonk/awesome-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/veggiemonk/awesome-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/veggiemonk/awesome-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/veggiemonk/awesome-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/veggiemonk/awesome-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/veggiemonk/awesome-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/veggiemonk/awesome-docker/deployments", + "created_at": "2014-09-21T17:01:48Z", + "updated_at": "2018-08-09T12:29:54Z", + "pushed_at": "2018-08-08T16:32:05Z", + "git_url": "git://github.com/veggiemonk/awesome-docker.git", + "ssh_url": "git@github.com:veggiemonk/awesome-docker.git", + "clone_url": "https://github.com/veggiemonk/awesome-docker.git", + "svn_url": "https://github.com/veggiemonk/awesome-docker", + "homepage": "https://awesome-docker.netlify.com/", + "size": 3453, + "stargazers_count": 11978, + "watchers_count": 11978, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1351, + "open_issues": 4, + "watchers": 11978, + "default_branch": "master", + "permissions": { + "admin": true, + "push": true, + "pull": true + }, + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "network_count": 1351, + "subscribers_count": 641 + }, + { + "id": 47664932, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY2NDkzMg==", + "name": "awesome_bot", + "full_name": "dkhamsing/awesome_bot", + "owner": { + "login": "dkhamsing", + "id": 4723115, + "node_id": "MDQ6VXNlcjQ3MjMxMTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4723115?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dkhamsing", + "html_url": "https://github.com/dkhamsing", + "followers_url": "https://api.github.com/users/dkhamsing/followers", + "following_url": "https://api.github.com/users/dkhamsing/following{/other_user}", + "gists_url": "https://api.github.com/users/dkhamsing/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dkhamsing/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dkhamsing/subscriptions", + "organizations_url": "https://api.github.com/users/dkhamsing/orgs", + "repos_url": "https://api.github.com/users/dkhamsing/repos", + "events_url": "https://api.github.com/users/dkhamsing/events{/privacy}", + "received_events_url": "https://api.github.com/users/dkhamsing/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dkhamsing/awesome_bot", + "description": ":white_check_mark: Validate links in awesome projects", + "fork": false, + "url": "https://api.github.com/repos/dkhamsing/awesome_bot", + "forks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/forks", + "keys_url": "https://api.github.com/repos/dkhamsing/awesome_bot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dkhamsing/awesome_bot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dkhamsing/awesome_bot/teams", + "hooks_url": "https://api.github.com/repos/dkhamsing/awesome_bot/hooks", + "issue_events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/events{/number}", + "events_url": "https://api.github.com/repos/dkhamsing/awesome_bot/events", + "assignees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/assignees{/user}", + "branches_url": "https://api.github.com/repos/dkhamsing/awesome_bot/branches{/branch}", + "tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/tags", + "blobs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dkhamsing/awesome_bot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dkhamsing/awesome_bot/languages", + "stargazers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/stargazers", + "contributors_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contributors", + "subscribers_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscribers", + "subscription_url": "https://api.github.com/repos/dkhamsing/awesome_bot/subscription", + "commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dkhamsing/awesome_bot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dkhamsing/awesome_bot/contents/{+path}", + "compare_url": "https://api.github.com/repos/dkhamsing/awesome_bot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dkhamsing/awesome_bot/merges", + "archive_url": "https://api.github.com/repos/dkhamsing/awesome_bot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dkhamsing/awesome_bot/downloads", + "issues_url": "https://api.github.com/repos/dkhamsing/awesome_bot/issues{/number}", + "pulls_url": "https://api.github.com/repos/dkhamsing/awesome_bot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dkhamsing/awesome_bot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dkhamsing/awesome_bot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dkhamsing/awesome_bot/labels{/name}", + "releases_url": "https://api.github.com/repos/dkhamsing/awesome_bot/releases{/id}", + "deployments_url": "https://api.github.com/repos/dkhamsing/awesome_bot/deployments", + "created_at": "2015-12-09T02:59:58Z", + "updated_at": "2018-08-04T21:04:24Z", + "pushed_at": "2018-08-03T12:06:36Z", + "git_url": "git://github.com/dkhamsing/awesome_bot.git", + "ssh_url": "git@github.com:dkhamsing/awesome_bot.git", + "clone_url": "https://github.com/dkhamsing/awesome_bot.git", + "svn_url": "https://github.com/dkhamsing/awesome_bot", + "homepage": "", + "size": 360, + "stargazers_count": 508, + "watchers_count": 508, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 51, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 51, + "open_issues": 9, + "watchers": 508, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 51, + "subscribers_count": 15 + }, + { + "id": 67553105, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzU1MzEwNQ==", + "name": "docker-for-all", + "full_name": "machzqcq/docker-for-all", + "owner": { + "login": "machzqcq", + "id": 6425159, + "node_id": "MDQ6VXNlcjY0MjUxNTk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6425159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/machzqcq", + "html_url": "https://github.com/machzqcq", + "followers_url": "https://api.github.com/users/machzqcq/followers", + "following_url": "https://api.github.com/users/machzqcq/following{/other_user}", + "gists_url": "https://api.github.com/users/machzqcq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/machzqcq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/machzqcq/subscriptions", + "organizations_url": "https://api.github.com/users/machzqcq/orgs", + "repos_url": "https://api.github.com/users/machzqcq/repos", + "events_url": "https://api.github.com/users/machzqcq/events{/privacy}", + "received_events_url": "https://api.github.com/users/machzqcq/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/machzqcq/docker-for-all", + "description": "Docker applied in development, devops, testing, product management etc.", + "fork": false, + "url": "https://api.github.com/repos/machzqcq/docker-for-all", + "forks_url": "https://api.github.com/repos/machzqcq/docker-for-all/forks", + "keys_url": "https://api.github.com/repos/machzqcq/docker-for-all/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/machzqcq/docker-for-all/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/machzqcq/docker-for-all/teams", + "hooks_url": "https://api.github.com/repos/machzqcq/docker-for-all/hooks", + "issue_events_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/events{/number}", + "events_url": "https://api.github.com/repos/machzqcq/docker-for-all/events", + "assignees_url": "https://api.github.com/repos/machzqcq/docker-for-all/assignees{/user}", + "branches_url": "https://api.github.com/repos/machzqcq/docker-for-all/branches{/branch}", + "tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/tags", + "blobs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/machzqcq/docker-for-all/statuses/{sha}", + "languages_url": "https://api.github.com/repos/machzqcq/docker-for-all/languages", + "stargazers_url": "https://api.github.com/repos/machzqcq/docker-for-all/stargazers", + "contributors_url": "https://api.github.com/repos/machzqcq/docker-for-all/contributors", + "subscribers_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscribers", + "subscription_url": "https://api.github.com/repos/machzqcq/docker-for-all/subscription", + "commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/machzqcq/docker-for-all/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/machzqcq/docker-for-all/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/machzqcq/docker-for-all/contents/{+path}", + "compare_url": "https://api.github.com/repos/machzqcq/docker-for-all/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/machzqcq/docker-for-all/merges", + "archive_url": "https://api.github.com/repos/machzqcq/docker-for-all/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/machzqcq/docker-for-all/downloads", + "issues_url": "https://api.github.com/repos/machzqcq/docker-for-all/issues{/number}", + "pulls_url": "https://api.github.com/repos/machzqcq/docker-for-all/pulls{/number}", + "milestones_url": "https://api.github.com/repos/machzqcq/docker-for-all/milestones{/number}", + "notifications_url": "https://api.github.com/repos/machzqcq/docker-for-all/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/machzqcq/docker-for-all/labels{/name}", + "releases_url": "https://api.github.com/repos/machzqcq/docker-for-all/releases{/id}", + "deployments_url": "https://api.github.com/repos/machzqcq/docker-for-all/deployments", + "created_at": "2016-09-06T23:01:05Z", + "updated_at": "2018-07-20T12:46:01Z", + "pushed_at": "2017-06-06T03:12:10Z", + "git_url": "git://github.com/machzqcq/docker-for-all.git", + "ssh_url": "git@github.com:machzqcq/docker-for-all.git", + "clone_url": "https://github.com/machzqcq/docker-for-all.git", + "svn_url": "https://github.com/machzqcq/docker-for-all", + "homepage": "", + "size": 4885, + "stargazers_count": 66, + "watchers_count": 66, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 29, + "open_issues": 1, + "watchers": 66, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 29, + "subscribers_count": 11 + }, + { + "id": 22960202, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjk2MDIwMg==", + "name": "docker-jumpstart", + "full_name": "odewahn/docker-jumpstart", + "owner": { + "login": "odewahn", + "id": 668868, + "node_id": "MDQ6VXNlcjY2ODg2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/668868?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/odewahn", + "html_url": "https://github.com/odewahn", + "followers_url": "https://api.github.com/users/odewahn/followers", + "following_url": "https://api.github.com/users/odewahn/following{/other_user}", + "gists_url": "https://api.github.com/users/odewahn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/odewahn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/odewahn/subscriptions", + "organizations_url": "https://api.github.com/users/odewahn/orgs", + "repos_url": "https://api.github.com/users/odewahn/repos", + "events_url": "https://api.github.com/users/odewahn/events{/privacy}", + "received_events_url": "https://api.github.com/users/odewahn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/odewahn/docker-jumpstart", + "description": "A quick introduction to Docker", + "fork": false, + "url": "https://api.github.com/repos/odewahn/docker-jumpstart", + "forks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/forks", + "keys_url": "https://api.github.com/repos/odewahn/docker-jumpstart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/odewahn/docker-jumpstart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/odewahn/docker-jumpstart/teams", + "hooks_url": "https://api.github.com/repos/odewahn/docker-jumpstart/hooks", + "issue_events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/events{/number}", + "events_url": "https://api.github.com/repos/odewahn/docker-jumpstart/events", + "assignees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/assignees{/user}", + "branches_url": "https://api.github.com/repos/odewahn/docker-jumpstart/branches{/branch}", + "tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/tags", + "blobs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/odewahn/docker-jumpstart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/odewahn/docker-jumpstart/languages", + "stargazers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/stargazers", + "contributors_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contributors", + "subscribers_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscribers", + "subscription_url": "https://api.github.com/repos/odewahn/docker-jumpstart/subscription", + "commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/odewahn/docker-jumpstart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/odewahn/docker-jumpstart/contents/{+path}", + "compare_url": "https://api.github.com/repos/odewahn/docker-jumpstart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/odewahn/docker-jumpstart/merges", + "archive_url": "https://api.github.com/repos/odewahn/docker-jumpstart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/odewahn/docker-jumpstart/downloads", + "issues_url": "https://api.github.com/repos/odewahn/docker-jumpstart/issues{/number}", + "pulls_url": "https://api.github.com/repos/odewahn/docker-jumpstart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/odewahn/docker-jumpstart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/odewahn/docker-jumpstart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/odewahn/docker-jumpstart/labels{/name}", + "releases_url": "https://api.github.com/repos/odewahn/docker-jumpstart/releases{/id}", + "deployments_url": "https://api.github.com/repos/odewahn/docker-jumpstart/deployments", + "created_at": "2014-08-14T16:12:19Z", + "updated_at": "2018-08-07T02:01:30Z", + "pushed_at": "2016-05-29T21:00:53Z", + "git_url": "git://github.com/odewahn/docker-jumpstart.git", + "ssh_url": "git@github.com:odewahn/docker-jumpstart.git", + "clone_url": "https://github.com/odewahn/docker-jumpstart.git", + "svn_url": "https://github.com/odewahn/docker-jumpstart", + "homepage": "http://odewahn.github.io/docker-jumpstart", + "size": 982, + "stargazers_count": 2756, + "watchers_count": 2756, + "language": "CSS", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 143, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 143, + "open_issues": 10, + "watchers": 2756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 143, + "subscribers_count": 88 + }, + { + "id": 23865141, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzg2NTE0MQ==", + "name": "learn-docker", + "full_name": "dwyl/learn-docker", + "owner": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dwyl/learn-docker", + "description": ":ship: Learn how to use docker.io containers to consistently deploy your apps on any infrastructure.", + "fork": false, + "url": "https://api.github.com/repos/dwyl/learn-docker", + "forks_url": "https://api.github.com/repos/dwyl/learn-docker/forks", + "keys_url": "https://api.github.com/repos/dwyl/learn-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dwyl/learn-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dwyl/learn-docker/teams", + "hooks_url": "https://api.github.com/repos/dwyl/learn-docker/hooks", + "issue_events_url": "https://api.github.com/repos/dwyl/learn-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/dwyl/learn-docker/events", + "assignees_url": "https://api.github.com/repos/dwyl/learn-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/dwyl/learn-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/dwyl/learn-docker/tags", + "blobs_url": "https://api.github.com/repos/dwyl/learn-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dwyl/learn-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dwyl/learn-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dwyl/learn-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dwyl/learn-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dwyl/learn-docker/languages", + "stargazers_url": "https://api.github.com/repos/dwyl/learn-docker/stargazers", + "contributors_url": "https://api.github.com/repos/dwyl/learn-docker/contributors", + "subscribers_url": "https://api.github.com/repos/dwyl/learn-docker/subscribers", + "subscription_url": "https://api.github.com/repos/dwyl/learn-docker/subscription", + "commits_url": "https://api.github.com/repos/dwyl/learn-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dwyl/learn-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dwyl/learn-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dwyl/learn-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dwyl/learn-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/dwyl/learn-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dwyl/learn-docker/merges", + "archive_url": "https://api.github.com/repos/dwyl/learn-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dwyl/learn-docker/downloads", + "issues_url": "https://api.github.com/repos/dwyl/learn-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/dwyl/learn-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dwyl/learn-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dwyl/learn-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dwyl/learn-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/dwyl/learn-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/dwyl/learn-docker/deployments", + "created_at": "2014-09-10T07:32:34Z", + "updated_at": "2018-07-30T08:19:10Z", + "pushed_at": "2015-08-18T21:48:12Z", + "git_url": "git://github.com/dwyl/learn-docker.git", + "ssh_url": "git@github.com:dwyl/learn-docker.git", + "clone_url": "https://github.com/dwyl/learn-docker.git", + "svn_url": "https://github.com/dwyl/learn-docker", + "homepage": "", + "size": 219, + "stargazers_count": 76, + "watchers_count": 76, + "language": "Nginx", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 10, + "open_issues": 9, + "watchers": 76, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dwyl", + "id": 11708465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNzA4NDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/11708465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dwyl", + "html_url": "https://github.com/dwyl", + "followers_url": "https://api.github.com/users/dwyl/followers", + "following_url": "https://api.github.com/users/dwyl/following{/other_user}", + "gists_url": "https://api.github.com/users/dwyl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dwyl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dwyl/subscriptions", + "organizations_url": "https://api.github.com/users/dwyl/orgs", + "repos_url": "https://api.github.com/users/dwyl/repos", + "events_url": "https://api.github.com/users/dwyl/events{/privacy}", + "received_events_url": "https://api.github.com/users/dwyl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 46 + }, + { + "id": 101122425, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDExMjI0MjU=", + "name": "DockerCheatSheet", + "full_name": "eon01/DockerCheatSheet", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DockerCheatSheet", + "description": "🐋 Docker Cheat Sheet 🐋", + "fork": false, + "url": "https://api.github.com/repos/eon01/DockerCheatSheet", + "forks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/forks", + "keys_url": "https://api.github.com/repos/eon01/DockerCheatSheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DockerCheatSheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DockerCheatSheet/teams", + "hooks_url": "https://api.github.com/repos/eon01/DockerCheatSheet/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DockerCheatSheet/events", + "assignees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DockerCheatSheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/tags", + "blobs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DockerCheatSheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DockerCheatSheet/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DockerCheatSheet/subscription", + "commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DockerCheatSheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DockerCheatSheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DockerCheatSheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DockerCheatSheet/merges", + "archive_url": "https://api.github.com/repos/eon01/DockerCheatSheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DockerCheatSheet/downloads", + "issues_url": "https://api.github.com/repos/eon01/DockerCheatSheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DockerCheatSheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DockerCheatSheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DockerCheatSheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DockerCheatSheet/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DockerCheatSheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DockerCheatSheet/deployments", + "created_at": "2017-08-23T01:14:25Z", + "updated_at": "2018-08-09T01:30:27Z", + "pushed_at": "2018-03-17T14:15:41Z", + "git_url": "git://github.com/eon01/DockerCheatSheet.git", + "ssh_url": "git@github.com:eon01/DockerCheatSheet.git", + "clone_url": "https://github.com/eon01/DockerCheatSheet.git", + "svn_url": "https://github.com/eon01/DockerCheatSheet", + "homepage": "http://PainlessDocker.com", + "size": 18, + "stargazers_count": 2498, + "watchers_count": 2498, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 191, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 191, + "open_issues": 0, + "watchers": 2498, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 191, + "subscribers_count": 117 + }, + { + "id": 7691631, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjkxNjMx", + "name": "moby", + "full_name": "moby/moby", + "owner": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moby/moby", + "description": "Moby Project - a collaborative project for the container ecosystem to assemble container-based systems", + "fork": false, + "url": "https://api.github.com/repos/moby/moby", + "forks_url": "https://api.github.com/repos/moby/moby/forks", + "keys_url": "https://api.github.com/repos/moby/moby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moby/moby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moby/moby/teams", + "hooks_url": "https://api.github.com/repos/moby/moby/hooks", + "issue_events_url": "https://api.github.com/repos/moby/moby/issues/events{/number}", + "events_url": "https://api.github.com/repos/moby/moby/events", + "assignees_url": "https://api.github.com/repos/moby/moby/assignees{/user}", + "branches_url": "https://api.github.com/repos/moby/moby/branches{/branch}", + "tags_url": "https://api.github.com/repos/moby/moby/tags", + "blobs_url": "https://api.github.com/repos/moby/moby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moby/moby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moby/moby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moby/moby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moby/moby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moby/moby/languages", + "stargazers_url": "https://api.github.com/repos/moby/moby/stargazers", + "contributors_url": "https://api.github.com/repos/moby/moby/contributors", + "subscribers_url": "https://api.github.com/repos/moby/moby/subscribers", + "subscription_url": "https://api.github.com/repos/moby/moby/subscription", + "commits_url": "https://api.github.com/repos/moby/moby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moby/moby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moby/moby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moby/moby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moby/moby/contents/{+path}", + "compare_url": "https://api.github.com/repos/moby/moby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moby/moby/merges", + "archive_url": "https://api.github.com/repos/moby/moby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moby/moby/downloads", + "issues_url": "https://api.github.com/repos/moby/moby/issues{/number}", + "pulls_url": "https://api.github.com/repos/moby/moby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moby/moby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moby/moby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moby/moby/labels{/name}", + "releases_url": "https://api.github.com/repos/moby/moby/releases{/id}", + "deployments_url": "https://api.github.com/repos/moby/moby/deployments", + "created_at": "2013-01-18T18:10:57Z", + "updated_at": "2018-08-09T16:05:21Z", + "pushed_at": "2018-08-09T11:03:09Z", + "git_url": "git://github.com/moby/moby.git", + "ssh_url": "git@github.com:moby/moby.git", + "clone_url": "https://github.com/moby/moby.git", + "svn_url": "https://github.com/moby/moby", + "homepage": "https://mobyproject.org/", + "size": 137525, + "stargazers_count": 49877, + "watchers_count": 49877, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14551, + "mirror_url": null, + "archived": false, + "open_issues_count": 3304, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14551, + "open_issues": 3304, + "watchers": 49877, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "moby", + "id": 27259197, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MjU5MTk3", + "avatar_url": "https://avatars1.githubusercontent.com/u/27259197?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moby", + "html_url": "https://github.com/moby", + "followers_url": "https://api.github.com/users/moby/followers", + "following_url": "https://api.github.com/users/moby/following{/other_user}", + "gists_url": "https://api.github.com/users/moby/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moby/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moby/subscriptions", + "organizations_url": "https://api.github.com/users/moby/orgs", + "repos_url": "https://api.github.com/users/moby/repos", + "events_url": "https://api.github.com/users/moby/events{/privacy}", + "received_events_url": "https://api.github.com/users/moby/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14551, + "subscribers_count": 3346 + }, + { + "id": 15045751, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTA0NTc1MQ==", + "name": "compose", + "full_name": "docker/compose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/compose", + "description": "Define and run multi-container applications with Docker", + "fork": false, + "url": "https://api.github.com/repos/docker/compose", + "forks_url": "https://api.github.com/repos/docker/compose/forks", + "keys_url": "https://api.github.com/repos/docker/compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/compose/teams", + "hooks_url": "https://api.github.com/repos/docker/compose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/compose/events", + "assignees_url": "https://api.github.com/repos/docker/compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/compose/tags", + "blobs_url": "https://api.github.com/repos/docker/compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/compose/languages", + "stargazers_url": "https://api.github.com/repos/docker/compose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/compose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/compose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/compose/subscription", + "commits_url": "https://api.github.com/repos/docker/compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/compose/merges", + "archive_url": "https://api.github.com/repos/docker/compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/compose/downloads", + "issues_url": "https://api.github.com/repos/docker/compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/compose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/compose/deployments", + "created_at": "2013-12-09T11:40:58Z", + "updated_at": "2018-08-09T16:18:41Z", + "pushed_at": "2018-08-08T04:12:49Z", + "git_url": "git://github.com/docker/compose.git", + "ssh_url": "git@github.com:docker/compose.git", + "clone_url": "https://github.com/docker/compose.git", + "svn_url": "https://github.com/docker/compose", + "homepage": "https://docs.docker.com/compose/", + "size": 10653, + "stargazers_count": 13458, + "watchers_count": 13458, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 2056, + "mirror_url": null, + "archived": false, + "open_issues_count": 587, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 2056, + "open_issues": 587, + "watchers": 13458, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2056, + "subscribers_count": 624 + }, + { + "id": 27494663, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzQ5NDY2Mw==", + "name": "machine", + "full_name": "docker/machine", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/machine", + "description": "Machine management for a container-centric world", + "fork": false, + "url": "https://api.github.com/repos/docker/machine", + "forks_url": "https://api.github.com/repos/docker/machine/forks", + "keys_url": "https://api.github.com/repos/docker/machine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/machine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/machine/teams", + "hooks_url": "https://api.github.com/repos/docker/machine/hooks", + "issue_events_url": "https://api.github.com/repos/docker/machine/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/machine/events", + "assignees_url": "https://api.github.com/repos/docker/machine/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/machine/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/machine/tags", + "blobs_url": "https://api.github.com/repos/docker/machine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/machine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/machine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/machine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/machine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/machine/languages", + "stargazers_url": "https://api.github.com/repos/docker/machine/stargazers", + "contributors_url": "https://api.github.com/repos/docker/machine/contributors", + "subscribers_url": "https://api.github.com/repos/docker/machine/subscribers", + "subscription_url": "https://api.github.com/repos/docker/machine/subscription", + "commits_url": "https://api.github.com/repos/docker/machine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/machine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/machine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/machine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/machine/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/machine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/machine/merges", + "archive_url": "https://api.github.com/repos/docker/machine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/machine/downloads", + "issues_url": "https://api.github.com/repos/docker/machine/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/machine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/machine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/machine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/machine/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/machine/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/machine/deployments", + "created_at": "2014-12-03T15:52:06Z", + "updated_at": "2018-08-09T06:12:35Z", + "pushed_at": "2018-08-08T18:50:28Z", + "git_url": "git://github.com/docker/machine.git", + "ssh_url": "git@github.com:docker/machine.git", + "clone_url": "https://github.com/docker/machine.git", + "svn_url": "https://github.com/docker/machine", + "homepage": "https://docs.docker.com/machine/", + "size": 18905, + "stargazers_count": 4832, + "watchers_count": 4832, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1368, + "mirror_url": null, + "archived": false, + "open_issues_count": 875, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1368, + "open_issues": 875, + "watchers": 4832, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1368, + "subscribers_count": 300 + }, + { + "id": 19360616, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTM2MDYxNg==", + "name": "swarm", + "full_name": "docker/swarm", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/swarm", + "description": "Swarm: a Docker-native clustering system", + "fork": false, + "url": "https://api.github.com/repos/docker/swarm", + "forks_url": "https://api.github.com/repos/docker/swarm/forks", + "keys_url": "https://api.github.com/repos/docker/swarm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/swarm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/swarm/teams", + "hooks_url": "https://api.github.com/repos/docker/swarm/hooks", + "issue_events_url": "https://api.github.com/repos/docker/swarm/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/swarm/events", + "assignees_url": "https://api.github.com/repos/docker/swarm/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/swarm/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/swarm/tags", + "blobs_url": "https://api.github.com/repos/docker/swarm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/swarm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/swarm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/swarm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/swarm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/swarm/languages", + "stargazers_url": "https://api.github.com/repos/docker/swarm/stargazers", + "contributors_url": "https://api.github.com/repos/docker/swarm/contributors", + "subscribers_url": "https://api.github.com/repos/docker/swarm/subscribers", + "subscription_url": "https://api.github.com/repos/docker/swarm/subscription", + "commits_url": "https://api.github.com/repos/docker/swarm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/swarm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/swarm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/swarm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/swarm/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/swarm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/swarm/merges", + "archive_url": "https://api.github.com/repos/docker/swarm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/swarm/downloads", + "issues_url": "https://api.github.com/repos/docker/swarm/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/swarm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/swarm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/swarm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/swarm/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/swarm/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/swarm/deployments", + "created_at": "2014-05-01T23:15:17Z", + "updated_at": "2018-08-09T06:04:36Z", + "pushed_at": "2018-07-19T23:25:06Z", + "git_url": "git://github.com/docker/swarm.git", + "ssh_url": "git@github.com:docker/swarm.git", + "clone_url": "https://github.com/docker/swarm.git", + "svn_url": "https://github.com/docker/swarm", + "homepage": "", + "size": 20347, + "stargazers_count": 5226, + "watchers_count": 5226, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1069, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1069, + "open_issues": 280, + "watchers": 5226, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1069, + "subscribers_count": 361 + }, + { + "id": 35729935, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTcyOTkzNQ==", + "name": "bocker", + "full_name": "icy/bocker", + "owner": { + "login": "icy", + "id": 75696, + "node_id": "MDQ6VXNlcjc1Njk2", + "avatar_url": "https://avatars1.githubusercontent.com/u/75696?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icy", + "html_url": "https://github.com/icy", + "followers_url": "https://api.github.com/users/icy/followers", + "following_url": "https://api.github.com/users/icy/following{/other_user}", + "gists_url": "https://api.github.com/users/icy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icy/subscriptions", + "organizations_url": "https://api.github.com/users/icy/orgs", + "repos_url": "https://api.github.com/users/icy/repos", + "events_url": "https://api.github.com/users/icy/events{/privacy}", + "received_events_url": "https://api.github.com/users/icy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icy/bocker", + "description": "Write Dockerfile completely in Bash/Bourne. Extensible and simple.", + "fork": false, + "url": "https://api.github.com/repos/icy/bocker", + "forks_url": "https://api.github.com/repos/icy/bocker/forks", + "keys_url": "https://api.github.com/repos/icy/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icy/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icy/bocker/teams", + "hooks_url": "https://api.github.com/repos/icy/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/icy/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/icy/bocker/events", + "assignees_url": "https://api.github.com/repos/icy/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/icy/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/icy/bocker/tags", + "blobs_url": "https://api.github.com/repos/icy/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icy/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icy/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icy/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icy/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icy/bocker/languages", + "stargazers_url": "https://api.github.com/repos/icy/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/icy/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/icy/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/icy/bocker/subscription", + "commits_url": "https://api.github.com/repos/icy/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icy/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icy/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icy/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icy/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/icy/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icy/bocker/merges", + "archive_url": "https://api.github.com/repos/icy/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icy/bocker/downloads", + "issues_url": "https://api.github.com/repos/icy/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/icy/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icy/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icy/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icy/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/icy/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/icy/bocker/deployments", + "created_at": "2015-05-16T15:55:57Z", + "updated_at": "2018-07-12T20:38:21Z", + "pushed_at": "2018-07-11T06:21:13Z", + "git_url": "git://github.com/icy/bocker.git", + "ssh_url": "git@github.com:icy/bocker.git", + "clone_url": "https://github.com/icy/bocker.git", + "svn_url": "https://github.com/icy/bocker", + "homepage": "https://github.com/icy/bocker", + "size": 73, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": null, + "forks": 5, + "open_issues": 7, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 3 + }, + { + "id": 39103837, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTEwMzgzNw==", + "name": "bocker", + "full_name": "p8952/bocker", + "owner": { + "login": "p8952", + "id": 2962587, + "node_id": "MDQ6VXNlcjI5NjI1ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2962587?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/p8952", + "html_url": "https://github.com/p8952", + "followers_url": "https://api.github.com/users/p8952/followers", + "following_url": "https://api.github.com/users/p8952/following{/other_user}", + "gists_url": "https://api.github.com/users/p8952/gists{/gist_id}", + "starred_url": "https://api.github.com/users/p8952/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/p8952/subscriptions", + "organizations_url": "https://api.github.com/users/p8952/orgs", + "repos_url": "https://api.github.com/users/p8952/repos", + "events_url": "https://api.github.com/users/p8952/events{/privacy}", + "received_events_url": "https://api.github.com/users/p8952/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/p8952/bocker", + "description": "Docker implemented in around 100 lines of bash", + "fork": false, + "url": "https://api.github.com/repos/p8952/bocker", + "forks_url": "https://api.github.com/repos/p8952/bocker/forks", + "keys_url": "https://api.github.com/repos/p8952/bocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/p8952/bocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/p8952/bocker/teams", + "hooks_url": "https://api.github.com/repos/p8952/bocker/hooks", + "issue_events_url": "https://api.github.com/repos/p8952/bocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/p8952/bocker/events", + "assignees_url": "https://api.github.com/repos/p8952/bocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/p8952/bocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/p8952/bocker/tags", + "blobs_url": "https://api.github.com/repos/p8952/bocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/p8952/bocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/p8952/bocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/p8952/bocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/p8952/bocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/p8952/bocker/languages", + "stargazers_url": "https://api.github.com/repos/p8952/bocker/stargazers", + "contributors_url": "https://api.github.com/repos/p8952/bocker/contributors", + "subscribers_url": "https://api.github.com/repos/p8952/bocker/subscribers", + "subscription_url": "https://api.github.com/repos/p8952/bocker/subscription", + "commits_url": "https://api.github.com/repos/p8952/bocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/p8952/bocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/p8952/bocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/p8952/bocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/p8952/bocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/p8952/bocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/p8952/bocker/merges", + "archive_url": "https://api.github.com/repos/p8952/bocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/p8952/bocker/downloads", + "issues_url": "https://api.github.com/repos/p8952/bocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/p8952/bocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/p8952/bocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/p8952/bocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/p8952/bocker/labels{/name}", + "releases_url": "https://api.github.com/repos/p8952/bocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/p8952/bocker/deployments", + "created_at": "2015-07-14T22:33:49Z", + "updated_at": "2018-08-08T23:25:34Z", + "pushed_at": "2017-12-09T14:16:38Z", + "git_url": "git://github.com/p8952/bocker.git", + "ssh_url": "git@github.com:p8952/bocker.git", + "clone_url": "https://github.com/p8952/bocker.git", + "svn_url": "https://github.com/p8952/bocker", + "homepage": "https://www.p8952.info/", + "size": 373, + "stargazers_count": 5085, + "watchers_count": 5085, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 421, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 421, + "open_issues": 9, + "watchers": 5085, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 421, + "subscribers_count": 245 + }, + { + "id": 70178718, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE3ODcxOA==", + "name": "box", + "full_name": "box-builder/box", + "owner": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/box-builder/box", + "description": "A Next-Generation Builder for Docker Images", + "fork": false, + "url": "https://api.github.com/repos/box-builder/box", + "forks_url": "https://api.github.com/repos/box-builder/box/forks", + "keys_url": "https://api.github.com/repos/box-builder/box/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/box-builder/box/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/box-builder/box/teams", + "hooks_url": "https://api.github.com/repos/box-builder/box/hooks", + "issue_events_url": "https://api.github.com/repos/box-builder/box/issues/events{/number}", + "events_url": "https://api.github.com/repos/box-builder/box/events", + "assignees_url": "https://api.github.com/repos/box-builder/box/assignees{/user}", + "branches_url": "https://api.github.com/repos/box-builder/box/branches{/branch}", + "tags_url": "https://api.github.com/repos/box-builder/box/tags", + "blobs_url": "https://api.github.com/repos/box-builder/box/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/box-builder/box/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/box-builder/box/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/box-builder/box/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/box-builder/box/statuses/{sha}", + "languages_url": "https://api.github.com/repos/box-builder/box/languages", + "stargazers_url": "https://api.github.com/repos/box-builder/box/stargazers", + "contributors_url": "https://api.github.com/repos/box-builder/box/contributors", + "subscribers_url": "https://api.github.com/repos/box-builder/box/subscribers", + "subscription_url": "https://api.github.com/repos/box-builder/box/subscription", + "commits_url": "https://api.github.com/repos/box-builder/box/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/box-builder/box/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/box-builder/box/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/box-builder/box/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/box-builder/box/contents/{+path}", + "compare_url": "https://api.github.com/repos/box-builder/box/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/box-builder/box/merges", + "archive_url": "https://api.github.com/repos/box-builder/box/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/box-builder/box/downloads", + "issues_url": "https://api.github.com/repos/box-builder/box/issues{/number}", + "pulls_url": "https://api.github.com/repos/box-builder/box/pulls{/number}", + "milestones_url": "https://api.github.com/repos/box-builder/box/milestones{/number}", + "notifications_url": "https://api.github.com/repos/box-builder/box/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/box-builder/box/labels{/name}", + "releases_url": "https://api.github.com/repos/box-builder/box/releases{/id}", + "deployments_url": "https://api.github.com/repos/box-builder/box/deployments", + "created_at": "2016-10-06T17:53:51Z", + "updated_at": "2018-07-22T15:27:50Z", + "pushed_at": "2018-07-05T17:59:05Z", + "git_url": "git://github.com/box-builder/box.git", + "ssh_url": "git@github.com:box-builder/box.git", + "clone_url": "https://github.com/box-builder/box.git", + "svn_url": "https://github.com/box-builder/box", + "homepage": "https://box-builder.github.io/box/", + "size": 4488, + "stargazers_count": 222, + "watchers_count": 222, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 19, + "open_issues": 23, + "watchers": 222, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "box-builder", + "id": 26540581, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTQwNTgx", + "avatar_url": "https://avatars2.githubusercontent.com/u/26540581?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/box-builder", + "html_url": "https://github.com/box-builder", + "followers_url": "https://api.github.com/users/box-builder/followers", + "following_url": "https://api.github.com/users/box-builder/following{/other_user}", + "gists_url": "https://api.github.com/users/box-builder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/box-builder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/box-builder/subscriptions", + "organizations_url": "https://api.github.com/users/box-builder/orgs", + "repos_url": "https://api.github.com/users/box-builder/repos", + "events_url": "https://api.github.com/users/box-builder/events{/privacy}", + "received_events_url": "https://api.github.com/users/box-builder/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 19, + "subscribers_count": 18 + }, + { + "id": 48820776, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODgyMDc3Ng==", + "name": "capitan", + "full_name": "byrnedo/capitan", + "owner": { + "login": "byrnedo", + "id": 5528491, + "node_id": "MDQ6VXNlcjU1Mjg0OTE=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5528491?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/byrnedo", + "html_url": "https://github.com/byrnedo", + "followers_url": "https://api.github.com/users/byrnedo/followers", + "following_url": "https://api.github.com/users/byrnedo/following{/other_user}", + "gists_url": "https://api.github.com/users/byrnedo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/byrnedo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/byrnedo/subscriptions", + "organizations_url": "https://api.github.com/users/byrnedo/orgs", + "repos_url": "https://api.github.com/users/byrnedo/repos", + "events_url": "https://api.github.com/users/byrnedo/events{/privacy}", + "received_events_url": "https://api.github.com/users/byrnedo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/byrnedo/capitan", + "description": "Capitan is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/byrnedo/capitan", + "forks_url": "https://api.github.com/repos/byrnedo/capitan/forks", + "keys_url": "https://api.github.com/repos/byrnedo/capitan/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/byrnedo/capitan/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/byrnedo/capitan/teams", + "hooks_url": "https://api.github.com/repos/byrnedo/capitan/hooks", + "issue_events_url": "https://api.github.com/repos/byrnedo/capitan/issues/events{/number}", + "events_url": "https://api.github.com/repos/byrnedo/capitan/events", + "assignees_url": "https://api.github.com/repos/byrnedo/capitan/assignees{/user}", + "branches_url": "https://api.github.com/repos/byrnedo/capitan/branches{/branch}", + "tags_url": "https://api.github.com/repos/byrnedo/capitan/tags", + "blobs_url": "https://api.github.com/repos/byrnedo/capitan/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/byrnedo/capitan/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/byrnedo/capitan/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/byrnedo/capitan/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/byrnedo/capitan/statuses/{sha}", + "languages_url": "https://api.github.com/repos/byrnedo/capitan/languages", + "stargazers_url": "https://api.github.com/repos/byrnedo/capitan/stargazers", + "contributors_url": "https://api.github.com/repos/byrnedo/capitan/contributors", + "subscribers_url": "https://api.github.com/repos/byrnedo/capitan/subscribers", + "subscription_url": "https://api.github.com/repos/byrnedo/capitan/subscription", + "commits_url": "https://api.github.com/repos/byrnedo/capitan/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/byrnedo/capitan/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/byrnedo/capitan/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/byrnedo/capitan/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/byrnedo/capitan/contents/{+path}", + "compare_url": "https://api.github.com/repos/byrnedo/capitan/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/byrnedo/capitan/merges", + "archive_url": "https://api.github.com/repos/byrnedo/capitan/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/byrnedo/capitan/downloads", + "issues_url": "https://api.github.com/repos/byrnedo/capitan/issues{/number}", + "pulls_url": "https://api.github.com/repos/byrnedo/capitan/pulls{/number}", + "milestones_url": "https://api.github.com/repos/byrnedo/capitan/milestones{/number}", + "notifications_url": "https://api.github.com/repos/byrnedo/capitan/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/byrnedo/capitan/labels{/name}", + "releases_url": "https://api.github.com/repos/byrnedo/capitan/releases{/id}", + "deployments_url": "https://api.github.com/repos/byrnedo/capitan/deployments", + "created_at": "2015-12-30T21:49:14Z", + "updated_at": "2018-06-21T06:40:52Z", + "pushed_at": "2017-06-07T09:46:56Z", + "git_url": "git://github.com/byrnedo/capitan.git", + "ssh_url": "git@github.com:byrnedo/capitan.git", + "clone_url": "https://github.com/byrnedo/capitan.git", + "svn_url": "https://github.com/byrnedo/capitan", + "homepage": null, + "size": 1581, + "stargazers_count": 17, + "watchers_count": 17, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 0, + "open_issues": 3, + "watchers": 17, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 54227280, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDIyNzI4MA==", + "name": "compose_plantuml", + "full_name": "funkwerk/compose_plantuml", + "owner": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/funkwerk/compose_plantuml", + "description": "Generate Plantuml graphs from docker-compose files", + "fork": false, + "url": "https://api.github.com/repos/funkwerk/compose_plantuml", + "forks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/forks", + "keys_url": "https://api.github.com/repos/funkwerk/compose_plantuml/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/funkwerk/compose_plantuml/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/funkwerk/compose_plantuml/teams", + "hooks_url": "https://api.github.com/repos/funkwerk/compose_plantuml/hooks", + "issue_events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/events{/number}", + "events_url": "https://api.github.com/repos/funkwerk/compose_plantuml/events", + "assignees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/assignees{/user}", + "branches_url": "https://api.github.com/repos/funkwerk/compose_plantuml/branches{/branch}", + "tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/tags", + "blobs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/funkwerk/compose_plantuml/statuses/{sha}", + "languages_url": "https://api.github.com/repos/funkwerk/compose_plantuml/languages", + "stargazers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/stargazers", + "contributors_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contributors", + "subscribers_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscribers", + "subscription_url": "https://api.github.com/repos/funkwerk/compose_plantuml/subscription", + "commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/funkwerk/compose_plantuml/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/funkwerk/compose_plantuml/contents/{+path}", + "compare_url": "https://api.github.com/repos/funkwerk/compose_plantuml/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/funkwerk/compose_plantuml/merges", + "archive_url": "https://api.github.com/repos/funkwerk/compose_plantuml/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/funkwerk/compose_plantuml/downloads", + "issues_url": "https://api.github.com/repos/funkwerk/compose_plantuml/issues{/number}", + "pulls_url": "https://api.github.com/repos/funkwerk/compose_plantuml/pulls{/number}", + "milestones_url": "https://api.github.com/repos/funkwerk/compose_plantuml/milestones{/number}", + "notifications_url": "https://api.github.com/repos/funkwerk/compose_plantuml/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/funkwerk/compose_plantuml/labels{/name}", + "releases_url": "https://api.github.com/repos/funkwerk/compose_plantuml/releases{/id}", + "deployments_url": "https://api.github.com/repos/funkwerk/compose_plantuml/deployments", + "created_at": "2016-03-18T19:43:09Z", + "updated_at": "2018-08-06T01:57:53Z", + "pushed_at": "2017-03-24T21:40:07Z", + "git_url": "git://github.com/funkwerk/compose_plantuml.git", + "ssh_url": "git@github.com:funkwerk/compose_plantuml.git", + "clone_url": "https://github.com/funkwerk/compose_plantuml.git", + "svn_url": "https://github.com/funkwerk/compose_plantuml", + "homepage": null, + "size": 30, + "stargazers_count": 37, + "watchers_count": 37, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 37, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "funkwerk", + "id": 7002721, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcwMDI3MjE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7002721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/funkwerk", + "html_url": "https://github.com/funkwerk", + "followers_url": "https://api.github.com/users/funkwerk/followers", + "following_url": "https://api.github.com/users/funkwerk/following{/other_user}", + "gists_url": "https://api.github.com/users/funkwerk/gists{/gist_id}", + "starred_url": "https://api.github.com/users/funkwerk/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/funkwerk/subscriptions", + "organizations_url": "https://api.github.com/users/funkwerk/orgs", + "repos_url": "https://api.github.com/users/funkwerk/repos", + "events_url": "https://api.github.com/users/funkwerk/events{/privacy}", + "received_events_url": "https://api.github.com/users/funkwerk/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 7 + }, + { + "id": 66609310, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjYwOTMxMA==", + "name": "composerize", + "full_name": "magicmark/composerize", + "owner": { + "login": "magicmark", + "id": 1590756, + "node_id": "MDQ6VXNlcjE1OTA3NTY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1590756?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/magicmark", + "html_url": "https://github.com/magicmark", + "followers_url": "https://api.github.com/users/magicmark/followers", + "following_url": "https://api.github.com/users/magicmark/following{/other_user}", + "gists_url": "https://api.github.com/users/magicmark/gists{/gist_id}", + "starred_url": "https://api.github.com/users/magicmark/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/magicmark/subscriptions", + "organizations_url": "https://api.github.com/users/magicmark/orgs", + "repos_url": "https://api.github.com/users/magicmark/repos", + "events_url": "https://api.github.com/users/magicmark/events{/privacy}", + "received_events_url": "https://api.github.com/users/magicmark/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/magicmark/composerize", + "description": "🏃→🎼 docker run asdlksjfksdf > docker-composerize up", + "fork": false, + "url": "https://api.github.com/repos/magicmark/composerize", + "forks_url": "https://api.github.com/repos/magicmark/composerize/forks", + "keys_url": "https://api.github.com/repos/magicmark/composerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/magicmark/composerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/magicmark/composerize/teams", + "hooks_url": "https://api.github.com/repos/magicmark/composerize/hooks", + "issue_events_url": "https://api.github.com/repos/magicmark/composerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/magicmark/composerize/events", + "assignees_url": "https://api.github.com/repos/magicmark/composerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/magicmark/composerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/magicmark/composerize/tags", + "blobs_url": "https://api.github.com/repos/magicmark/composerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/magicmark/composerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/magicmark/composerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/magicmark/composerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/magicmark/composerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/magicmark/composerize/languages", + "stargazers_url": "https://api.github.com/repos/magicmark/composerize/stargazers", + "contributors_url": "https://api.github.com/repos/magicmark/composerize/contributors", + "subscribers_url": "https://api.github.com/repos/magicmark/composerize/subscribers", + "subscription_url": "https://api.github.com/repos/magicmark/composerize/subscription", + "commits_url": "https://api.github.com/repos/magicmark/composerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/magicmark/composerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/magicmark/composerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/magicmark/composerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/magicmark/composerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/magicmark/composerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/magicmark/composerize/merges", + "archive_url": "https://api.github.com/repos/magicmark/composerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/magicmark/composerize/downloads", + "issues_url": "https://api.github.com/repos/magicmark/composerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/magicmark/composerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/magicmark/composerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/magicmark/composerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/magicmark/composerize/labels{/name}", + "releases_url": "https://api.github.com/repos/magicmark/composerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/magicmark/composerize/deployments", + "created_at": "2016-08-26T02:20:37Z", + "updated_at": "2018-08-09T07:35:44Z", + "pushed_at": "2018-08-07T19:04:56Z", + "git_url": "git://github.com/magicmark/composerize.git", + "ssh_url": "git@github.com:magicmark/composerize.git", + "clone_url": "https://github.com/magicmark/composerize.git", + "svn_url": "https://github.com/magicmark/composerize", + "homepage": "http://composerize.com", + "size": 370, + "stargazers_count": 158, + "watchers_count": 158, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": null, + "forks": 12, + "open_issues": 17, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 9 + }, + { + "id": 35941765, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk0MTc2NQ==", + "name": "crowdr", + "full_name": "polonskiy/crowdr", + "owner": { + "login": "polonskiy", + "id": 854131, + "node_id": "MDQ6VXNlcjg1NDEzMQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/854131?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/polonskiy", + "html_url": "https://github.com/polonskiy", + "followers_url": "https://api.github.com/users/polonskiy/followers", + "following_url": "https://api.github.com/users/polonskiy/following{/other_user}", + "gists_url": "https://api.github.com/users/polonskiy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/polonskiy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/polonskiy/subscriptions", + "organizations_url": "https://api.github.com/users/polonskiy/orgs", + "repos_url": "https://api.github.com/users/polonskiy/repos", + "events_url": "https://api.github.com/users/polonskiy/events{/privacy}", + "received_events_url": "https://api.github.com/users/polonskiy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/polonskiy/crowdr", + "description": "Crowdr is a tool for managing multiple Docker containers", + "fork": false, + "url": "https://api.github.com/repos/polonskiy/crowdr", + "forks_url": "https://api.github.com/repos/polonskiy/crowdr/forks", + "keys_url": "https://api.github.com/repos/polonskiy/crowdr/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/polonskiy/crowdr/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/polonskiy/crowdr/teams", + "hooks_url": "https://api.github.com/repos/polonskiy/crowdr/hooks", + "issue_events_url": "https://api.github.com/repos/polonskiy/crowdr/issues/events{/number}", + "events_url": "https://api.github.com/repos/polonskiy/crowdr/events", + "assignees_url": "https://api.github.com/repos/polonskiy/crowdr/assignees{/user}", + "branches_url": "https://api.github.com/repos/polonskiy/crowdr/branches{/branch}", + "tags_url": "https://api.github.com/repos/polonskiy/crowdr/tags", + "blobs_url": "https://api.github.com/repos/polonskiy/crowdr/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/polonskiy/crowdr/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/polonskiy/crowdr/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/polonskiy/crowdr/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/polonskiy/crowdr/statuses/{sha}", + "languages_url": "https://api.github.com/repos/polonskiy/crowdr/languages", + "stargazers_url": "https://api.github.com/repos/polonskiy/crowdr/stargazers", + "contributors_url": "https://api.github.com/repos/polonskiy/crowdr/contributors", + "subscribers_url": "https://api.github.com/repos/polonskiy/crowdr/subscribers", + "subscription_url": "https://api.github.com/repos/polonskiy/crowdr/subscription", + "commits_url": "https://api.github.com/repos/polonskiy/crowdr/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/polonskiy/crowdr/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/polonskiy/crowdr/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/polonskiy/crowdr/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/polonskiy/crowdr/contents/{+path}", + "compare_url": "https://api.github.com/repos/polonskiy/crowdr/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/polonskiy/crowdr/merges", + "archive_url": "https://api.github.com/repos/polonskiy/crowdr/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/polonskiy/crowdr/downloads", + "issues_url": "https://api.github.com/repos/polonskiy/crowdr/issues{/number}", + "pulls_url": "https://api.github.com/repos/polonskiy/crowdr/pulls{/number}", + "milestones_url": "https://api.github.com/repos/polonskiy/crowdr/milestones{/number}", + "notifications_url": "https://api.github.com/repos/polonskiy/crowdr/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/polonskiy/crowdr/labels{/name}", + "releases_url": "https://api.github.com/repos/polonskiy/crowdr/releases{/id}", + "deployments_url": "https://api.github.com/repos/polonskiy/crowdr/deployments", + "created_at": "2015-05-20T10:36:07Z", + "updated_at": "2017-10-20T23:01:50Z", + "pushed_at": "2016-05-14T00:08:02Z", + "git_url": "git://github.com/polonskiy/crowdr.git", + "ssh_url": "git@github.com:polonskiy/crowdr.git", + "clone_url": "https://github.com/polonskiy/crowdr.git", + "svn_url": "https://github.com/polonskiy/crowdr", + "homepage": null, + "size": 59, + "stargazers_count": 75, + "watchers_count": 75, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 75, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 37494205, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ5NDIwNQ==", + "name": "docker-compose-graphviz", + "full_name": "abesto/docker-compose-graphviz", + "owner": { + "login": "abesto", + "id": 59982, + "node_id": "MDQ6VXNlcjU5OTgy", + "avatar_url": "https://avatars0.githubusercontent.com/u/59982?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/abesto", + "html_url": "https://github.com/abesto", + "followers_url": "https://api.github.com/users/abesto/followers", + "following_url": "https://api.github.com/users/abesto/following{/other_user}", + "gists_url": "https://api.github.com/users/abesto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/abesto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/abesto/subscriptions", + "organizations_url": "https://api.github.com/users/abesto/orgs", + "repos_url": "https://api.github.com/users/abesto/repos", + "events_url": "https://api.github.com/users/abesto/events{/privacy}", + "received_events_url": "https://api.github.com/users/abesto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/abesto/docker-compose-graphviz", + "description": "Turn a docker-compose.yml files into Graphviz .dot files", + "fork": false, + "url": "https://api.github.com/repos/abesto/docker-compose-graphviz", + "forks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/forks", + "keys_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/teams", + "hooks_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/hooks", + "issue_events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/events{/number}", + "events_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/events", + "assignees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/assignees{/user}", + "branches_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/branches{/branch}", + "tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/tags", + "blobs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/statuses/{sha}", + "languages_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/languages", + "stargazers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/stargazers", + "contributors_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contributors", + "subscribers_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscribers", + "subscription_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/subscription", + "commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/contents/{+path}", + "compare_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/merges", + "archive_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/downloads", + "issues_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/issues{/number}", + "pulls_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/pulls{/number}", + "milestones_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/milestones{/number}", + "notifications_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/labels{/name}", + "releases_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/releases{/id}", + "deployments_url": "https://api.github.com/repos/abesto/docker-compose-graphviz/deployments", + "created_at": "2015-06-15T22:14:26Z", + "updated_at": "2018-07-18T14:58:55Z", + "pushed_at": "2015-10-01T08:59:48Z", + "git_url": "git://github.com/abesto/docker-compose-graphviz.git", + "ssh_url": "git@github.com:abesto/docker-compose-graphviz.git", + "clone_url": "https://github.com/abesto/docker-compose-graphviz.git", + "svn_url": "https://github.com/abesto/docker-compose-graphviz", + "homepage": "", + "size": 122, + "stargazers_count": 32, + "watchers_count": 32, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 32, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 48662917, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODY2MjkxNw==", + "name": "draw-compose", + "full_name": "Alexis-benoist/draw-compose", + "owner": { + "login": "Alexis-benoist", + "id": 4437159, + "node_id": "MDQ6VXNlcjQ0MzcxNTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4437159?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Alexis-benoist", + "html_url": "https://github.com/Alexis-benoist", + "followers_url": "https://api.github.com/users/Alexis-benoist/followers", + "following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}", + "gists_url": "https://api.github.com/users/Alexis-benoist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Alexis-benoist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Alexis-benoist/subscriptions", + "organizations_url": "https://api.github.com/users/Alexis-benoist/orgs", + "repos_url": "https://api.github.com/users/Alexis-benoist/repos", + "events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}", + "received_events_url": "https://api.github.com/users/Alexis-benoist/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Alexis-benoist/draw-compose", + "description": "Render Docker compose files.", + "fork": false, + "url": "https://api.github.com/repos/Alexis-benoist/draw-compose", + "forks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/forks", + "keys_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/teams", + "hooks_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/events", + "assignees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/tags", + "blobs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/languages", + "stargazers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/subscription", + "commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/merges", + "archive_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/downloads", + "issues_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Alexis-benoist/draw-compose/deployments", + "created_at": "2015-12-27T22:31:24Z", + "updated_at": "2018-07-18T14:31:17Z", + "pushed_at": "2016-08-24T15:26:45Z", + "git_url": "git://github.com/Alexis-benoist/draw-compose.git", + "ssh_url": "git@github.com:Alexis-benoist/draw-compose.git", + "clone_url": "https://github.com/Alexis-benoist/draw-compose.git", + "svn_url": "https://github.com/Alexis-benoist/draw-compose", + "homepage": null, + "size": 46, + "stargazers_count": 49, + "watchers_count": 49, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 7, + "open_issues": 0, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 4 + }, + { + "id": 67536560, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzUzNjU2MA==", + "name": "elsy", + "full_name": "cisco/elsy", + "owner": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cisco/elsy", + "description": "An opinionated, multi-language, build tool based on Docker and Docker Compose", + "fork": false, + "url": "https://api.github.com/repos/cisco/elsy", + "forks_url": "https://api.github.com/repos/cisco/elsy/forks", + "keys_url": "https://api.github.com/repos/cisco/elsy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cisco/elsy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cisco/elsy/teams", + "hooks_url": "https://api.github.com/repos/cisco/elsy/hooks", + "issue_events_url": "https://api.github.com/repos/cisco/elsy/issues/events{/number}", + "events_url": "https://api.github.com/repos/cisco/elsy/events", + "assignees_url": "https://api.github.com/repos/cisco/elsy/assignees{/user}", + "branches_url": "https://api.github.com/repos/cisco/elsy/branches{/branch}", + "tags_url": "https://api.github.com/repos/cisco/elsy/tags", + "blobs_url": "https://api.github.com/repos/cisco/elsy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cisco/elsy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cisco/elsy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cisco/elsy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cisco/elsy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cisco/elsy/languages", + "stargazers_url": "https://api.github.com/repos/cisco/elsy/stargazers", + "contributors_url": "https://api.github.com/repos/cisco/elsy/contributors", + "subscribers_url": "https://api.github.com/repos/cisco/elsy/subscribers", + "subscription_url": "https://api.github.com/repos/cisco/elsy/subscription", + "commits_url": "https://api.github.com/repos/cisco/elsy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cisco/elsy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cisco/elsy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cisco/elsy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cisco/elsy/contents/{+path}", + "compare_url": "https://api.github.com/repos/cisco/elsy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cisco/elsy/merges", + "archive_url": "https://api.github.com/repos/cisco/elsy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cisco/elsy/downloads", + "issues_url": "https://api.github.com/repos/cisco/elsy/issues{/number}", + "pulls_url": "https://api.github.com/repos/cisco/elsy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cisco/elsy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cisco/elsy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cisco/elsy/labels{/name}", + "releases_url": "https://api.github.com/repos/cisco/elsy/releases{/id}", + "deployments_url": "https://api.github.com/repos/cisco/elsy/deployments", + "created_at": "2016-09-06T18:40:47Z", + "updated_at": "2018-07-27T14:39:48Z", + "pushed_at": "2018-07-09T14:30:02Z", + "git_url": "git://github.com/cisco/elsy.git", + "ssh_url": "git@github.com:cisco/elsy.git", + "clone_url": "https://github.com/cisco/elsy.git", + "svn_url": "https://github.com/cisco/elsy", + "homepage": null, + "size": 540, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 9, + "open_issues": 9, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cisco", + "id": 1376999, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNzY5OTk=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1376999?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cisco", + "html_url": "https://github.com/cisco", + "followers_url": "https://api.github.com/users/cisco/followers", + "following_url": "https://api.github.com/users/cisco/following{/other_user}", + "gists_url": "https://api.github.com/users/cisco/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cisco/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cisco/subscriptions", + "organizations_url": "https://api.github.com/users/cisco/orgs", + "repos_url": "https://api.github.com/users/cisco/repos", + "events_url": "https://api.github.com/users/cisco/events{/privacy}", + "received_events_url": "https://api.github.com/users/cisco/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 9, + "subscribers_count": 13 + }, + { + "id": 46929625, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjkyOTYyNQ==", + "name": "habitus", + "full_name": "cloud66-oss/habitus", + "owner": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cloud66-oss/habitus", + "description": "A Build Flow Tool for Docker", + "fork": false, + "url": "https://api.github.com/repos/cloud66-oss/habitus", + "forks_url": "https://api.github.com/repos/cloud66-oss/habitus/forks", + "keys_url": "https://api.github.com/repos/cloud66-oss/habitus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cloud66-oss/habitus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cloud66-oss/habitus/teams", + "hooks_url": "https://api.github.com/repos/cloud66-oss/habitus/hooks", + "issue_events_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/events{/number}", + "events_url": "https://api.github.com/repos/cloud66-oss/habitus/events", + "assignees_url": "https://api.github.com/repos/cloud66-oss/habitus/assignees{/user}", + "branches_url": "https://api.github.com/repos/cloud66-oss/habitus/branches{/branch}", + "tags_url": "https://api.github.com/repos/cloud66-oss/habitus/tags", + "blobs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cloud66-oss/habitus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cloud66-oss/habitus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cloud66-oss/habitus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cloud66-oss/habitus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cloud66-oss/habitus/languages", + "stargazers_url": "https://api.github.com/repos/cloud66-oss/habitus/stargazers", + "contributors_url": "https://api.github.com/repos/cloud66-oss/habitus/contributors", + "subscribers_url": "https://api.github.com/repos/cloud66-oss/habitus/subscribers", + "subscription_url": "https://api.github.com/repos/cloud66-oss/habitus/subscription", + "commits_url": "https://api.github.com/repos/cloud66-oss/habitus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cloud66-oss/habitus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cloud66-oss/habitus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cloud66-oss/habitus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cloud66-oss/habitus/contents/{+path}", + "compare_url": "https://api.github.com/repos/cloud66-oss/habitus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cloud66-oss/habitus/merges", + "archive_url": "https://api.github.com/repos/cloud66-oss/habitus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cloud66-oss/habitus/downloads", + "issues_url": "https://api.github.com/repos/cloud66-oss/habitus/issues{/number}", + "pulls_url": "https://api.github.com/repos/cloud66-oss/habitus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cloud66-oss/habitus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cloud66-oss/habitus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cloud66-oss/habitus/labels{/name}", + "releases_url": "https://api.github.com/repos/cloud66-oss/habitus/releases{/id}", + "deployments_url": "https://api.github.com/repos/cloud66-oss/habitus/deployments", + "created_at": "2015-11-26T13:55:44Z", + "updated_at": "2018-08-07T14:00:19Z", + "pushed_at": "2018-08-06T04:07:14Z", + "git_url": "git://github.com/cloud66-oss/habitus.git", + "ssh_url": "git@github.com:cloud66-oss/habitus.git", + "clone_url": "https://github.com/cloud66-oss/habitus.git", + "svn_url": "https://github.com/cloud66-oss/habitus", + "homepage": "http://www.habitus.io", + "size": 16344, + "stargazers_count": 848, + "watchers_count": 848, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 11, + "watchers": 848, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cloud66-oss", + "id": 41125305, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQxMTI1MzA1", + "avatar_url": "https://avatars2.githubusercontent.com/u/41125305?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cloud66-oss", + "html_url": "https://github.com/cloud66-oss", + "followers_url": "https://api.github.com/users/cloud66-oss/followers", + "following_url": "https://api.github.com/users/cloud66-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/cloud66-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cloud66-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cloud66-oss/subscriptions", + "organizations_url": "https://api.github.com/users/cloud66-oss/orgs", + "repos_url": "https://api.github.com/users/cloud66-oss/repos", + "events_url": "https://api.github.com/users/cloud66-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/cloud66-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 39 + }, + { + "id": 11622326, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYyMjMyNg==", + "name": "maestro", + "full_name": "toscanini/maestro", + "owner": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/toscanini/maestro", + "description": "Container orchestration for Docker environments", + "fork": false, + "url": "https://api.github.com/repos/toscanini/maestro", + "forks_url": "https://api.github.com/repos/toscanini/maestro/forks", + "keys_url": "https://api.github.com/repos/toscanini/maestro/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/toscanini/maestro/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/toscanini/maestro/teams", + "hooks_url": "https://api.github.com/repos/toscanini/maestro/hooks", + "issue_events_url": "https://api.github.com/repos/toscanini/maestro/issues/events{/number}", + "events_url": "https://api.github.com/repos/toscanini/maestro/events", + "assignees_url": "https://api.github.com/repos/toscanini/maestro/assignees{/user}", + "branches_url": "https://api.github.com/repos/toscanini/maestro/branches{/branch}", + "tags_url": "https://api.github.com/repos/toscanini/maestro/tags", + "blobs_url": "https://api.github.com/repos/toscanini/maestro/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/toscanini/maestro/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/toscanini/maestro/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/toscanini/maestro/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/toscanini/maestro/statuses/{sha}", + "languages_url": "https://api.github.com/repos/toscanini/maestro/languages", + "stargazers_url": "https://api.github.com/repos/toscanini/maestro/stargazers", + "contributors_url": "https://api.github.com/repos/toscanini/maestro/contributors", + "subscribers_url": "https://api.github.com/repos/toscanini/maestro/subscribers", + "subscription_url": "https://api.github.com/repos/toscanini/maestro/subscription", + "commits_url": "https://api.github.com/repos/toscanini/maestro/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/toscanini/maestro/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/toscanini/maestro/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/toscanini/maestro/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/toscanini/maestro/contents/{+path}", + "compare_url": "https://api.github.com/repos/toscanini/maestro/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/toscanini/maestro/merges", + "archive_url": "https://api.github.com/repos/toscanini/maestro/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/toscanini/maestro/downloads", + "issues_url": "https://api.github.com/repos/toscanini/maestro/issues{/number}", + "pulls_url": "https://api.github.com/repos/toscanini/maestro/pulls{/number}", + "milestones_url": "https://api.github.com/repos/toscanini/maestro/milestones{/number}", + "notifications_url": "https://api.github.com/repos/toscanini/maestro/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/toscanini/maestro/labels{/name}", + "releases_url": "https://api.github.com/repos/toscanini/maestro/releases{/id}", + "deployments_url": "https://api.github.com/repos/toscanini/maestro/deployments", + "created_at": "2013-07-24T00:08:08Z", + "updated_at": "2018-08-08T21:31:32Z", + "pushed_at": "2013-08-21T01:47:01Z", + "git_url": "git://github.com/toscanini/maestro.git", + "ssh_url": "git@github.com:toscanini/maestro.git", + "clone_url": "https://github.com/toscanini/maestro.git", + "svn_url": "https://github.com/toscanini/maestro", + "homepage": null, + "size": 337, + "stargazers_count": 614, + "watchers_count": 614, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 35, + "open_issues": 8, + "watchers": 614, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "toscanini", + "id": 5067819, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjc4MTk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5067819?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/toscanini", + "html_url": "https://github.com/toscanini", + "followers_url": "https://api.github.com/users/toscanini/followers", + "following_url": "https://api.github.com/users/toscanini/following{/other_user}", + "gists_url": "https://api.github.com/users/toscanini/gists{/gist_id}", + "starred_url": "https://api.github.com/users/toscanini/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/toscanini/subscriptions", + "organizations_url": "https://api.github.com/users/toscanini/orgs", + "repos_url": "https://api.github.com/users/toscanini/repos", + "events_url": "https://api.github.com/users/toscanini/events{/privacy}", + "received_events_url": "https://api.github.com/users/toscanini/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 38 + }, + { + "id": 90044689, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDA0NDY4OQ==", + "name": "plash", + "full_name": "ihucos/plash", + "owner": { + "login": "ihucos", + "id": 2066372, + "node_id": "MDQ6VXNlcjIwNjYzNzI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2066372?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ihucos", + "html_url": "https://github.com/ihucos", + "followers_url": "https://api.github.com/users/ihucos/followers", + "following_url": "https://api.github.com/users/ihucos/following{/other_user}", + "gists_url": "https://api.github.com/users/ihucos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ihucos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ihucos/subscriptions", + "organizations_url": "https://api.github.com/users/ihucos/orgs", + "repos_url": "https://api.github.com/users/ihucos/repos", + "events_url": "https://api.github.com/users/ihucos/events{/privacy}", + "received_events_url": "https://api.github.com/users/ihucos/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ihucos/plash", + "description": "A container build and runtime system", + "fork": false, + "url": "https://api.github.com/repos/ihucos/plash", + "forks_url": "https://api.github.com/repos/ihucos/plash/forks", + "keys_url": "https://api.github.com/repos/ihucos/plash/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ihucos/plash/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ihucos/plash/teams", + "hooks_url": "https://api.github.com/repos/ihucos/plash/hooks", + "issue_events_url": "https://api.github.com/repos/ihucos/plash/issues/events{/number}", + "events_url": "https://api.github.com/repos/ihucos/plash/events", + "assignees_url": "https://api.github.com/repos/ihucos/plash/assignees{/user}", + "branches_url": "https://api.github.com/repos/ihucos/plash/branches{/branch}", + "tags_url": "https://api.github.com/repos/ihucos/plash/tags", + "blobs_url": "https://api.github.com/repos/ihucos/plash/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ihucos/plash/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ihucos/plash/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ihucos/plash/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ihucos/plash/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ihucos/plash/languages", + "stargazers_url": "https://api.github.com/repos/ihucos/plash/stargazers", + "contributors_url": "https://api.github.com/repos/ihucos/plash/contributors", + "subscribers_url": "https://api.github.com/repos/ihucos/plash/subscribers", + "subscription_url": "https://api.github.com/repos/ihucos/plash/subscription", + "commits_url": "https://api.github.com/repos/ihucos/plash/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ihucos/plash/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ihucos/plash/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ihucos/plash/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ihucos/plash/contents/{+path}", + "compare_url": "https://api.github.com/repos/ihucos/plash/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ihucos/plash/merges", + "archive_url": "https://api.github.com/repos/ihucos/plash/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ihucos/plash/downloads", + "issues_url": "https://api.github.com/repos/ihucos/plash/issues{/number}", + "pulls_url": "https://api.github.com/repos/ihucos/plash/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ihucos/plash/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ihucos/plash/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ihucos/plash/labels{/name}", + "releases_url": "https://api.github.com/repos/ihucos/plash/releases{/id}", + "deployments_url": "https://api.github.com/repos/ihucos/plash/deployments", + "created_at": "2017-05-02T14:47:32Z", + "updated_at": "2018-08-08T19:56:57Z", + "pushed_at": "2018-08-08T19:56:55Z", + "git_url": "git://github.com/ihucos/plash.git", + "ssh_url": "git@github.com:ihucos/plash.git", + "clone_url": "https://github.com/ihucos/plash.git", + "svn_url": "https://github.com/ihucos/plash", + "homepage": "http://plash.io/", + "size": 16032, + "stargazers_count": 26, + "watchers_count": 26, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 9, + "watchers": 26, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 37997146, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk5NzE0Ng==", + "name": "rocker-compose", + "full_name": "grammarly/rocker-compose", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker-compose", + "description": "Docker composition tool with idempotency features for deploying apps composed of multiple containers.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker-compose", + "forks_url": "https://api.github.com/repos/grammarly/rocker-compose/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker-compose/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker-compose/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker-compose/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker-compose/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker-compose/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker-compose/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker-compose/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker-compose/deployments", + "created_at": "2015-06-24T16:37:38Z", + "updated_at": "2018-06-14T15:47:41Z", + "pushed_at": "2018-03-20T18:04:08Z", + "git_url": "git://github.com/grammarly/rocker-compose.git", + "ssh_url": "git@github.com:grammarly/rocker-compose.git", + "clone_url": "https://github.com/grammarly/rocker-compose.git", + "svn_url": "https://github.com/grammarly/rocker-compose", + "homepage": "", + "size": 4349, + "stargazers_count": 418, + "watchers_count": 418, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 0, + "watchers": 418, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 58 + }, + { + "id": 42118261, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjExODI2MQ==", + "name": "rocker", + "full_name": "grammarly/rocker", + "owner": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grammarly/rocker", + "description": "Rocker breaks the limits of Dockerfile.", + "fork": false, + "url": "https://api.github.com/repos/grammarly/rocker", + "forks_url": "https://api.github.com/repos/grammarly/rocker/forks", + "keys_url": "https://api.github.com/repos/grammarly/rocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grammarly/rocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grammarly/rocker/teams", + "hooks_url": "https://api.github.com/repos/grammarly/rocker/hooks", + "issue_events_url": "https://api.github.com/repos/grammarly/rocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/grammarly/rocker/events", + "assignees_url": "https://api.github.com/repos/grammarly/rocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/grammarly/rocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/grammarly/rocker/tags", + "blobs_url": "https://api.github.com/repos/grammarly/rocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grammarly/rocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grammarly/rocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grammarly/rocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grammarly/rocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grammarly/rocker/languages", + "stargazers_url": "https://api.github.com/repos/grammarly/rocker/stargazers", + "contributors_url": "https://api.github.com/repos/grammarly/rocker/contributors", + "subscribers_url": "https://api.github.com/repos/grammarly/rocker/subscribers", + "subscription_url": "https://api.github.com/repos/grammarly/rocker/subscription", + "commits_url": "https://api.github.com/repos/grammarly/rocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grammarly/rocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grammarly/rocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grammarly/rocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grammarly/rocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/grammarly/rocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grammarly/rocker/merges", + "archive_url": "https://api.github.com/repos/grammarly/rocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grammarly/rocker/downloads", + "issues_url": "https://api.github.com/repos/grammarly/rocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/grammarly/rocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grammarly/rocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grammarly/rocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grammarly/rocker/labels{/name}", + "releases_url": "https://api.github.com/repos/grammarly/rocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/grammarly/rocker/deployments", + "created_at": "2015-09-08T14:40:32Z", + "updated_at": "2018-08-08T13:08:24Z", + "pushed_at": "2018-03-24T10:49:28Z", + "git_url": "git://github.com/grammarly/rocker.git", + "ssh_url": "git@github.com:grammarly/rocker.git", + "clone_url": "https://github.com/grammarly/rocker.git", + "svn_url": "https://github.com/grammarly/rocker", + "homepage": null, + "size": 5781, + "stargazers_count": 1279, + "watchers_count": 1279, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 77, + "open_issues": 1, + "watchers": 1279, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grammarly", + "id": 352781, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM1Mjc4MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/352781?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grammarly", + "html_url": "https://github.com/grammarly", + "followers_url": "https://api.github.com/users/grammarly/followers", + "following_url": "https://api.github.com/users/grammarly/following{/other_user}", + "gists_url": "https://api.github.com/users/grammarly/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grammarly/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grammarly/subscriptions", + "organizations_url": "https://api.github.com/users/grammarly/orgs", + "repos_url": "https://api.github.com/users/grammarly/repos", + "events_url": "https://api.github.com/users/grammarly/events{/privacy}", + "received_events_url": "https://api.github.com/users/grammarly/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 77, + "subscribers_count": 73 + }, + { + "id": 84213029, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDIxMzAyOQ==", + "name": "stacker-cli", + "full_name": "stacker/stacker-cli", + "owner": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stacker/stacker-cli", + "description": "Docker Compose Templates", + "fork": false, + "url": "https://api.github.com/repos/stacker/stacker-cli", + "forks_url": "https://api.github.com/repos/stacker/stacker-cli/forks", + "keys_url": "https://api.github.com/repos/stacker/stacker-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stacker/stacker-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stacker/stacker-cli/teams", + "hooks_url": "https://api.github.com/repos/stacker/stacker-cli/hooks", + "issue_events_url": "https://api.github.com/repos/stacker/stacker-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/stacker/stacker-cli/events", + "assignees_url": "https://api.github.com/repos/stacker/stacker-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/stacker/stacker-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/stacker/stacker-cli/tags", + "blobs_url": "https://api.github.com/repos/stacker/stacker-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stacker/stacker-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stacker/stacker-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stacker/stacker-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stacker/stacker-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stacker/stacker-cli/languages", + "stargazers_url": "https://api.github.com/repos/stacker/stacker-cli/stargazers", + "contributors_url": "https://api.github.com/repos/stacker/stacker-cli/contributors", + "subscribers_url": "https://api.github.com/repos/stacker/stacker-cli/subscribers", + "subscription_url": "https://api.github.com/repos/stacker/stacker-cli/subscription", + "commits_url": "https://api.github.com/repos/stacker/stacker-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stacker/stacker-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stacker/stacker-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stacker/stacker-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stacker/stacker-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/stacker/stacker-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stacker/stacker-cli/merges", + "archive_url": "https://api.github.com/repos/stacker/stacker-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stacker/stacker-cli/downloads", + "issues_url": "https://api.github.com/repos/stacker/stacker-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/stacker/stacker-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stacker/stacker-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stacker/stacker-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stacker/stacker-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/stacker/stacker-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/stacker/stacker-cli/deployments", + "created_at": "2017-03-07T15:10:13Z", + "updated_at": "2018-07-18T14:58:21Z", + "pushed_at": "2017-03-27T09:58:13Z", + "git_url": "git://github.com/stacker/stacker-cli.git", + "ssh_url": "git@github.com:stacker/stacker-cli.git", + "clone_url": "https://github.com/stacker/stacker-cli.git", + "svn_url": "https://github.com/stacker/stacker-cli", + "homepage": "", + "size": 52, + "stargazers_count": 49, + "watchers_count": 49, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 2, + "watchers": 49, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stacker", + "id": 25790010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzkwMDEw", + "avatar_url": "https://avatars2.githubusercontent.com/u/25790010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stacker", + "html_url": "https://github.com/stacker", + "followers_url": "https://api.github.com/users/stacker/followers", + "following_url": "https://api.github.com/users/stacker/following{/other_user}", + "gists_url": "https://api.github.com/users/stacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stacker/subscriptions", + "organizations_url": "https://api.github.com/users/stacker/orgs", + "repos_url": "https://api.github.com/users/stacker/repos", + "events_url": "https://api.github.com/users/stacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/stacker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 35176089, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE3NjA4OQ==", + "name": "zodiac", + "full_name": "CenturyLinkLabs/zodiac", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/zodiac", + "description": "A lightweight tool for easy deployment and rollback of dockerized applications.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/zodiac", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/zodiac/deployments", + "created_at": "2015-05-06T18:32:37Z", + "updated_at": "2018-07-23T11:51:06Z", + "pushed_at": "2015-08-18T15:10:09Z", + "git_url": "git://github.com/CenturyLinkLabs/zodiac.git", + "ssh_url": "git@github.com:CenturyLinkLabs/zodiac.git", + "clone_url": "https://github.com/CenturyLinkLabs/zodiac.git", + "svn_url": "https://github.com/CenturyLinkLabs/zodiac", + "homepage": "", + "size": 793, + "stargazers_count": 177, + "watchers_count": 177, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 177, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 21 + }, + { + "id": 20502024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDUwMjAyNA==", + "name": "centurion", + "full_name": "newrelic/centurion", + "owner": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/newrelic/centurion", + "description": "A mass deployment tool for Docker fleets", + "fork": false, + "url": "https://api.github.com/repos/newrelic/centurion", + "forks_url": "https://api.github.com/repos/newrelic/centurion/forks", + "keys_url": "https://api.github.com/repos/newrelic/centurion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/newrelic/centurion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/newrelic/centurion/teams", + "hooks_url": "https://api.github.com/repos/newrelic/centurion/hooks", + "issue_events_url": "https://api.github.com/repos/newrelic/centurion/issues/events{/number}", + "events_url": "https://api.github.com/repos/newrelic/centurion/events", + "assignees_url": "https://api.github.com/repos/newrelic/centurion/assignees{/user}", + "branches_url": "https://api.github.com/repos/newrelic/centurion/branches{/branch}", + "tags_url": "https://api.github.com/repos/newrelic/centurion/tags", + "blobs_url": "https://api.github.com/repos/newrelic/centurion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/newrelic/centurion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/newrelic/centurion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/newrelic/centurion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/newrelic/centurion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/newrelic/centurion/languages", + "stargazers_url": "https://api.github.com/repos/newrelic/centurion/stargazers", + "contributors_url": "https://api.github.com/repos/newrelic/centurion/contributors", + "subscribers_url": "https://api.github.com/repos/newrelic/centurion/subscribers", + "subscription_url": "https://api.github.com/repos/newrelic/centurion/subscription", + "commits_url": "https://api.github.com/repos/newrelic/centurion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/newrelic/centurion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/newrelic/centurion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/newrelic/centurion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/newrelic/centurion/contents/{+path}", + "compare_url": "https://api.github.com/repos/newrelic/centurion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/newrelic/centurion/merges", + "archive_url": "https://api.github.com/repos/newrelic/centurion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/newrelic/centurion/downloads", + "issues_url": "https://api.github.com/repos/newrelic/centurion/issues{/number}", + "pulls_url": "https://api.github.com/repos/newrelic/centurion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/newrelic/centurion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/newrelic/centurion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/newrelic/centurion/labels{/name}", + "releases_url": "https://api.github.com/repos/newrelic/centurion/releases{/id}", + "deployments_url": "https://api.github.com/repos/newrelic/centurion/deployments", + "created_at": "2014-06-04T21:44:12Z", + "updated_at": "2018-08-09T00:07:33Z", + "pushed_at": "2018-07-27T17:16:34Z", + "git_url": "git://github.com/newrelic/centurion.git", + "ssh_url": "git@github.com:newrelic/centurion.git", + "clone_url": "https://github.com/newrelic/centurion.git", + "svn_url": "https://github.com/newrelic/centurion", + "homepage": "", + "size": 493, + "stargazers_count": 1707, + "watchers_count": 1707, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 111, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 111, + "open_issues": 9, + "watchers": 1707, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "newrelic", + "id": 31739, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNzM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/31739?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/newrelic", + "html_url": "https://github.com/newrelic", + "followers_url": "https://api.github.com/users/newrelic/followers", + "following_url": "https://api.github.com/users/newrelic/following{/other_user}", + "gists_url": "https://api.github.com/users/newrelic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/newrelic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/newrelic/subscriptions", + "organizations_url": "https://api.github.com/users/newrelic/orgs", + "repos_url": "https://api.github.com/users/newrelic/repos", + "events_url": "https://api.github.com/users/newrelic/events{/privacy}", + "received_events_url": "https://api.github.com/users/newrelic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 111, + "subscribers_count": 86 + }, + { + "id": 17784299, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc4NDI5OQ==", + "name": "clocker", + "full_name": "brooklyncentral/clocker", + "owner": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brooklyncentral/clocker", + "description": "Apache Brooklyn cloud native infrastructure blueprints", + "fork": false, + "url": "https://api.github.com/repos/brooklyncentral/clocker", + "forks_url": "https://api.github.com/repos/brooklyncentral/clocker/forks", + "keys_url": "https://api.github.com/repos/brooklyncentral/clocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brooklyncentral/clocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brooklyncentral/clocker/teams", + "hooks_url": "https://api.github.com/repos/brooklyncentral/clocker/hooks", + "issue_events_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/brooklyncentral/clocker/events", + "assignees_url": "https://api.github.com/repos/brooklyncentral/clocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/brooklyncentral/clocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/brooklyncentral/clocker/tags", + "blobs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brooklyncentral/clocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brooklyncentral/clocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brooklyncentral/clocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brooklyncentral/clocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brooklyncentral/clocker/languages", + "stargazers_url": "https://api.github.com/repos/brooklyncentral/clocker/stargazers", + "contributors_url": "https://api.github.com/repos/brooklyncentral/clocker/contributors", + "subscribers_url": "https://api.github.com/repos/brooklyncentral/clocker/subscribers", + "subscription_url": "https://api.github.com/repos/brooklyncentral/clocker/subscription", + "commits_url": "https://api.github.com/repos/brooklyncentral/clocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brooklyncentral/clocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brooklyncentral/clocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brooklyncentral/clocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brooklyncentral/clocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/brooklyncentral/clocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brooklyncentral/clocker/merges", + "archive_url": "https://api.github.com/repos/brooklyncentral/clocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brooklyncentral/clocker/downloads", + "issues_url": "https://api.github.com/repos/brooklyncentral/clocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/brooklyncentral/clocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brooklyncentral/clocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brooklyncentral/clocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brooklyncentral/clocker/labels{/name}", + "releases_url": "https://api.github.com/repos/brooklyncentral/clocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/brooklyncentral/clocker/deployments", + "created_at": "2014-03-15T20:03:57Z", + "updated_at": "2018-07-15T21:46:56Z", + "pushed_at": "2018-06-22T09:00:13Z", + "git_url": "git://github.com/brooklyncentral/clocker.git", + "ssh_url": "git@github.com:brooklyncentral/clocker.git", + "clone_url": "https://github.com/brooklyncentral/clocker.git", + "svn_url": "https://github.com/brooklyncentral/clocker", + "homepage": "", + "size": 9331, + "stargazers_count": 429, + "watchers_count": 429, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 66, + "open_issues": 57, + "watchers": 429, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "brooklyncentral", + "id": 1587357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1ODczNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1587357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brooklyncentral", + "html_url": "https://github.com/brooklyncentral", + "followers_url": "https://api.github.com/users/brooklyncentral/followers", + "following_url": "https://api.github.com/users/brooklyncentral/following{/other_user}", + "gists_url": "https://api.github.com/users/brooklyncentral/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brooklyncentral/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brooklyncentral/subscriptions", + "organizations_url": "https://api.github.com/users/brooklyncentral/orgs", + "repos_url": "https://api.github.com/users/brooklyncentral/repos", + "events_url": "https://api.github.com/users/brooklyncentral/events{/privacy}", + "received_events_url": "https://api.github.com/users/brooklyncentral/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 40 + }, + { + "id": 27701139, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzcwMTEzOQ==", + "name": "conduit", + "full_name": "ehazlett/conduit", + "owner": { + "login": "ehazlett", + "id": 260642, + "node_id": "MDQ6VXNlcjI2MDY0Mg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/260642?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ehazlett", + "html_url": "https://github.com/ehazlett", + "followers_url": "https://api.github.com/users/ehazlett/followers", + "following_url": "https://api.github.com/users/ehazlett/following{/other_user}", + "gists_url": "https://api.github.com/users/ehazlett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ehazlett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ehazlett/subscriptions", + "organizations_url": "https://api.github.com/users/ehazlett/orgs", + "repos_url": "https://api.github.com/users/ehazlett/repos", + "events_url": "https://api.github.com/users/ehazlett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ehazlett/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ehazlett/conduit", + "description": "Deployment system for Docker", + "fork": false, + "url": "https://api.github.com/repos/ehazlett/conduit", + "forks_url": "https://api.github.com/repos/ehazlett/conduit/forks", + "keys_url": "https://api.github.com/repos/ehazlett/conduit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ehazlett/conduit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ehazlett/conduit/teams", + "hooks_url": "https://api.github.com/repos/ehazlett/conduit/hooks", + "issue_events_url": "https://api.github.com/repos/ehazlett/conduit/issues/events{/number}", + "events_url": "https://api.github.com/repos/ehazlett/conduit/events", + "assignees_url": "https://api.github.com/repos/ehazlett/conduit/assignees{/user}", + "branches_url": "https://api.github.com/repos/ehazlett/conduit/branches{/branch}", + "tags_url": "https://api.github.com/repos/ehazlett/conduit/tags", + "blobs_url": "https://api.github.com/repos/ehazlett/conduit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ehazlett/conduit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ehazlett/conduit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ehazlett/conduit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ehazlett/conduit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ehazlett/conduit/languages", + "stargazers_url": "https://api.github.com/repos/ehazlett/conduit/stargazers", + "contributors_url": "https://api.github.com/repos/ehazlett/conduit/contributors", + "subscribers_url": "https://api.github.com/repos/ehazlett/conduit/subscribers", + "subscription_url": "https://api.github.com/repos/ehazlett/conduit/subscription", + "commits_url": "https://api.github.com/repos/ehazlett/conduit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ehazlett/conduit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ehazlett/conduit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ehazlett/conduit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ehazlett/conduit/contents/{+path}", + "compare_url": "https://api.github.com/repos/ehazlett/conduit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ehazlett/conduit/merges", + "archive_url": "https://api.github.com/repos/ehazlett/conduit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ehazlett/conduit/downloads", + "issues_url": "https://api.github.com/repos/ehazlett/conduit/issues{/number}", + "pulls_url": "https://api.github.com/repos/ehazlett/conduit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ehazlett/conduit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ehazlett/conduit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ehazlett/conduit/labels{/name}", + "releases_url": "https://api.github.com/repos/ehazlett/conduit/releases{/id}", + "deployments_url": "https://api.github.com/repos/ehazlett/conduit/deployments", + "created_at": "2014-12-08T06:27:20Z", + "updated_at": "2018-07-02T11:52:39Z", + "pushed_at": "2016-11-07T18:20:56Z", + "git_url": "git://github.com/ehazlett/conduit.git", + "ssh_url": "git@github.com:ehazlett/conduit.git", + "clone_url": "https://github.com/ehazlett/conduit.git", + "svn_url": "https://github.com/ehazlett/conduit", + "homepage": null, + "size": 11403, + "stargazers_count": 100, + "watchers_count": 100, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 12, + "open_issues": 5, + "watchers": 100, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 7 + }, + { + "id": 41969570, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTk2OTU3MA==", + "name": "depcon", + "full_name": "ContainX/depcon", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/depcon", + "description": "Docker blue-green/deployment/management supporting Mesos/Marathon and Compose.", + "fork": false, + "url": "https://api.github.com/repos/ContainX/depcon", + "forks_url": "https://api.github.com/repos/ContainX/depcon/forks", + "keys_url": "https://api.github.com/repos/ContainX/depcon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/depcon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/depcon/teams", + "hooks_url": "https://api.github.com/repos/ContainX/depcon/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/depcon/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/depcon/events", + "assignees_url": "https://api.github.com/repos/ContainX/depcon/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/depcon/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/depcon/tags", + "blobs_url": "https://api.github.com/repos/ContainX/depcon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/depcon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/depcon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/depcon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/depcon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/depcon/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/depcon/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/depcon/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/depcon/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/depcon/subscription", + "commits_url": "https://api.github.com/repos/ContainX/depcon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/depcon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/depcon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/depcon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/depcon/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/depcon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/depcon/merges", + "archive_url": "https://api.github.com/repos/ContainX/depcon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/depcon/downloads", + "issues_url": "https://api.github.com/repos/ContainX/depcon/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/depcon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/depcon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/depcon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/depcon/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/depcon/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/depcon/deployments", + "created_at": "2015-09-05T17:25:40Z", + "updated_at": "2018-07-28T08:20:51Z", + "pushed_at": "2018-06-05T04:40:23Z", + "git_url": "git://github.com/ContainX/depcon.git", + "ssh_url": "git@github.com:ContainX/depcon.git", + "clone_url": "https://github.com/ContainX/depcon.git", + "svn_url": "https://github.com/ContainX/depcon", + "homepage": "http://depcon.containx.io", + "size": 247, + "stargazers_count": 87, + "watchers_count": 87, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 15, + "open_issues": 5, + "watchers": 87, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 18 + }, + { + "id": 42191461, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5MTQ2MQ==", + "name": "deploy", + "full_name": "ttiny/deploy", + "owner": { + "login": "ttiny", + "id": 4981128, + "node_id": "MDQ6VXNlcjQ5ODExMjg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4981128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ttiny", + "html_url": "https://github.com/ttiny", + "followers_url": "https://api.github.com/users/ttiny/followers", + "following_url": "https://api.github.com/users/ttiny/following{/other_user}", + "gists_url": "https://api.github.com/users/ttiny/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ttiny/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ttiny/subscriptions", + "organizations_url": "https://api.github.com/users/ttiny/orgs", + "repos_url": "https://api.github.com/users/ttiny/repos", + "events_url": "https://api.github.com/users/ttiny/events{/privacy}", + "received_events_url": "https://api.github.com/users/ttiny/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ttiny/deploy", + "description": "Git and Docker deployment tool.", + "fork": false, + "url": "https://api.github.com/repos/ttiny/deploy", + "forks_url": "https://api.github.com/repos/ttiny/deploy/forks", + "keys_url": "https://api.github.com/repos/ttiny/deploy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ttiny/deploy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ttiny/deploy/teams", + "hooks_url": "https://api.github.com/repos/ttiny/deploy/hooks", + "issue_events_url": "https://api.github.com/repos/ttiny/deploy/issues/events{/number}", + "events_url": "https://api.github.com/repos/ttiny/deploy/events", + "assignees_url": "https://api.github.com/repos/ttiny/deploy/assignees{/user}", + "branches_url": "https://api.github.com/repos/ttiny/deploy/branches{/branch}", + "tags_url": "https://api.github.com/repos/ttiny/deploy/tags", + "blobs_url": "https://api.github.com/repos/ttiny/deploy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ttiny/deploy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ttiny/deploy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ttiny/deploy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ttiny/deploy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ttiny/deploy/languages", + "stargazers_url": "https://api.github.com/repos/ttiny/deploy/stargazers", + "contributors_url": "https://api.github.com/repos/ttiny/deploy/contributors", + "subscribers_url": "https://api.github.com/repos/ttiny/deploy/subscribers", + "subscription_url": "https://api.github.com/repos/ttiny/deploy/subscription", + "commits_url": "https://api.github.com/repos/ttiny/deploy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ttiny/deploy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ttiny/deploy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ttiny/deploy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ttiny/deploy/contents/{+path}", + "compare_url": "https://api.github.com/repos/ttiny/deploy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ttiny/deploy/merges", + "archive_url": "https://api.github.com/repos/ttiny/deploy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ttiny/deploy/downloads", + "issues_url": "https://api.github.com/repos/ttiny/deploy/issues{/number}", + "pulls_url": "https://api.github.com/repos/ttiny/deploy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ttiny/deploy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ttiny/deploy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ttiny/deploy/labels{/name}", + "releases_url": "https://api.github.com/repos/ttiny/deploy/releases{/id}", + "deployments_url": "https://api.github.com/repos/ttiny/deploy/deployments", + "created_at": "2015-09-09T16:43:52Z", + "updated_at": "2018-07-23T12:46:03Z", + "pushed_at": "2016-11-06T14:08:19Z", + "git_url": "git://github.com/ttiny/deploy.git", + "ssh_url": "git@github.com:ttiny/deploy.git", + "clone_url": "https://github.com/ttiny/deploy.git", + "svn_url": "https://github.com/ttiny/deploy", + "homepage": null, + "size": 26226, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": null, + "forks": 3, + "open_issues": 9, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 18 + }, + { + "id": 21777745, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3Nzc0NQ==", + "name": "dockit", + "full_name": "humblec/dockit", + "owner": { + "login": "humblec", + "id": 5001742, + "node_id": "MDQ6VXNlcjUwMDE3NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5001742?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/humblec", + "html_url": "https://github.com/humblec", + "followers_url": "https://api.github.com/users/humblec/followers", + "following_url": "https://api.github.com/users/humblec/following{/other_user}", + "gists_url": "https://api.github.com/users/humblec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/humblec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/humblec/subscriptions", + "organizations_url": "https://api.github.com/users/humblec/orgs", + "repos_url": "https://api.github.com/users/humblec/repos", + "events_url": "https://api.github.com/users/humblec/events{/privacy}", + "received_events_url": "https://api.github.com/users/humblec/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/humblec/dockit", + "description": "Do docker actions and Deploy gluster containers!", + "fork": false, + "url": "https://api.github.com/repos/humblec/dockit", + "forks_url": "https://api.github.com/repos/humblec/dockit/forks", + "keys_url": "https://api.github.com/repos/humblec/dockit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/humblec/dockit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/humblec/dockit/teams", + "hooks_url": "https://api.github.com/repos/humblec/dockit/hooks", + "issue_events_url": "https://api.github.com/repos/humblec/dockit/issues/events{/number}", + "events_url": "https://api.github.com/repos/humblec/dockit/events", + "assignees_url": "https://api.github.com/repos/humblec/dockit/assignees{/user}", + "branches_url": "https://api.github.com/repos/humblec/dockit/branches{/branch}", + "tags_url": "https://api.github.com/repos/humblec/dockit/tags", + "blobs_url": "https://api.github.com/repos/humblec/dockit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/humblec/dockit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/humblec/dockit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/humblec/dockit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/humblec/dockit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/humblec/dockit/languages", + "stargazers_url": "https://api.github.com/repos/humblec/dockit/stargazers", + "contributors_url": "https://api.github.com/repos/humblec/dockit/contributors", + "subscribers_url": "https://api.github.com/repos/humblec/dockit/subscribers", + "subscription_url": "https://api.github.com/repos/humblec/dockit/subscription", + "commits_url": "https://api.github.com/repos/humblec/dockit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/humblec/dockit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/humblec/dockit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/humblec/dockit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/humblec/dockit/contents/{+path}", + "compare_url": "https://api.github.com/repos/humblec/dockit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/humblec/dockit/merges", + "archive_url": "https://api.github.com/repos/humblec/dockit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/humblec/dockit/downloads", + "issues_url": "https://api.github.com/repos/humblec/dockit/issues{/number}", + "pulls_url": "https://api.github.com/repos/humblec/dockit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/humblec/dockit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/humblec/dockit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/humblec/dockit/labels{/name}", + "releases_url": "https://api.github.com/repos/humblec/dockit/releases{/id}", + "deployments_url": "https://api.github.com/repos/humblec/dockit/deployments", + "created_at": "2014-07-12T22:20:12Z", + "updated_at": "2018-07-28T08:37:15Z", + "pushed_at": "2014-11-04T19:40:01Z", + "git_url": "git://github.com/humblec/dockit.git", + "ssh_url": "git@github.com:humblec/dockit.git", + "clone_url": "https://github.com/humblec/dockit.git", + "svn_url": "https://github.com/humblec/dockit", + "homepage": null, + "size": 906, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 13, + "open_issues": 5, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 13, + "subscribers_count": 16 + }, + { + "id": 124346949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzNDY5NDk=", + "name": "gitkube", + "full_name": "hasura/gitkube", + "owner": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hasura/gitkube", + "description": "Build and deploy docker images to Kubernetes using git push", + "fork": false, + "url": "https://api.github.com/repos/hasura/gitkube", + "forks_url": "https://api.github.com/repos/hasura/gitkube/forks", + "keys_url": "https://api.github.com/repos/hasura/gitkube/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hasura/gitkube/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hasura/gitkube/teams", + "hooks_url": "https://api.github.com/repos/hasura/gitkube/hooks", + "issue_events_url": "https://api.github.com/repos/hasura/gitkube/issues/events{/number}", + "events_url": "https://api.github.com/repos/hasura/gitkube/events", + "assignees_url": "https://api.github.com/repos/hasura/gitkube/assignees{/user}", + "branches_url": "https://api.github.com/repos/hasura/gitkube/branches{/branch}", + "tags_url": "https://api.github.com/repos/hasura/gitkube/tags", + "blobs_url": "https://api.github.com/repos/hasura/gitkube/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hasura/gitkube/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hasura/gitkube/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hasura/gitkube/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hasura/gitkube/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hasura/gitkube/languages", + "stargazers_url": "https://api.github.com/repos/hasura/gitkube/stargazers", + "contributors_url": "https://api.github.com/repos/hasura/gitkube/contributors", + "subscribers_url": "https://api.github.com/repos/hasura/gitkube/subscribers", + "subscription_url": "https://api.github.com/repos/hasura/gitkube/subscription", + "commits_url": "https://api.github.com/repos/hasura/gitkube/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hasura/gitkube/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hasura/gitkube/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hasura/gitkube/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hasura/gitkube/contents/{+path}", + "compare_url": "https://api.github.com/repos/hasura/gitkube/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hasura/gitkube/merges", + "archive_url": "https://api.github.com/repos/hasura/gitkube/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hasura/gitkube/downloads", + "issues_url": "https://api.github.com/repos/hasura/gitkube/issues{/number}", + "pulls_url": "https://api.github.com/repos/hasura/gitkube/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hasura/gitkube/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hasura/gitkube/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hasura/gitkube/labels{/name}", + "releases_url": "https://api.github.com/repos/hasura/gitkube/releases{/id}", + "deployments_url": "https://api.github.com/repos/hasura/gitkube/deployments", + "created_at": "2018-03-08T06:25:53Z", + "updated_at": "2018-08-09T13:52:48Z", + "pushed_at": "2018-07-27T07:08:20Z", + "git_url": "git://github.com/hasura/gitkube.git", + "ssh_url": "git@github.com:hasura/gitkube.git", + "clone_url": "https://github.com/hasura/gitkube.git", + "svn_url": "https://github.com/hasura/gitkube", + "homepage": "https://gitkube.sh", + "size": 16671, + "stargazers_count": 2041, + "watchers_count": 2041, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 69, + "open_issues": 33, + "watchers": 2041, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hasura", + "id": 13966722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzOTY2NzIy", + "avatar_url": "https://avatars0.githubusercontent.com/u/13966722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hasura", + "html_url": "https://github.com/hasura", + "followers_url": "https://api.github.com/users/hasura/followers", + "following_url": "https://api.github.com/users/hasura/following{/other_user}", + "gists_url": "https://api.github.com/users/hasura/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hasura/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hasura/subscriptions", + "organizations_url": "https://api.github.com/users/hasura/orgs", + "repos_url": "https://api.github.com/users/hasura/repos", + "events_url": "https://api.github.com/users/hasura/events{/privacy}", + "received_events_url": "https://api.github.com/users/hasura/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 70 + }, + { + "id": 99028287, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTAyODI4Nw==", + "name": "grafeas", + "full_name": "grafeas/grafeas", + "owner": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grafeas/grafeas", + "description": "Cloud artifact metadata CRUD API and resource specifications", + "fork": false, + "url": "https://api.github.com/repos/grafeas/grafeas", + "forks_url": "https://api.github.com/repos/grafeas/grafeas/forks", + "keys_url": "https://api.github.com/repos/grafeas/grafeas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grafeas/grafeas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grafeas/grafeas/teams", + "hooks_url": "https://api.github.com/repos/grafeas/grafeas/hooks", + "issue_events_url": "https://api.github.com/repos/grafeas/grafeas/issues/events{/number}", + "events_url": "https://api.github.com/repos/grafeas/grafeas/events", + "assignees_url": "https://api.github.com/repos/grafeas/grafeas/assignees{/user}", + "branches_url": "https://api.github.com/repos/grafeas/grafeas/branches{/branch}", + "tags_url": "https://api.github.com/repos/grafeas/grafeas/tags", + "blobs_url": "https://api.github.com/repos/grafeas/grafeas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grafeas/grafeas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grafeas/grafeas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grafeas/grafeas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grafeas/grafeas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grafeas/grafeas/languages", + "stargazers_url": "https://api.github.com/repos/grafeas/grafeas/stargazers", + "contributors_url": "https://api.github.com/repos/grafeas/grafeas/contributors", + "subscribers_url": "https://api.github.com/repos/grafeas/grafeas/subscribers", + "subscription_url": "https://api.github.com/repos/grafeas/grafeas/subscription", + "commits_url": "https://api.github.com/repos/grafeas/grafeas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grafeas/grafeas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grafeas/grafeas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grafeas/grafeas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grafeas/grafeas/contents/{+path}", + "compare_url": "https://api.github.com/repos/grafeas/grafeas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grafeas/grafeas/merges", + "archive_url": "https://api.github.com/repos/grafeas/grafeas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grafeas/grafeas/downloads", + "issues_url": "https://api.github.com/repos/grafeas/grafeas/issues{/number}", + "pulls_url": "https://api.github.com/repos/grafeas/grafeas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grafeas/grafeas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grafeas/grafeas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grafeas/grafeas/labels{/name}", + "releases_url": "https://api.github.com/repos/grafeas/grafeas/releases{/id}", + "deployments_url": "https://api.github.com/repos/grafeas/grafeas/deployments", + "created_at": "2017-08-01T17:49:33Z", + "updated_at": "2018-08-09T14:14:53Z", + "pushed_at": "2018-08-08T13:28:59Z", + "git_url": "git://github.com/grafeas/grafeas.git", + "ssh_url": "git@github.com:grafeas/grafeas.git", + "clone_url": "https://github.com/grafeas/grafeas.git", + "svn_url": "https://github.com/grafeas/grafeas", + "homepage": null, + "size": 2028, + "stargazers_count": 592, + "watchers_count": 592, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 70, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 70, + "open_issues": 25, + "watchers": 592, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grafeas", + "id": 30607474, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMwNjA3NDc0", + "avatar_url": "https://avatars1.githubusercontent.com/u/30607474?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grafeas", + "html_url": "https://github.com/grafeas", + "followers_url": "https://api.github.com/users/grafeas/followers", + "following_url": "https://api.github.com/users/grafeas/following{/other_user}", + "gists_url": "https://api.github.com/users/grafeas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grafeas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grafeas/subscriptions", + "organizations_url": "https://api.github.com/users/grafeas/orgs", + "repos_url": "https://api.github.com/users/grafeas/repos", + "events_url": "https://api.github.com/users/grafeas/events{/privacy}", + "received_events_url": "https://api.github.com/users/grafeas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 70, + "subscribers_count": 72 + }, + { + "id": 21220216, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTIyMDIxNg==", + "name": "longshoreman", + "full_name": "longshoreman/longshoreman", + "owner": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/longshoreman/longshoreman", + "description": "Automated deployment with Docker.", + "fork": false, + "url": "https://api.github.com/repos/longshoreman/longshoreman", + "forks_url": "https://api.github.com/repos/longshoreman/longshoreman/forks", + "keys_url": "https://api.github.com/repos/longshoreman/longshoreman/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/longshoreman/longshoreman/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/longshoreman/longshoreman/teams", + "hooks_url": "https://api.github.com/repos/longshoreman/longshoreman/hooks", + "issue_events_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/events{/number}", + "events_url": "https://api.github.com/repos/longshoreman/longshoreman/events", + "assignees_url": "https://api.github.com/repos/longshoreman/longshoreman/assignees{/user}", + "branches_url": "https://api.github.com/repos/longshoreman/longshoreman/branches{/branch}", + "tags_url": "https://api.github.com/repos/longshoreman/longshoreman/tags", + "blobs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/longshoreman/longshoreman/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/longshoreman/longshoreman/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/longshoreman/longshoreman/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/longshoreman/longshoreman/statuses/{sha}", + "languages_url": "https://api.github.com/repos/longshoreman/longshoreman/languages", + "stargazers_url": "https://api.github.com/repos/longshoreman/longshoreman/stargazers", + "contributors_url": "https://api.github.com/repos/longshoreman/longshoreman/contributors", + "subscribers_url": "https://api.github.com/repos/longshoreman/longshoreman/subscribers", + "subscription_url": "https://api.github.com/repos/longshoreman/longshoreman/subscription", + "commits_url": "https://api.github.com/repos/longshoreman/longshoreman/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/longshoreman/longshoreman/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/longshoreman/longshoreman/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/longshoreman/longshoreman/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/longshoreman/longshoreman/contents/{+path}", + "compare_url": "https://api.github.com/repos/longshoreman/longshoreman/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/longshoreman/longshoreman/merges", + "archive_url": "https://api.github.com/repos/longshoreman/longshoreman/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/longshoreman/longshoreman/downloads", + "issues_url": "https://api.github.com/repos/longshoreman/longshoreman/issues{/number}", + "pulls_url": "https://api.github.com/repos/longshoreman/longshoreman/pulls{/number}", + "milestones_url": "https://api.github.com/repos/longshoreman/longshoreman/milestones{/number}", + "notifications_url": "https://api.github.com/repos/longshoreman/longshoreman/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/longshoreman/longshoreman/labels{/name}", + "releases_url": "https://api.github.com/repos/longshoreman/longshoreman/releases{/id}", + "deployments_url": "https://api.github.com/repos/longshoreman/longshoreman/deployments", + "created_at": "2014-06-25T22:06:35Z", + "updated_at": "2018-07-28T08:38:37Z", + "pushed_at": "2015-01-02T18:22:47Z", + "git_url": "git://github.com/longshoreman/longshoreman.git", + "ssh_url": "git@github.com:longshoreman/longshoreman.git", + "clone_url": "https://github.com/longshoreman/longshoreman.git", + "svn_url": "https://github.com/longshoreman/longshoreman", + "homepage": null, + "size": 2252, + "stargazers_count": 428, + "watchers_count": 428, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 21, + "open_issues": 2, + "watchers": 428, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "longshoreman", + "id": 7980572, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5ODA1NzI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7980572?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/longshoreman", + "html_url": "https://github.com/longshoreman", + "followers_url": "https://api.github.com/users/longshoreman/followers", + "following_url": "https://api.github.com/users/longshoreman/following{/other_user}", + "gists_url": "https://api.github.com/users/longshoreman/gists{/gist_id}", + "starred_url": "https://api.github.com/users/longshoreman/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/longshoreman/subscriptions", + "organizations_url": "https://api.github.com/users/longshoreman/orgs", + "repos_url": "https://api.github.com/users/longshoreman/repos", + "events_url": "https://api.github.com/users/longshoreman/events{/privacy}", + "received_events_url": "https://api.github.com/users/longshoreman/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 21, + "subscribers_count": 19 + }, + { + "id": 68802096, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODgwMjA5Ng==", + "name": "atsd-use-cases", + "full_name": "axibase/atsd-use-cases", + "owner": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/axibase/atsd-use-cases", + "description": "Axibase Time Series Database: Usage Examples and Research Articles", + "fork": false, + "url": "https://api.github.com/repos/axibase/atsd-use-cases", + "forks_url": "https://api.github.com/repos/axibase/atsd-use-cases/forks", + "keys_url": "https://api.github.com/repos/axibase/atsd-use-cases/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/axibase/atsd-use-cases/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/axibase/atsd-use-cases/teams", + "hooks_url": "https://api.github.com/repos/axibase/atsd-use-cases/hooks", + "issue_events_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/events{/number}", + "events_url": "https://api.github.com/repos/axibase/atsd-use-cases/events", + "assignees_url": "https://api.github.com/repos/axibase/atsd-use-cases/assignees{/user}", + "branches_url": "https://api.github.com/repos/axibase/atsd-use-cases/branches{/branch}", + "tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/tags", + "blobs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/axibase/atsd-use-cases/statuses/{sha}", + "languages_url": "https://api.github.com/repos/axibase/atsd-use-cases/languages", + "stargazers_url": "https://api.github.com/repos/axibase/atsd-use-cases/stargazers", + "contributors_url": "https://api.github.com/repos/axibase/atsd-use-cases/contributors", + "subscribers_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscribers", + "subscription_url": "https://api.github.com/repos/axibase/atsd-use-cases/subscription", + "commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/axibase/atsd-use-cases/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/axibase/atsd-use-cases/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/axibase/atsd-use-cases/contents/{+path}", + "compare_url": "https://api.github.com/repos/axibase/atsd-use-cases/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/axibase/atsd-use-cases/merges", + "archive_url": "https://api.github.com/repos/axibase/atsd-use-cases/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/axibase/atsd-use-cases/downloads", + "issues_url": "https://api.github.com/repos/axibase/atsd-use-cases/issues{/number}", + "pulls_url": "https://api.github.com/repos/axibase/atsd-use-cases/pulls{/number}", + "milestones_url": "https://api.github.com/repos/axibase/atsd-use-cases/milestones{/number}", + "notifications_url": "https://api.github.com/repos/axibase/atsd-use-cases/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/axibase/atsd-use-cases/labels{/name}", + "releases_url": "https://api.github.com/repos/axibase/atsd-use-cases/releases{/id}", + "deployments_url": "https://api.github.com/repos/axibase/atsd-use-cases/deployments", + "created_at": "2016-09-21T09:34:14Z", + "updated_at": "2018-08-07T14:29:36Z", + "pushed_at": "2018-08-07T14:29:37Z", + "git_url": "git://github.com/axibase/atsd-use-cases.git", + "ssh_url": "git@github.com:axibase/atsd-use-cases.git", + "clone_url": "https://github.com/axibase/atsd-use-cases.git", + "svn_url": "https://github.com/axibase/atsd-use-cases", + "homepage": "https://axibase.com/use-cases/", + "size": 98591, + "stargazers_count": 330, + "watchers_count": 330, + "language": "Vue", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 28, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 28, + "open_issues": 2, + "watchers": 330, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "axibase", + "id": 10971416, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwOTcxNDE2", + "avatar_url": "https://avatars0.githubusercontent.com/u/10971416?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/axibase", + "html_url": "https://github.com/axibase", + "followers_url": "https://api.github.com/users/axibase/followers", + "following_url": "https://api.github.com/users/axibase/following{/other_user}", + "gists_url": "https://api.github.com/users/axibase/gists{/gist_id}", + "starred_url": "https://api.github.com/users/axibase/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/axibase/subscriptions", + "organizations_url": "https://api.github.com/users/axibase/orgs", + "repos_url": "https://api.github.com/users/axibase/repos", + "events_url": "https://api.github.com/users/axibase/events{/privacy}", + "received_events_url": "https://api.github.com/users/axibase/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 28, + "subscribers_count": 21 + }, + { + "id": 20653934, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDY1MzkzNA==", + "name": "cadvisor", + "full_name": "google/cadvisor", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/cadvisor", + "description": "Analyzes resource usage and performance characteristics of running containers.", + "fork": false, + "url": "https://api.github.com/repos/google/cadvisor", + "forks_url": "https://api.github.com/repos/google/cadvisor/forks", + "keys_url": "https://api.github.com/repos/google/cadvisor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/cadvisor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/cadvisor/teams", + "hooks_url": "https://api.github.com/repos/google/cadvisor/hooks", + "issue_events_url": "https://api.github.com/repos/google/cadvisor/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/cadvisor/events", + "assignees_url": "https://api.github.com/repos/google/cadvisor/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/cadvisor/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/cadvisor/tags", + "blobs_url": "https://api.github.com/repos/google/cadvisor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/cadvisor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/cadvisor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/cadvisor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/cadvisor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/cadvisor/languages", + "stargazers_url": "https://api.github.com/repos/google/cadvisor/stargazers", + "contributors_url": "https://api.github.com/repos/google/cadvisor/contributors", + "subscribers_url": "https://api.github.com/repos/google/cadvisor/subscribers", + "subscription_url": "https://api.github.com/repos/google/cadvisor/subscription", + "commits_url": "https://api.github.com/repos/google/cadvisor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/cadvisor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/cadvisor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/cadvisor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/cadvisor/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/cadvisor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/cadvisor/merges", + "archive_url": "https://api.github.com/repos/google/cadvisor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/cadvisor/downloads", + "issues_url": "https://api.github.com/repos/google/cadvisor/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/cadvisor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/cadvisor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/cadvisor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/cadvisor/labels{/name}", + "releases_url": "https://api.github.com/repos/google/cadvisor/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/cadvisor/deployments", + "created_at": "2014-06-09T16:36:33Z", + "updated_at": "2018-08-09T12:47:31Z", + "pushed_at": "2018-08-04T04:49:00Z", + "git_url": "git://github.com/google/cadvisor.git", + "ssh_url": "git@github.com:google/cadvisor.git", + "clone_url": "https://github.com/google/cadvisor.git", + "svn_url": "https://github.com/google/cadvisor", + "homepage": "", + "size": 27872, + "stargazers_count": 7787, + "watchers_count": 7787, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1129, + "mirror_url": null, + "archived": false, + "open_issues_count": 290, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1129, + "open_issues": 290, + "watchers": 7787, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1129, + "subscribers_count": 379 + }, + { + "id": 81506542, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTUwNjU0Mg==", + "name": "docker-alertd", + "full_name": "deltaskelta/docker-alertd", + "owner": { + "login": "deltaskelta", + "id": 9424192, + "node_id": "MDQ6VXNlcjk0MjQxOTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9424192?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deltaskelta", + "html_url": "https://github.com/deltaskelta", + "followers_url": "https://api.github.com/users/deltaskelta/followers", + "following_url": "https://api.github.com/users/deltaskelta/following{/other_user}", + "gists_url": "https://api.github.com/users/deltaskelta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deltaskelta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deltaskelta/subscriptions", + "organizations_url": "https://api.github.com/users/deltaskelta/orgs", + "repos_url": "https://api.github.com/users/deltaskelta/repos", + "events_url": "https://api.github.com/users/deltaskelta/events{/privacy}", + "received_events_url": "https://api.github.com/users/deltaskelta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deltaskelta/docker-alertd", + "description": "Monitor docker stats and send alerts", + "fork": false, + "url": "https://api.github.com/repos/deltaskelta/docker-alertd", + "forks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/forks", + "keys_url": "https://api.github.com/repos/deltaskelta/docker-alertd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deltaskelta/docker-alertd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deltaskelta/docker-alertd/teams", + "hooks_url": "https://api.github.com/repos/deltaskelta/docker-alertd/hooks", + "issue_events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/events{/number}", + "events_url": "https://api.github.com/repos/deltaskelta/docker-alertd/events", + "assignees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/assignees{/user}", + "branches_url": "https://api.github.com/repos/deltaskelta/docker-alertd/branches{/branch}", + "tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/tags", + "blobs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deltaskelta/docker-alertd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deltaskelta/docker-alertd/languages", + "stargazers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/stargazers", + "contributors_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contributors", + "subscribers_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscribers", + "subscription_url": "https://api.github.com/repos/deltaskelta/docker-alertd/subscription", + "commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deltaskelta/docker-alertd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deltaskelta/docker-alertd/contents/{+path}", + "compare_url": "https://api.github.com/repos/deltaskelta/docker-alertd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deltaskelta/docker-alertd/merges", + "archive_url": "https://api.github.com/repos/deltaskelta/docker-alertd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deltaskelta/docker-alertd/downloads", + "issues_url": "https://api.github.com/repos/deltaskelta/docker-alertd/issues{/number}", + "pulls_url": "https://api.github.com/repos/deltaskelta/docker-alertd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deltaskelta/docker-alertd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deltaskelta/docker-alertd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deltaskelta/docker-alertd/labels{/name}", + "releases_url": "https://api.github.com/repos/deltaskelta/docker-alertd/releases{/id}", + "deployments_url": "https://api.github.com/repos/deltaskelta/docker-alertd/deployments", + "created_at": "2017-02-09T23:48:25Z", + "updated_at": "2018-07-04T01:40:22Z", + "pushed_at": "2017-11-15T04:40:06Z", + "git_url": "git://github.com/deltaskelta/docker-alertd.git", + "ssh_url": "git@github.com:deltaskelta/docker-alertd.git", + "clone_url": "https://github.com/deltaskelta/docker-alertd.git", + "svn_url": "https://github.com/deltaskelta/docker-alertd", + "homepage": "", + "size": 14731, + "stargazers_count": 67, + "watchers_count": 67, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 9, + "open_issues": 3, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 4 + }, + { + "id": 85515090, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTUxNTA5MA==", + "name": "docker-flow-monitor", + "full_name": "docker-flow/docker-flow-monitor", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-monitor", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-monitor", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-monitor/deployments", + "created_at": "2017-03-19T22:58:11Z", + "updated_at": "2018-07-24T13:33:58Z", + "pushed_at": "2018-05-31T02:18:44Z", + "git_url": "git://github.com/docker-flow/docker-flow-monitor.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-monitor.git", + "clone_url": "https://github.com/docker-flow/docker-flow-monitor.git", + "svn_url": "https://github.com/docker-flow/docker-flow-monitor", + "homepage": null, + "size": 3276, + "stargazers_count": 40, + "watchers_count": 40, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 2, + "watchers": 40, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 14 + }, + { + "id": 20605751, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDYwNTc1MQ==", + "name": "dockerana", + "full_name": "dockerana/dockerana", + "owner": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockerana/dockerana", + "description": "Docker Monitoring with support for Grafana and Graphite", + "fork": false, + "url": "https://api.github.com/repos/dockerana/dockerana", + "forks_url": "https://api.github.com/repos/dockerana/dockerana/forks", + "keys_url": "https://api.github.com/repos/dockerana/dockerana/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockerana/dockerana/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockerana/dockerana/teams", + "hooks_url": "https://api.github.com/repos/dockerana/dockerana/hooks", + "issue_events_url": "https://api.github.com/repos/dockerana/dockerana/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockerana/dockerana/events", + "assignees_url": "https://api.github.com/repos/dockerana/dockerana/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockerana/dockerana/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockerana/dockerana/tags", + "blobs_url": "https://api.github.com/repos/dockerana/dockerana/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockerana/dockerana/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockerana/dockerana/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockerana/dockerana/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockerana/dockerana/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockerana/dockerana/languages", + "stargazers_url": "https://api.github.com/repos/dockerana/dockerana/stargazers", + "contributors_url": "https://api.github.com/repos/dockerana/dockerana/contributors", + "subscribers_url": "https://api.github.com/repos/dockerana/dockerana/subscribers", + "subscription_url": "https://api.github.com/repos/dockerana/dockerana/subscription", + "commits_url": "https://api.github.com/repos/dockerana/dockerana/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockerana/dockerana/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockerana/dockerana/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockerana/dockerana/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockerana/dockerana/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockerana/dockerana/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockerana/dockerana/merges", + "archive_url": "https://api.github.com/repos/dockerana/dockerana/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockerana/dockerana/downloads", + "issues_url": "https://api.github.com/repos/dockerana/dockerana/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockerana/dockerana/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockerana/dockerana/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockerana/dockerana/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockerana/dockerana/labels{/name}", + "releases_url": "https://api.github.com/repos/dockerana/dockerana/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockerana/dockerana/deployments", + "created_at": "2014-06-08T00:16:45Z", + "updated_at": "2018-08-02T19:35:35Z", + "pushed_at": "2015-06-21T17:33:47Z", + "git_url": "git://github.com/dockerana/dockerana.git", + "ssh_url": "git@github.com:dockerana/dockerana.git", + "clone_url": "https://github.com/dockerana/dockerana.git", + "svn_url": "https://github.com/dockerana/dockerana", + "homepage": "http://dockerana.com", + "size": 2674, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": null, + "forks": 25, + "open_issues": 19, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockerana", + "id": 7840555, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc4NDA1NTU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7840555?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockerana", + "html_url": "https://github.com/dockerana", + "followers_url": "https://api.github.com/users/dockerana/followers", + "following_url": "https://api.github.com/users/dockerana/following{/other_user}", + "gists_url": "https://api.github.com/users/dockerana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockerana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockerana/subscriptions", + "organizations_url": "https://api.github.com/users/dockerana/orgs", + "repos_url": "https://api.github.com/users/dockerana/repos", + "events_url": "https://api.github.com/users/dockerana/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockerana/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 25, + "subscribers_count": 17 + }, + { + "id": 2909429, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA5NDI5", + "name": "glances", + "full_name": "nicolargo/glances", + "owner": { + "login": "nicolargo", + "id": 776747, + "node_id": "MDQ6VXNlcjc3Njc0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/776747?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolargo", + "html_url": "https://github.com/nicolargo", + "followers_url": "https://api.github.com/users/nicolargo/followers", + "following_url": "https://api.github.com/users/nicolargo/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolargo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolargo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolargo/subscriptions", + "organizations_url": "https://api.github.com/users/nicolargo/orgs", + "repos_url": "https://api.github.com/users/nicolargo/repos", + "events_url": "https://api.github.com/users/nicolargo/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolargo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolargo/glances", + "description": "Glances an Eye on your system. A top/htop alternative.", + "fork": false, + "url": "https://api.github.com/repos/nicolargo/glances", + "forks_url": "https://api.github.com/repos/nicolargo/glances/forks", + "keys_url": "https://api.github.com/repos/nicolargo/glances/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolargo/glances/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolargo/glances/teams", + "hooks_url": "https://api.github.com/repos/nicolargo/glances/hooks", + "issue_events_url": "https://api.github.com/repos/nicolargo/glances/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolargo/glances/events", + "assignees_url": "https://api.github.com/repos/nicolargo/glances/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolargo/glances/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolargo/glances/tags", + "blobs_url": "https://api.github.com/repos/nicolargo/glances/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolargo/glances/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolargo/glances/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolargo/glances/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolargo/glances/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolargo/glances/languages", + "stargazers_url": "https://api.github.com/repos/nicolargo/glances/stargazers", + "contributors_url": "https://api.github.com/repos/nicolargo/glances/contributors", + "subscribers_url": "https://api.github.com/repos/nicolargo/glances/subscribers", + "subscription_url": "https://api.github.com/repos/nicolargo/glances/subscription", + "commits_url": "https://api.github.com/repos/nicolargo/glances/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolargo/glances/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolargo/glances/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolargo/glances/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolargo/glances/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolargo/glances/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolargo/glances/merges", + "archive_url": "https://api.github.com/repos/nicolargo/glances/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolargo/glances/downloads", + "issues_url": "https://api.github.com/repos/nicolargo/glances/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolargo/glances/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolargo/glances/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolargo/glances/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolargo/glances/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolargo/glances/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolargo/glances/deployments", + "created_at": "2011-12-04T08:49:15Z", + "updated_at": "2018-08-09T15:31:38Z", + "pushed_at": "2018-08-06T14:49:12Z", + "git_url": "git://github.com/nicolargo/glances.git", + "ssh_url": "git@github.com:nicolargo/glances.git", + "clone_url": "https://github.com/nicolargo/glances.git", + "svn_url": "https://github.com/nicolargo/glances", + "homepage": "http://nicolargo.github.io/glances/", + "size": 26220, + "stargazers_count": 11312, + "watchers_count": 11312, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 786, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 786, + "open_issues": 64, + "watchers": 11312, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 786, + "subscribers_count": 473 + }, + { + "id": 39007268, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAwNzI2OA==", + "name": "docker-monitoring", + "full_name": "vegasbrianc/docker-monitoring", + "owner": { + "login": "vegasbrianc", + "id": 674790, + "node_id": "MDQ6VXNlcjY3NDc5MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/674790?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vegasbrianc", + "html_url": "https://github.com/vegasbrianc", + "followers_url": "https://api.github.com/users/vegasbrianc/followers", + "following_url": "https://api.github.com/users/vegasbrianc/following{/other_user}", + "gists_url": "https://api.github.com/users/vegasbrianc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vegasbrianc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vegasbrianc/subscriptions", + "organizations_url": "https://api.github.com/users/vegasbrianc/orgs", + "repos_url": "https://api.github.com/users/vegasbrianc/repos", + "events_url": "https://api.github.com/users/vegasbrianc/events{/privacy}", + "received_events_url": "https://api.github.com/users/vegasbrianc/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vegasbrianc/docker-monitoring", + "description": "Docker-Monitoring based on Cadvisor, InfluxDB, and Grafana", + "fork": false, + "url": "https://api.github.com/repos/vegasbrianc/docker-monitoring", + "forks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/vegasbrianc/docker-monitoring/deployments", + "created_at": "2015-07-13T11:06:14Z", + "updated_at": "2018-08-09T06:04:11Z", + "pushed_at": "2018-06-10T20:53:49Z", + "git_url": "git://github.com/vegasbrianc/docker-monitoring.git", + "ssh_url": "git@github.com:vegasbrianc/docker-monitoring.git", + "clone_url": "https://github.com/vegasbrianc/docker-monitoring.git", + "svn_url": "https://github.com/vegasbrianc/docker-monitoring", + "homepage": "", + "size": 1550, + "stargazers_count": 380, + "watchers_count": 380, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 95, + "open_issues": 2, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 24 + }, + { + "id": 25881148, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTg4MTE0OA==", + "name": "logjam", + "full_name": "gocardless/logjam", + "owner": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocardless/logjam", + "description": "a log shipping tool", + "fork": false, + "url": "https://api.github.com/repos/gocardless/logjam", + "forks_url": "https://api.github.com/repos/gocardless/logjam/forks", + "keys_url": "https://api.github.com/repos/gocardless/logjam/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocardless/logjam/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocardless/logjam/teams", + "hooks_url": "https://api.github.com/repos/gocardless/logjam/hooks", + "issue_events_url": "https://api.github.com/repos/gocardless/logjam/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocardless/logjam/events", + "assignees_url": "https://api.github.com/repos/gocardless/logjam/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocardless/logjam/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocardless/logjam/tags", + "blobs_url": "https://api.github.com/repos/gocardless/logjam/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocardless/logjam/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocardless/logjam/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocardless/logjam/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocardless/logjam/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocardless/logjam/languages", + "stargazers_url": "https://api.github.com/repos/gocardless/logjam/stargazers", + "contributors_url": "https://api.github.com/repos/gocardless/logjam/contributors", + "subscribers_url": "https://api.github.com/repos/gocardless/logjam/subscribers", + "subscription_url": "https://api.github.com/repos/gocardless/logjam/subscription", + "commits_url": "https://api.github.com/repos/gocardless/logjam/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocardless/logjam/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocardless/logjam/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocardless/logjam/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocardless/logjam/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocardless/logjam/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocardless/logjam/merges", + "archive_url": "https://api.github.com/repos/gocardless/logjam/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocardless/logjam/downloads", + "issues_url": "https://api.github.com/repos/gocardless/logjam/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocardless/logjam/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocardless/logjam/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocardless/logjam/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocardless/logjam/labels{/name}", + "releases_url": "https://api.github.com/repos/gocardless/logjam/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocardless/logjam/deployments", + "created_at": "2014-10-28T17:23:57Z", + "updated_at": "2018-07-08T09:30:32Z", + "pushed_at": "2015-10-07T19:28:24Z", + "git_url": "git://github.com/gocardless/logjam.git", + "ssh_url": "git@github.com:gocardless/logjam.git", + "clone_url": "https://github.com/gocardless/logjam.git", + "svn_url": "https://github.com/gocardless/logjam", + "homepage": null, + "size": 157, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocardless", + "id": 790629, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MDYyOQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/790629?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocardless", + "html_url": "https://github.com/gocardless", + "followers_url": "https://api.github.com/users/gocardless/followers", + "following_url": "https://api.github.com/users/gocardless/following{/other_user}", + "gists_url": "https://api.github.com/users/gocardless/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocardless/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocardless/subscriptions", + "organizations_url": "https://api.github.com/users/gocardless/orgs", + "repos_url": "https://api.github.com/users/gocardless/repos", + "events_url": "https://api.github.com/users/gocardless/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocardless/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 4, + "subscribers_count": 77 + }, + { + "id": 39678912, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTY3ODkxMg==", + "name": "logagent-js", + "full_name": "sematext/logagent-js", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/logagent-js", + "description": "Extensible log shipper with input/output plugins, buffering, parsing, data masking, and small memory/CPU footprint", + "fork": false, + "url": "https://api.github.com/repos/sematext/logagent-js", + "forks_url": "https://api.github.com/repos/sematext/logagent-js/forks", + "keys_url": "https://api.github.com/repos/sematext/logagent-js/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/logagent-js/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/logagent-js/teams", + "hooks_url": "https://api.github.com/repos/sematext/logagent-js/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/logagent-js/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/logagent-js/events", + "assignees_url": "https://api.github.com/repos/sematext/logagent-js/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/logagent-js/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/logagent-js/tags", + "blobs_url": "https://api.github.com/repos/sematext/logagent-js/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/logagent-js/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/logagent-js/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/logagent-js/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/logagent-js/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/logagent-js/languages", + "stargazers_url": "https://api.github.com/repos/sematext/logagent-js/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/logagent-js/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/logagent-js/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/logagent-js/subscription", + "commits_url": "https://api.github.com/repos/sematext/logagent-js/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/logagent-js/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/logagent-js/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/logagent-js/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/logagent-js/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/logagent-js/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/logagent-js/merges", + "archive_url": "https://api.github.com/repos/sematext/logagent-js/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/logagent-js/downloads", + "issues_url": "https://api.github.com/repos/sematext/logagent-js/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/logagent-js/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/logagent-js/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/logagent-js/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/logagent-js/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/logagent-js/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/logagent-js/deployments", + "created_at": "2015-07-25T09:09:07Z", + "updated_at": "2018-08-06T17:30:04Z", + "pushed_at": "2018-08-06T17:30:02Z", + "git_url": "git://github.com/sematext/logagent-js.git", + "ssh_url": "git@github.com:sematext/logagent-js.git", + "clone_url": "https://github.com/sematext/logagent-js.git", + "svn_url": "https://github.com/sematext/logagent-js", + "homepage": "http://sematext.com/logsene", + "size": 2192, + "stargazers_count": 215, + "watchers_count": 215, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 34, + "open_issues": 27, + "watchers": 215, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 34, + "subscribers_count": 26 + }, + { + "id": 19748680, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc0ODY4MA==", + "name": "logspout", + "full_name": "gliderlabs/logspout", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/logspout", + "description": "Log routing for Docker container logs", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/logspout", + "forks_url": "https://api.github.com/repos/gliderlabs/logspout/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/logspout/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/logspout/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/logspout/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/logspout/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/logspout/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/logspout/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/logspout/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/logspout/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/logspout/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/logspout/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/logspout/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/logspout/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/logspout/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/logspout/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/logspout/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/logspout/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/logspout/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/logspout/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/logspout/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/logspout/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/logspout/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/logspout/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/logspout/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/logspout/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/logspout/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/logspout/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/logspout/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/logspout/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/logspout/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/logspout/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/logspout/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/logspout/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/logspout/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/logspout/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/logspout/deployments", + "created_at": "2014-05-13T17:26:30Z", + "updated_at": "2018-08-08T15:02:13Z", + "pushed_at": "2018-08-09T04:05:15Z", + "git_url": "git://github.com/gliderlabs/logspout.git", + "ssh_url": "git@github.com:gliderlabs/logspout.git", + "clone_url": "https://github.com/gliderlabs/logspout.git", + "svn_url": "https://github.com/gliderlabs/logspout", + "homepage": "", + "size": 5521, + "stargazers_count": 3350, + "watchers_count": 3350, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 573, + "mirror_url": null, + "archived": false, + "open_issues_count": 81, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 573, + "open_issues": 81, + "watchers": 3350, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 573, + "subscribers_count": 104 + }, + { + "id": 139140778, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzkxNDA3Nzg=", + "name": "NexClipper", + "full_name": "TheNexCloud/NexClipper", + "owner": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TheNexCloud/NexClipper", + "description": ":whale: NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/TheNexCloud/NexClipper", + "forks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/forks", + "keys_url": "https://api.github.com/repos/TheNexCloud/NexClipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TheNexCloud/NexClipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TheNexCloud/NexClipper/teams", + "hooks_url": "https://api.github.com/repos/TheNexCloud/NexClipper/hooks", + "issue_events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/TheNexCloud/NexClipper/events", + "assignees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/TheNexCloud/NexClipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/tags", + "blobs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TheNexCloud/NexClipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TheNexCloud/NexClipper/languages", + "stargazers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/stargazers", + "contributors_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contributors", + "subscribers_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscribers", + "subscription_url": "https://api.github.com/repos/TheNexCloud/NexClipper/subscription", + "commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TheNexCloud/NexClipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TheNexCloud/NexClipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/TheNexCloud/NexClipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TheNexCloud/NexClipper/merges", + "archive_url": "https://api.github.com/repos/TheNexCloud/NexClipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TheNexCloud/NexClipper/downloads", + "issues_url": "https://api.github.com/repos/TheNexCloud/NexClipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/TheNexCloud/NexClipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TheNexCloud/NexClipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TheNexCloud/NexClipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TheNexCloud/NexClipper/labels{/name}", + "releases_url": "https://api.github.com/repos/TheNexCloud/NexClipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/TheNexCloud/NexClipper/deployments", + "created_at": "2018-06-29T11:20:14Z", + "updated_at": "2018-08-09T01:53:40Z", + "pushed_at": "2018-08-08T01:47:21Z", + "git_url": "git://github.com/TheNexCloud/NexClipper.git", + "ssh_url": "git@github.com:TheNexCloud/NexClipper.git", + "clone_url": "https://github.com/TheNexCloud/NexClipper.git", + "svn_url": "https://github.com/TheNexCloud/NexClipper", + "homepage": "http://www.nexclipper.com", + "size": 4554, + "stargazers_count": 14, + "watchers_count": 14, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 14, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "TheNexCloud", + "id": 39365220, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MzY1MjIw", + "avatar_url": "https://avatars2.githubusercontent.com/u/39365220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TheNexCloud", + "html_url": "https://github.com/TheNexCloud", + "followers_url": "https://api.github.com/users/TheNexCloud/followers", + "following_url": "https://api.github.com/users/TheNexCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/TheNexCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TheNexCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TheNexCloud/subscriptions", + "organizations_url": "https://api.github.com/users/TheNexCloud/orgs", + "repos_url": "https://api.github.com/users/TheNexCloud/repos", + "events_url": "https://api.github.com/users/TheNexCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/TheNexCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 4 + }, + { + "id": 60611072, + "node_id": "MDEwOlJlcG9zaXRvcnk2MDYxMTA3Mg==", + "name": "docker_monitoring_logging_alerting", + "full_name": "uschtwill/docker_monitoring_logging_alerting", + "owner": { + "login": "uschtwill", + "id": 10156948, + "node_id": "MDQ6VXNlcjEwMTU2OTQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/10156948?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/uschtwill", + "html_url": "https://github.com/uschtwill", + "followers_url": "https://api.github.com/users/uschtwill/followers", + "following_url": "https://api.github.com/users/uschtwill/following{/other_user}", + "gists_url": "https://api.github.com/users/uschtwill/gists{/gist_id}", + "starred_url": "https://api.github.com/users/uschtwill/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/uschtwill/subscriptions", + "organizations_url": "https://api.github.com/users/uschtwill/orgs", + "repos_url": "https://api.github.com/users/uschtwill/repos", + "events_url": "https://api.github.com/users/uschtwill/events{/privacy}", + "received_events_url": "https://api.github.com/users/uschtwill/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "description": "Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. ", + "fork": false, + "url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting", + "forks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/forks", + "keys_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/teams", + "hooks_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/hooks", + "issue_events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/events{/number}", + "events_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/events", + "assignees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/assignees{/user}", + "branches_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/branches{/branch}", + "tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/tags", + "blobs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/statuses/{sha}", + "languages_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/languages", + "stargazers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/stargazers", + "contributors_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contributors", + "subscribers_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscribers", + "subscription_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/subscription", + "commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/contents/{+path}", + "compare_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/merges", + "archive_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/downloads", + "issues_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/issues{/number}", + "pulls_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/pulls{/number}", + "milestones_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/milestones{/number}", + "notifications_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/labels{/name}", + "releases_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/releases{/id}", + "deployments_url": "https://api.github.com/repos/uschtwill/docker_monitoring_logging_alerting/deployments", + "created_at": "2016-06-07T12:23:40Z", + "updated_at": "2018-08-09T06:08:43Z", + "pushed_at": "2018-08-08T19:50:54Z", + "git_url": "git://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "ssh_url": "git@github.com:uschtwill/docker_monitoring_logging_alerting.git", + "clone_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting.git", + "svn_url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "homepage": "", + "size": 2958, + "stargazers_count": 315, + "watchers_count": 315, + "language": "Roff", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 3, + "watchers": 315, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 22584482, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjU4NDQ4Mg==", + "name": "zabbix-docker-monitoring", + "full_name": "monitoringartist/zabbix-docker-monitoring", + "owner": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "description": ":whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module", + "fork": false, + "url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring", + "forks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/forks", + "keys_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/teams", + "hooks_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/hooks", + "issue_events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/events{/number}", + "events_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/events", + "assignees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/assignees{/user}", + "branches_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/branches{/branch}", + "tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/tags", + "blobs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/statuses/{sha}", + "languages_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/languages", + "stargazers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/stargazers", + "contributors_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contributors", + "subscribers_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscribers", + "subscription_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/subscription", + "commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/contents/{+path}", + "compare_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/merges", + "archive_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/downloads", + "issues_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/issues{/number}", + "pulls_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/pulls{/number}", + "milestones_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/milestones{/number}", + "notifications_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/labels{/name}", + "releases_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/releases{/id}", + "deployments_url": "https://api.github.com/repos/monitoringartist/zabbix-docker-monitoring/deployments", + "created_at": "2014-08-03T22:00:01Z", + "updated_at": "2018-08-05T10:58:25Z", + "pushed_at": "2018-07-31T20:15:59Z", + "git_url": "git://github.com/monitoringartist/zabbix-docker-monitoring.git", + "ssh_url": "git@github.com:monitoringartist/zabbix-docker-monitoring.git", + "clone_url": "https://github.com/monitoringartist/zabbix-docker-monitoring.git", + "svn_url": "https://github.com/monitoringartist/zabbix-docker-monitoring", + "homepage": "https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/", + "size": 5125, + "stargazers_count": 749, + "watchers_count": 749, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 171, + "open_issues": 6, + "watchers": 749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "monitoringartist", + "id": 11898393, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODk4Mzkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/11898393?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/monitoringartist", + "html_url": "https://github.com/monitoringartist", + "followers_url": "https://api.github.com/users/monitoringartist/followers", + "following_url": "https://api.github.com/users/monitoringartist/following{/other_user}", + "gists_url": "https://api.github.com/users/monitoringartist/gists{/gist_id}", + "starred_url": "https://api.github.com/users/monitoringartist/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/monitoringartist/subscriptions", + "organizations_url": "https://api.github.com/users/monitoringartist/orgs", + "repos_url": "https://api.github.com/users/monitoringartist/repos", + "events_url": "https://api.github.com/users/monitoringartist/events{/privacy}", + "received_events_url": "https://api.github.com/users/monitoringartist/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 80 + }, + { + "id": 34613287, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDYxMzI4Nw==", + "name": "docker-zabbix", + "full_name": "gomex/docker-zabbix", + "owner": { + "login": "gomex", + "id": 95132, + "node_id": "MDQ6VXNlcjk1MTMy", + "avatar_url": "https://avatars3.githubusercontent.com/u/95132?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gomex", + "html_url": "https://github.com/gomex", + "followers_url": "https://api.github.com/users/gomex/followers", + "following_url": "https://api.github.com/users/gomex/following{/other_user}", + "gists_url": "https://api.github.com/users/gomex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gomex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gomex/subscriptions", + "organizations_url": "https://api.github.com/users/gomex/orgs", + "repos_url": "https://api.github.com/users/gomex/repos", + "events_url": "https://api.github.com/users/gomex/events{/privacy}", + "received_events_url": "https://api.github.com/users/gomex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gomex/docker-zabbix", + "description": "Add and monitor running docker containers in Zabbix Server", + "fork": false, + "url": "https://api.github.com/repos/gomex/docker-zabbix", + "forks_url": "https://api.github.com/repos/gomex/docker-zabbix/forks", + "keys_url": "https://api.github.com/repos/gomex/docker-zabbix/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gomex/docker-zabbix/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gomex/docker-zabbix/teams", + "hooks_url": "https://api.github.com/repos/gomex/docker-zabbix/hooks", + "issue_events_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/events{/number}", + "events_url": "https://api.github.com/repos/gomex/docker-zabbix/events", + "assignees_url": "https://api.github.com/repos/gomex/docker-zabbix/assignees{/user}", + "branches_url": "https://api.github.com/repos/gomex/docker-zabbix/branches{/branch}", + "tags_url": "https://api.github.com/repos/gomex/docker-zabbix/tags", + "blobs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gomex/docker-zabbix/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gomex/docker-zabbix/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gomex/docker-zabbix/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gomex/docker-zabbix/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gomex/docker-zabbix/languages", + "stargazers_url": "https://api.github.com/repos/gomex/docker-zabbix/stargazers", + "contributors_url": "https://api.github.com/repos/gomex/docker-zabbix/contributors", + "subscribers_url": "https://api.github.com/repos/gomex/docker-zabbix/subscribers", + "subscription_url": "https://api.github.com/repos/gomex/docker-zabbix/subscription", + "commits_url": "https://api.github.com/repos/gomex/docker-zabbix/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gomex/docker-zabbix/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gomex/docker-zabbix/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gomex/docker-zabbix/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gomex/docker-zabbix/contents/{+path}", + "compare_url": "https://api.github.com/repos/gomex/docker-zabbix/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gomex/docker-zabbix/merges", + "archive_url": "https://api.github.com/repos/gomex/docker-zabbix/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gomex/docker-zabbix/downloads", + "issues_url": "https://api.github.com/repos/gomex/docker-zabbix/issues{/number}", + "pulls_url": "https://api.github.com/repos/gomex/docker-zabbix/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gomex/docker-zabbix/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gomex/docker-zabbix/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gomex/docker-zabbix/labels{/name}", + "releases_url": "https://api.github.com/repos/gomex/docker-zabbix/releases{/id}", + "deployments_url": "https://api.github.com/repos/gomex/docker-zabbix/deployments", + "created_at": "2015-04-26T13:46:36Z", + "updated_at": "2018-08-09T16:06:18Z", + "pushed_at": "2017-07-28T14:29:08Z", + "git_url": "git://github.com/gomex/docker-zabbix.git", + "ssh_url": "git@github.com:gomex/docker-zabbix.git", + "clone_url": "https://github.com/gomex/docker-zabbix.git", + "svn_url": "https://github.com/gomex/docker-zabbix", + "homepage": null, + "size": 33, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 11, + "open_issues": 9, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 21704134, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTcwNDEzNA==", + "name": "flannel", + "full_name": "coreos/flannel", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/flannel", + "description": "flannel is a network fabric for containers, designed for Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/coreos/flannel", + "forks_url": "https://api.github.com/repos/coreos/flannel/forks", + "keys_url": "https://api.github.com/repos/coreos/flannel/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/flannel/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/flannel/teams", + "hooks_url": "https://api.github.com/repos/coreos/flannel/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/flannel/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/flannel/events", + "assignees_url": "https://api.github.com/repos/coreos/flannel/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/flannel/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/flannel/tags", + "blobs_url": "https://api.github.com/repos/coreos/flannel/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/flannel/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/flannel/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/flannel/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/flannel/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/flannel/languages", + "stargazers_url": "https://api.github.com/repos/coreos/flannel/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/flannel/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/flannel/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/flannel/subscription", + "commits_url": "https://api.github.com/repos/coreos/flannel/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/flannel/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/flannel/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/flannel/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/flannel/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/flannel/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/flannel/merges", + "archive_url": "https://api.github.com/repos/coreos/flannel/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/flannel/downloads", + "issues_url": "https://api.github.com/repos/coreos/flannel/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/flannel/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/flannel/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/flannel/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/flannel/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/flannel/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/flannel/deployments", + "created_at": "2014-07-10T17:45:29Z", + "updated_at": "2018-08-09T12:16:43Z", + "pushed_at": "2018-07-25T07:18:15Z", + "git_url": "git://github.com/coreos/flannel.git", + "ssh_url": "git@github.com:coreos/flannel.git", + "clone_url": "https://github.com/coreos/flannel.git", + "svn_url": "https://github.com/coreos/flannel", + "homepage": "", + "size": 45320, + "stargazers_count": 3324, + "watchers_count": 3324, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 777, + "mirror_url": null, + "archived": false, + "open_issues_count": 126, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 777, + "open_issues": 126, + "watchers": 3324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 777, + "subscribers_count": 205 + }, + { + "id": 66426242, + "node_id": "MDEwOlJlcG9zaXRvcnk2NjQyNjI0Mg==", + "name": "netshoot", + "full_name": "nicolaka/netshoot", + "owner": { + "login": "nicolaka", + "id": 11139046, + "node_id": "MDQ6VXNlcjExMTM5MDQ2", + "avatar_url": "https://avatars1.githubusercontent.com/u/11139046?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nicolaka", + "html_url": "https://github.com/nicolaka", + "followers_url": "https://api.github.com/users/nicolaka/followers", + "following_url": "https://api.github.com/users/nicolaka/following{/other_user}", + "gists_url": "https://api.github.com/users/nicolaka/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nicolaka/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nicolaka/subscriptions", + "organizations_url": "https://api.github.com/users/nicolaka/orgs", + "repos_url": "https://api.github.com/users/nicolaka/repos", + "events_url": "https://api.github.com/users/nicolaka/events{/privacy}", + "received_events_url": "https://api.github.com/users/nicolaka/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nicolaka/netshoot", + "description": "a Docker + Kubernetes network trouble-shooting swiss-army container", + "fork": false, + "url": "https://api.github.com/repos/nicolaka/netshoot", + "forks_url": "https://api.github.com/repos/nicolaka/netshoot/forks", + "keys_url": "https://api.github.com/repos/nicolaka/netshoot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nicolaka/netshoot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nicolaka/netshoot/teams", + "hooks_url": "https://api.github.com/repos/nicolaka/netshoot/hooks", + "issue_events_url": "https://api.github.com/repos/nicolaka/netshoot/issues/events{/number}", + "events_url": "https://api.github.com/repos/nicolaka/netshoot/events", + "assignees_url": "https://api.github.com/repos/nicolaka/netshoot/assignees{/user}", + "branches_url": "https://api.github.com/repos/nicolaka/netshoot/branches{/branch}", + "tags_url": "https://api.github.com/repos/nicolaka/netshoot/tags", + "blobs_url": "https://api.github.com/repos/nicolaka/netshoot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nicolaka/netshoot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nicolaka/netshoot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nicolaka/netshoot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nicolaka/netshoot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nicolaka/netshoot/languages", + "stargazers_url": "https://api.github.com/repos/nicolaka/netshoot/stargazers", + "contributors_url": "https://api.github.com/repos/nicolaka/netshoot/contributors", + "subscribers_url": "https://api.github.com/repos/nicolaka/netshoot/subscribers", + "subscription_url": "https://api.github.com/repos/nicolaka/netshoot/subscription", + "commits_url": "https://api.github.com/repos/nicolaka/netshoot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nicolaka/netshoot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nicolaka/netshoot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nicolaka/netshoot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nicolaka/netshoot/contents/{+path}", + "compare_url": "https://api.github.com/repos/nicolaka/netshoot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nicolaka/netshoot/merges", + "archive_url": "https://api.github.com/repos/nicolaka/netshoot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nicolaka/netshoot/downloads", + "issues_url": "https://api.github.com/repos/nicolaka/netshoot/issues{/number}", + "pulls_url": "https://api.github.com/repos/nicolaka/netshoot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nicolaka/netshoot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nicolaka/netshoot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nicolaka/netshoot/labels{/name}", + "releases_url": "https://api.github.com/repos/nicolaka/netshoot/releases{/id}", + "deployments_url": "https://api.github.com/repos/nicolaka/netshoot/deployments", + "created_at": "2016-08-24T03:32:53Z", + "updated_at": "2018-08-08T02:34:10Z", + "pushed_at": "2018-08-06T16:03:40Z", + "git_url": "git://github.com/nicolaka/netshoot.git", + "ssh_url": "git@github.com:nicolaka/netshoot.git", + "clone_url": "https://github.com/nicolaka/netshoot.git", + "svn_url": "https://github.com/nicolaka/netshoot", + "homepage": "", + "size": 88, + "stargazers_count": 404, + "watchers_count": 404, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 79, + "open_issues": 4, + "watchers": 404, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 67132941, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzEzMjk0MQ==", + "name": "athena", + "full_name": "athena-oss/athena", + "owner": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/athena-oss/athena", + "description": "An automation platform with a plugin architecture that allows you to easily create and share services.", + "fork": false, + "url": "https://api.github.com/repos/athena-oss/athena", + "forks_url": "https://api.github.com/repos/athena-oss/athena/forks", + "keys_url": "https://api.github.com/repos/athena-oss/athena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/athena-oss/athena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/athena-oss/athena/teams", + "hooks_url": "https://api.github.com/repos/athena-oss/athena/hooks", + "issue_events_url": "https://api.github.com/repos/athena-oss/athena/issues/events{/number}", + "events_url": "https://api.github.com/repos/athena-oss/athena/events", + "assignees_url": "https://api.github.com/repos/athena-oss/athena/assignees{/user}", + "branches_url": "https://api.github.com/repos/athena-oss/athena/branches{/branch}", + "tags_url": "https://api.github.com/repos/athena-oss/athena/tags", + "blobs_url": "https://api.github.com/repos/athena-oss/athena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/athena-oss/athena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/athena-oss/athena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/athena-oss/athena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/athena-oss/athena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/athena-oss/athena/languages", + "stargazers_url": "https://api.github.com/repos/athena-oss/athena/stargazers", + "contributors_url": "https://api.github.com/repos/athena-oss/athena/contributors", + "subscribers_url": "https://api.github.com/repos/athena-oss/athena/subscribers", + "subscription_url": "https://api.github.com/repos/athena-oss/athena/subscription", + "commits_url": "https://api.github.com/repos/athena-oss/athena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/athena-oss/athena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/athena-oss/athena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/athena-oss/athena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/athena-oss/athena/contents/{+path}", + "compare_url": "https://api.github.com/repos/athena-oss/athena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/athena-oss/athena/merges", + "archive_url": "https://api.github.com/repos/athena-oss/athena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/athena-oss/athena/downloads", + "issues_url": "https://api.github.com/repos/athena-oss/athena/issues{/number}", + "pulls_url": "https://api.github.com/repos/athena-oss/athena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/athena-oss/athena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/athena-oss/athena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/athena-oss/athena/labels{/name}", + "releases_url": "https://api.github.com/repos/athena-oss/athena/releases{/id}", + "deployments_url": "https://api.github.com/repos/athena-oss/athena/deployments", + "created_at": "2016-09-01T13:20:27Z", + "updated_at": "2018-08-07T18:25:38Z", + "pushed_at": "2017-07-06T08:26:12Z", + "git_url": "git://github.com/athena-oss/athena.git", + "ssh_url": "git@github.com:athena-oss/athena.git", + "clone_url": "https://github.com/athena-oss/athena.git", + "svn_url": "https://github.com/athena-oss/athena", + "homepage": "https://athena-oss.github.io/athena/", + "size": 2920, + "stargazers_count": 69, + "watchers_count": 69, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 9, + "watchers": 69, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "athena-oss", + "id": 21089891, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxMDg5ODkx", + "avatar_url": "https://avatars3.githubusercontent.com/u/21089891?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/athena-oss", + "html_url": "https://github.com/athena-oss", + "followers_url": "https://api.github.com/users/athena-oss/followers", + "following_url": "https://api.github.com/users/athena-oss/following{/other_user}", + "gists_url": "https://api.github.com/users/athena-oss/gists{/gist_id}", + "starred_url": "https://api.github.com/users/athena-oss/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/athena-oss/subscriptions", + "organizations_url": "https://api.github.com/users/athena-oss/orgs", + "repos_url": "https://api.github.com/users/athena-oss/repos", + "events_url": "https://api.github.com/users/athena-oss/events{/privacy}", + "received_events_url": "https://api.github.com/users/athena-oss/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 22, + "subscribers_count": 15 + }, + { + "id": 25986062, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTk4NjA2Mg==", + "name": "blimp", + "full_name": "tubesandlube/blimp", + "owner": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tubesandlube/blimp", + "description": "Mechanism to easily move a container from one Docker host to another", + "fork": false, + "url": "https://api.github.com/repos/tubesandlube/blimp", + "forks_url": "https://api.github.com/repos/tubesandlube/blimp/forks", + "keys_url": "https://api.github.com/repos/tubesandlube/blimp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tubesandlube/blimp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tubesandlube/blimp/teams", + "hooks_url": "https://api.github.com/repos/tubesandlube/blimp/hooks", + "issue_events_url": "https://api.github.com/repos/tubesandlube/blimp/issues/events{/number}", + "events_url": "https://api.github.com/repos/tubesandlube/blimp/events", + "assignees_url": "https://api.github.com/repos/tubesandlube/blimp/assignees{/user}", + "branches_url": "https://api.github.com/repos/tubesandlube/blimp/branches{/branch}", + "tags_url": "https://api.github.com/repos/tubesandlube/blimp/tags", + "blobs_url": "https://api.github.com/repos/tubesandlube/blimp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tubesandlube/blimp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tubesandlube/blimp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tubesandlube/blimp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tubesandlube/blimp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tubesandlube/blimp/languages", + "stargazers_url": "https://api.github.com/repos/tubesandlube/blimp/stargazers", + "contributors_url": "https://api.github.com/repos/tubesandlube/blimp/contributors", + "subscribers_url": "https://api.github.com/repos/tubesandlube/blimp/subscribers", + "subscription_url": "https://api.github.com/repos/tubesandlube/blimp/subscription", + "commits_url": "https://api.github.com/repos/tubesandlube/blimp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tubesandlube/blimp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tubesandlube/blimp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tubesandlube/blimp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tubesandlube/blimp/contents/{+path}", + "compare_url": "https://api.github.com/repos/tubesandlube/blimp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tubesandlube/blimp/merges", + "archive_url": "https://api.github.com/repos/tubesandlube/blimp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tubesandlube/blimp/downloads", + "issues_url": "https://api.github.com/repos/tubesandlube/blimp/issues{/number}", + "pulls_url": "https://api.github.com/repos/tubesandlube/blimp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tubesandlube/blimp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tubesandlube/blimp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tubesandlube/blimp/labels{/name}", + "releases_url": "https://api.github.com/repos/tubesandlube/blimp/releases{/id}", + "deployments_url": "https://api.github.com/repos/tubesandlube/blimp/deployments", + "created_at": "2014-10-30T19:19:21Z", + "updated_at": "2018-06-10T10:56:58Z", + "pushed_at": "2015-03-29T14:54:49Z", + "git_url": "git://github.com/tubesandlube/blimp.git", + "ssh_url": "git@github.com:tubesandlube/blimp.git", + "clone_url": "https://github.com/tubesandlube/blimp.git", + "svn_url": "https://github.com/tubesandlube/blimp", + "homepage": "http://tubesandlube.github.io/blimp", + "size": 709, + "stargazers_count": 18, + "watchers_count": 18, + "language": "Perl", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 2, + "open_issues": 4, + "watchers": 18, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tubesandlube", + "id": 5672630, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU2NzI2MzA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5672630?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tubesandlube", + "html_url": "https://github.com/tubesandlube", + "followers_url": "https://api.github.com/users/tubesandlube/followers", + "following_url": "https://api.github.com/users/tubesandlube/following{/other_user}", + "gists_url": "https://api.github.com/users/tubesandlube/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tubesandlube/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tubesandlube/subscriptions", + "organizations_url": "https://api.github.com/users/tubesandlube/orgs", + "repos_url": "https://api.github.com/users/tubesandlube/repos", + "events_url": "https://api.github.com/users/tubesandlube/events{/privacy}", + "received_events_url": "https://api.github.com/users/tubesandlube/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 28305425, + "node_id": "MDEwOlJlcG9zaXRvcnkyODMwNTQyNQ==", + "name": "cloud-slang", + "full_name": "CloudSlang/cloud-slang", + "owner": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CloudSlang/cloud-slang", + "description": "CloudSlang Language, CLI and Builder", + "fork": false, + "url": "https://api.github.com/repos/CloudSlang/cloud-slang", + "forks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/forks", + "keys_url": "https://api.github.com/repos/CloudSlang/cloud-slang/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CloudSlang/cloud-slang/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CloudSlang/cloud-slang/teams", + "hooks_url": "https://api.github.com/repos/CloudSlang/cloud-slang/hooks", + "issue_events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/events{/number}", + "events_url": "https://api.github.com/repos/CloudSlang/cloud-slang/events", + "assignees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/assignees{/user}", + "branches_url": "https://api.github.com/repos/CloudSlang/cloud-slang/branches{/branch}", + "tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/tags", + "blobs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CloudSlang/cloud-slang/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CloudSlang/cloud-slang/languages", + "stargazers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/stargazers", + "contributors_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contributors", + "subscribers_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscribers", + "subscription_url": "https://api.github.com/repos/CloudSlang/cloud-slang/subscription", + "commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CloudSlang/cloud-slang/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CloudSlang/cloud-slang/contents/{+path}", + "compare_url": "https://api.github.com/repos/CloudSlang/cloud-slang/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CloudSlang/cloud-slang/merges", + "archive_url": "https://api.github.com/repos/CloudSlang/cloud-slang/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CloudSlang/cloud-slang/downloads", + "issues_url": "https://api.github.com/repos/CloudSlang/cloud-slang/issues{/number}", + "pulls_url": "https://api.github.com/repos/CloudSlang/cloud-slang/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CloudSlang/cloud-slang/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CloudSlang/cloud-slang/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CloudSlang/cloud-slang/labels{/name}", + "releases_url": "https://api.github.com/repos/CloudSlang/cloud-slang/releases{/id}", + "deployments_url": "https://api.github.com/repos/CloudSlang/cloud-slang/deployments", + "created_at": "2014-12-21T16:32:24Z", + "updated_at": "2018-08-01T01:00:53Z", + "pushed_at": "2018-07-20T12:34:22Z", + "git_url": "git://github.com/CloudSlang/cloud-slang.git", + "ssh_url": "git@github.com:CloudSlang/cloud-slang.git", + "clone_url": "https://github.com/CloudSlang/cloud-slang.git", + "svn_url": "https://github.com/CloudSlang/cloud-slang", + "homepage": "http://cloudslang.io", + "size": 32583, + "stargazers_count": 182, + "watchers_count": 182, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 63, + "mirror_url": null, + "archived": false, + "open_issues_count": 89, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 63, + "open_issues": 89, + "watchers": 182, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CloudSlang", + "id": 10261505, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwMjYxNTA1", + "avatar_url": "https://avatars1.githubusercontent.com/u/10261505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CloudSlang", + "html_url": "https://github.com/CloudSlang", + "followers_url": "https://api.github.com/users/CloudSlang/followers", + "following_url": "https://api.github.com/users/CloudSlang/following{/other_user}", + "gists_url": "https://api.github.com/users/CloudSlang/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CloudSlang/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CloudSlang/subscriptions", + "organizations_url": "https://api.github.com/users/CloudSlang/orgs", + "repos_url": "https://api.github.com/users/CloudSlang/repos", + "events_url": "https://api.github.com/users/CloudSlang/events{/privacy}", + "received_events_url": "https://api.github.com/users/CloudSlang/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 63, + "subscribers_count": 38 + }, + { + "id": 71294864, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTI5NDg2NA==", + "name": "clusterdock", + "full_name": "clusterdock/clusterdock", + "owner": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/clusterdock/clusterdock", + "description": "clusterdock is a framework for creating Docker-based container clusters", + "fork": false, + "url": "https://api.github.com/repos/clusterdock/clusterdock", + "forks_url": "https://api.github.com/repos/clusterdock/clusterdock/forks", + "keys_url": "https://api.github.com/repos/clusterdock/clusterdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/clusterdock/clusterdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/clusterdock/clusterdock/teams", + "hooks_url": "https://api.github.com/repos/clusterdock/clusterdock/hooks", + "issue_events_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/clusterdock/clusterdock/events", + "assignees_url": "https://api.github.com/repos/clusterdock/clusterdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/clusterdock/clusterdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/clusterdock/clusterdock/tags", + "blobs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/clusterdock/clusterdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/clusterdock/clusterdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/clusterdock/clusterdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/clusterdock/clusterdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/clusterdock/clusterdock/languages", + "stargazers_url": "https://api.github.com/repos/clusterdock/clusterdock/stargazers", + "contributors_url": "https://api.github.com/repos/clusterdock/clusterdock/contributors", + "subscribers_url": "https://api.github.com/repos/clusterdock/clusterdock/subscribers", + "subscription_url": "https://api.github.com/repos/clusterdock/clusterdock/subscription", + "commits_url": "https://api.github.com/repos/clusterdock/clusterdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/clusterdock/clusterdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/clusterdock/clusterdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/clusterdock/clusterdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/clusterdock/clusterdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/clusterdock/clusterdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/clusterdock/clusterdock/merges", + "archive_url": "https://api.github.com/repos/clusterdock/clusterdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/clusterdock/clusterdock/downloads", + "issues_url": "https://api.github.com/repos/clusterdock/clusterdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/clusterdock/clusterdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/clusterdock/clusterdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/clusterdock/clusterdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/clusterdock/clusterdock/labels{/name}", + "releases_url": "https://api.github.com/repos/clusterdock/clusterdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/clusterdock/clusterdock/deployments", + "created_at": "2016-10-18T21:56:48Z", + "updated_at": "2018-06-18T19:07:10Z", + "pushed_at": "2018-06-18T19:07:08Z", + "git_url": "git://github.com/clusterdock/clusterdock.git", + "ssh_url": "git@github.com:clusterdock/clusterdock.git", + "clone_url": "https://github.com/clusterdock/clusterdock.git", + "svn_url": "https://github.com/clusterdock/clusterdock", + "homepage": "http://clusterdock.rtfd.io", + "size": 235, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 8, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "clusterdock", + "id": 22922403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyOTIyNDAz", + "avatar_url": "https://avatars0.githubusercontent.com/u/22922403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/clusterdock", + "html_url": "https://github.com/clusterdock", + "followers_url": "https://api.github.com/users/clusterdock/followers", + "following_url": "https://api.github.com/users/clusterdock/following{/other_user}", + "gists_url": "https://api.github.com/users/clusterdock/gists{/gist_id}", + "starred_url": "https://api.github.com/users/clusterdock/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/clusterdock/subscriptions", + "organizations_url": "https://api.github.com/users/clusterdock/orgs", + "repos_url": "https://api.github.com/users/clusterdock/repos", + "events_url": "https://api.github.com/users/clusterdock/events{/privacy}", + "received_events_url": "https://api.github.com/users/clusterdock/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29220842, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTIyMDg0Mg==", + "name": "containership", + "full_name": "containership/containership", + "owner": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containership/containership", + "description": "A simple container management platform", + "fork": false, + "url": "https://api.github.com/repos/containership/containership", + "forks_url": "https://api.github.com/repos/containership/containership/forks", + "keys_url": "https://api.github.com/repos/containership/containership/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containership/containership/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containership/containership/teams", + "hooks_url": "https://api.github.com/repos/containership/containership/hooks", + "issue_events_url": "https://api.github.com/repos/containership/containership/issues/events{/number}", + "events_url": "https://api.github.com/repos/containership/containership/events", + "assignees_url": "https://api.github.com/repos/containership/containership/assignees{/user}", + "branches_url": "https://api.github.com/repos/containership/containership/branches{/branch}", + "tags_url": "https://api.github.com/repos/containership/containership/tags", + "blobs_url": "https://api.github.com/repos/containership/containership/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containership/containership/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containership/containership/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containership/containership/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containership/containership/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containership/containership/languages", + "stargazers_url": "https://api.github.com/repos/containership/containership/stargazers", + "contributors_url": "https://api.github.com/repos/containership/containership/contributors", + "subscribers_url": "https://api.github.com/repos/containership/containership/subscribers", + "subscription_url": "https://api.github.com/repos/containership/containership/subscription", + "commits_url": "https://api.github.com/repos/containership/containership/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containership/containership/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containership/containership/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containership/containership/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containership/containership/contents/{+path}", + "compare_url": "https://api.github.com/repos/containership/containership/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containership/containership/merges", + "archive_url": "https://api.github.com/repos/containership/containership/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containership/containership/downloads", + "issues_url": "https://api.github.com/repos/containership/containership/issues{/number}", + "pulls_url": "https://api.github.com/repos/containership/containership/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containership/containership/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containership/containership/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containership/containership/labels{/name}", + "releases_url": "https://api.github.com/repos/containership/containership/releases{/id}", + "deployments_url": "https://api.github.com/repos/containership/containership/deployments", + "created_at": "2015-01-14T01:24:41Z", + "updated_at": "2018-08-06T19:24:07Z", + "pushed_at": "2017-08-23T06:52:54Z", + "git_url": "git://github.com/containership/containership.git", + "ssh_url": "git@github.com:containership/containership.git", + "clone_url": "https://github.com/containership/containership.git", + "svn_url": "https://github.com/containership/containership", + "homepage": "https://containership.io", + "size": 658, + "stargazers_count": 224, + "watchers_count": 224, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 30, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 30, + "open_issues": 12, + "watchers": 224, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containership", + "id": 7675252, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2NzUyNTI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7675252?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containership", + "html_url": "https://github.com/containership", + "followers_url": "https://api.github.com/users/containership/followers", + "following_url": "https://api.github.com/users/containership/following{/other_user}", + "gists_url": "https://api.github.com/users/containership/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containership/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containership/subscriptions", + "organizations_url": "https://api.github.com/users/containership/orgs", + "repos_url": "https://api.github.com/users/containership/repos", + "events_url": "https://api.github.com/users/containership/events{/privacy}", + "received_events_url": "https://api.github.com/users/containership/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 30, + "subscribers_count": 17 + }, + { + "id": 62773012, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjc3MzAxMg==", + "name": "crane", + "full_name": "Dataman-Cloud/crane", + "owner": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Dataman-Cloud/crane", + "description": "Yet another control plane based on docker built-in swarmkit", + "fork": false, + "url": "https://api.github.com/repos/Dataman-Cloud/crane", + "forks_url": "https://api.github.com/repos/Dataman-Cloud/crane/forks", + "keys_url": "https://api.github.com/repos/Dataman-Cloud/crane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Dataman-Cloud/crane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Dataman-Cloud/crane/teams", + "hooks_url": "https://api.github.com/repos/Dataman-Cloud/crane/hooks", + "issue_events_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/events{/number}", + "events_url": "https://api.github.com/repos/Dataman-Cloud/crane/events", + "assignees_url": "https://api.github.com/repos/Dataman-Cloud/crane/assignees{/user}", + "branches_url": "https://api.github.com/repos/Dataman-Cloud/crane/branches{/branch}", + "tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/tags", + "blobs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Dataman-Cloud/crane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Dataman-Cloud/crane/languages", + "stargazers_url": "https://api.github.com/repos/Dataman-Cloud/crane/stargazers", + "contributors_url": "https://api.github.com/repos/Dataman-Cloud/crane/contributors", + "subscribers_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscribers", + "subscription_url": "https://api.github.com/repos/Dataman-Cloud/crane/subscription", + "commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Dataman-Cloud/crane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Dataman-Cloud/crane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Dataman-Cloud/crane/contents/{+path}", + "compare_url": "https://api.github.com/repos/Dataman-Cloud/crane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Dataman-Cloud/crane/merges", + "archive_url": "https://api.github.com/repos/Dataman-Cloud/crane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Dataman-Cloud/crane/downloads", + "issues_url": "https://api.github.com/repos/Dataman-Cloud/crane/issues{/number}", + "pulls_url": "https://api.github.com/repos/Dataman-Cloud/crane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Dataman-Cloud/crane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Dataman-Cloud/crane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Dataman-Cloud/crane/labels{/name}", + "releases_url": "https://api.github.com/repos/Dataman-Cloud/crane/releases{/id}", + "deployments_url": "https://api.github.com/repos/Dataman-Cloud/crane/deployments", + "created_at": "2016-07-07T03:46:33Z", + "updated_at": "2018-08-05T09:41:58Z", + "pushed_at": "2017-10-05T15:44:12Z", + "git_url": "git://github.com/Dataman-Cloud/crane.git", + "ssh_url": "git@github.com:Dataman-Cloud/crane.git", + "clone_url": "https://github.com/Dataman-Cloud/crane.git", + "svn_url": "https://github.com/Dataman-Cloud/crane", + "homepage": "https://www.shurenyun.com/product-crane.html", + "size": 22199, + "stargazers_count": 721, + "watchers_count": 721, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 170, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 170, + "open_issues": 13, + "watchers": 721, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Dataman-Cloud", + "id": 10776998, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzc2OTk4", + "avatar_url": "https://avatars2.githubusercontent.com/u/10776998?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Dataman-Cloud", + "html_url": "https://github.com/Dataman-Cloud", + "followers_url": "https://api.github.com/users/Dataman-Cloud/followers", + "following_url": "https://api.github.com/users/Dataman-Cloud/following{/other_user}", + "gists_url": "https://api.github.com/users/Dataman-Cloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Dataman-Cloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Dataman-Cloud/subscriptions", + "organizations_url": "https://api.github.com/users/Dataman-Cloud/orgs", + "repos_url": "https://api.github.com/users/Dataman-Cloud/repos", + "events_url": "https://api.github.com/users/Dataman-Cloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/Dataman-Cloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 170, + "subscribers_count": 91 + }, + { + "id": 68990326, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODk5MDMyNg==", + "name": "docker-flow-swarm-listener", + "full_name": "vfarcic/docker-flow-swarm-listener", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-swarm-listener/deployments", + "created_at": "2016-09-23T04:58:01Z", + "updated_at": "2018-06-26T17:40:06Z", + "pushed_at": "2018-06-03T20:18:29Z", + "git_url": "git://github.com/vfarcic/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/vfarcic/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 273, + "stargazers_count": 92, + "watchers_count": 92, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 92, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "source": { + "id": 129609827, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MDk4Mjc=", + "name": "docker-flow-swarm-listener", + "full_name": "docker-flow/docker-flow-swarm-listener", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "description": "Docker Flow Swarm Listener", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-swarm-listener/deployments", + "created_at": "2018-04-15T12:52:49Z", + "updated_at": "2018-08-01T20:02:50Z", + "pushed_at": "2018-08-01T20:02:48Z", + "git_url": "git://github.com/docker-flow/docker-flow-swarm-listener.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-swarm-listener.git", + "clone_url": "https://github.com/docker-flow/docker-flow-swarm-listener.git", + "svn_url": "https://github.com/docker-flow/docker-flow-swarm-listener", + "homepage": "http://swarmlistener.dockerflow.com/", + "size": 270, + "stargazers_count": 25, + "watchers_count": 25, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 25, + "default_branch": "master" + }, + "network_count": 32, + "subscribers_count": 14 + }, + { + "id": 13731956, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzczMTk1Ng==", + "name": "gantryd", + "full_name": "DevTable/gantryd", + "owner": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DevTable/gantryd", + "description": "Framework for easy management of docker-based components across machines", + "fork": false, + "url": "https://api.github.com/repos/DevTable/gantryd", + "forks_url": "https://api.github.com/repos/DevTable/gantryd/forks", + "keys_url": "https://api.github.com/repos/DevTable/gantryd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DevTable/gantryd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DevTable/gantryd/teams", + "hooks_url": "https://api.github.com/repos/DevTable/gantryd/hooks", + "issue_events_url": "https://api.github.com/repos/DevTable/gantryd/issues/events{/number}", + "events_url": "https://api.github.com/repos/DevTable/gantryd/events", + "assignees_url": "https://api.github.com/repos/DevTable/gantryd/assignees{/user}", + "branches_url": "https://api.github.com/repos/DevTable/gantryd/branches{/branch}", + "tags_url": "https://api.github.com/repos/DevTable/gantryd/tags", + "blobs_url": "https://api.github.com/repos/DevTable/gantryd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DevTable/gantryd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DevTable/gantryd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DevTable/gantryd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DevTable/gantryd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DevTable/gantryd/languages", + "stargazers_url": "https://api.github.com/repos/DevTable/gantryd/stargazers", + "contributors_url": "https://api.github.com/repos/DevTable/gantryd/contributors", + "subscribers_url": "https://api.github.com/repos/DevTable/gantryd/subscribers", + "subscription_url": "https://api.github.com/repos/DevTable/gantryd/subscription", + "commits_url": "https://api.github.com/repos/DevTable/gantryd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DevTable/gantryd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DevTable/gantryd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DevTable/gantryd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DevTable/gantryd/contents/{+path}", + "compare_url": "https://api.github.com/repos/DevTable/gantryd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DevTable/gantryd/merges", + "archive_url": "https://api.github.com/repos/DevTable/gantryd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DevTable/gantryd/downloads", + "issues_url": "https://api.github.com/repos/DevTable/gantryd/issues{/number}", + "pulls_url": "https://api.github.com/repos/DevTable/gantryd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DevTable/gantryd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DevTable/gantryd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DevTable/gantryd/labels{/name}", + "releases_url": "https://api.github.com/repos/DevTable/gantryd/releases{/id}", + "deployments_url": "https://api.github.com/repos/DevTable/gantryd/deployments", + "created_at": "2013-10-21T03:14:02Z", + "updated_at": "2018-07-29T15:24:30Z", + "pushed_at": "2016-08-01T16:13:12Z", + "git_url": "git://github.com/DevTable/gantryd.git", + "ssh_url": "git@github.com:DevTable/gantryd.git", + "clone_url": "https://github.com/DevTable/gantryd.git", + "svn_url": "https://github.com/DevTable/gantryd", + "homepage": null, + "size": 124, + "stargazers_count": 274, + "watchers_count": 274, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 31, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 31, + "open_issues": 7, + "watchers": 274, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DevTable", + "id": 2184005, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODQwMDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2184005?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DevTable", + "html_url": "https://github.com/DevTable", + "followers_url": "https://api.github.com/users/DevTable/followers", + "following_url": "https://api.github.com/users/DevTable/following{/other_user}", + "gists_url": "https://api.github.com/users/DevTable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DevTable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DevTable/subscriptions", + "organizations_url": "https://api.github.com/users/DevTable/orgs", + "repos_url": "https://api.github.com/users/DevTable/repos", + "events_url": "https://api.github.com/users/DevTable/events{/privacy}", + "received_events_url": "https://api.github.com/users/DevTable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 31, + "subscribers_count": 10 + }, + { + "id": 72737874, + "node_id": "MDEwOlJlcG9zaXRvcnk3MjczNzg3NA==", + "name": "haven-platform", + "full_name": "codeabovelab/haven-platform", + "owner": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codeabovelab/haven-platform", + "description": "Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place. ", + "fork": false, + "url": "https://api.github.com/repos/codeabovelab/haven-platform", + "forks_url": "https://api.github.com/repos/codeabovelab/haven-platform/forks", + "keys_url": "https://api.github.com/repos/codeabovelab/haven-platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codeabovelab/haven-platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codeabovelab/haven-platform/teams", + "hooks_url": "https://api.github.com/repos/codeabovelab/haven-platform/hooks", + "issue_events_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/codeabovelab/haven-platform/events", + "assignees_url": "https://api.github.com/repos/codeabovelab/haven-platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/codeabovelab/haven-platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/tags", + "blobs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codeabovelab/haven-platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codeabovelab/haven-platform/languages", + "stargazers_url": "https://api.github.com/repos/codeabovelab/haven-platform/stargazers", + "contributors_url": "https://api.github.com/repos/codeabovelab/haven-platform/contributors", + "subscribers_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscribers", + "subscription_url": "https://api.github.com/repos/codeabovelab/haven-platform/subscription", + "commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codeabovelab/haven-platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codeabovelab/haven-platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codeabovelab/haven-platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/codeabovelab/haven-platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codeabovelab/haven-platform/merges", + "archive_url": "https://api.github.com/repos/codeabovelab/haven-platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codeabovelab/haven-platform/downloads", + "issues_url": "https://api.github.com/repos/codeabovelab/haven-platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/codeabovelab/haven-platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codeabovelab/haven-platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codeabovelab/haven-platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codeabovelab/haven-platform/labels{/name}", + "releases_url": "https://api.github.com/repos/codeabovelab/haven-platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/codeabovelab/haven-platform/deployments", + "created_at": "2016-11-03T11:16:53Z", + "updated_at": "2018-08-07T06:33:35Z", + "pushed_at": "2018-07-06T11:21:20Z", + "git_url": "git://github.com/codeabovelab/haven-platform.git", + "ssh_url": "git@github.com:codeabovelab/haven-platform.git", + "clone_url": "https://github.com/codeabovelab/haven-platform.git", + "svn_url": "https://github.com/codeabovelab/haven-platform", + "homepage": "", + "size": 4630, + "stargazers_count": 169, + "watchers_count": 169, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 7, + "watchers": 169, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "codeabovelab", + "id": 22105050, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMTA1MDUw", + "avatar_url": "https://avatars3.githubusercontent.com/u/22105050?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codeabovelab", + "html_url": "https://github.com/codeabovelab", + "followers_url": "https://api.github.com/users/codeabovelab/followers", + "following_url": "https://api.github.com/users/codeabovelab/following{/other_user}", + "gists_url": "https://api.github.com/users/codeabovelab/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codeabovelab/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codeabovelab/subscriptions", + "organizations_url": "https://api.github.com/users/codeabovelab/orgs", + "repos_url": "https://api.github.com/users/codeabovelab/repos", + "events_url": "https://api.github.com/users/codeabovelab/events{/privacy}", + "received_events_url": "https://api.github.com/users/codeabovelab/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 19 + }, + { + "id": 20171642, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDE3MTY0Mg==", + "name": "helios", + "full_name": "spotify/helios", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/helios", + "description": "Docker container orchestration platform", + "fork": false, + "url": "https://api.github.com/repos/spotify/helios", + "forks_url": "https://api.github.com/repos/spotify/helios/forks", + "keys_url": "https://api.github.com/repos/spotify/helios/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/helios/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/helios/teams", + "hooks_url": "https://api.github.com/repos/spotify/helios/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/helios/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/helios/events", + "assignees_url": "https://api.github.com/repos/spotify/helios/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/helios/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/helios/tags", + "blobs_url": "https://api.github.com/repos/spotify/helios/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/helios/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/helios/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/helios/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/helios/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/helios/languages", + "stargazers_url": "https://api.github.com/repos/spotify/helios/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/helios/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/helios/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/helios/subscription", + "commits_url": "https://api.github.com/repos/spotify/helios/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/helios/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/helios/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/helios/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/helios/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/helios/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/helios/merges", + "archive_url": "https://api.github.com/repos/spotify/helios/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/helios/downloads", + "issues_url": "https://api.github.com/repos/spotify/helios/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/helios/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/helios/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/helios/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/helios/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/helios/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/helios/deployments", + "created_at": "2014-05-26T02:29:06Z", + "updated_at": "2018-08-09T12:02:25Z", + "pushed_at": "2018-07-23T20:08:20Z", + "git_url": "git://github.com/spotify/helios.git", + "ssh_url": "git@github.com:spotify/helios.git", + "clone_url": "https://github.com/spotify/helios.git", + "svn_url": "https://github.com/spotify/helios", + "homepage": null, + "size": 8057, + "stargazers_count": 1939, + "watchers_count": 1939, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 222, + "mirror_url": null, + "archived": false, + "open_issues_count": 29, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 222, + "open_issues": 29, + "watchers": 1939, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 222, + "subscribers_count": 97 + }, + { + "id": 32689932, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjY4OTkzMg==", + "name": "kontena", + "full_name": "kontena/kontena", + "owner": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kontena/kontena", + "description": "The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.", + "fork": false, + "url": "https://api.github.com/repos/kontena/kontena", + "forks_url": "https://api.github.com/repos/kontena/kontena/forks", + "keys_url": "https://api.github.com/repos/kontena/kontena/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kontena/kontena/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kontena/kontena/teams", + "hooks_url": "https://api.github.com/repos/kontena/kontena/hooks", + "issue_events_url": "https://api.github.com/repos/kontena/kontena/issues/events{/number}", + "events_url": "https://api.github.com/repos/kontena/kontena/events", + "assignees_url": "https://api.github.com/repos/kontena/kontena/assignees{/user}", + "branches_url": "https://api.github.com/repos/kontena/kontena/branches{/branch}", + "tags_url": "https://api.github.com/repos/kontena/kontena/tags", + "blobs_url": "https://api.github.com/repos/kontena/kontena/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kontena/kontena/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kontena/kontena/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kontena/kontena/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kontena/kontena/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kontena/kontena/languages", + "stargazers_url": "https://api.github.com/repos/kontena/kontena/stargazers", + "contributors_url": "https://api.github.com/repos/kontena/kontena/contributors", + "subscribers_url": "https://api.github.com/repos/kontena/kontena/subscribers", + "subscription_url": "https://api.github.com/repos/kontena/kontena/subscription", + "commits_url": "https://api.github.com/repos/kontena/kontena/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kontena/kontena/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kontena/kontena/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kontena/kontena/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kontena/kontena/contents/{+path}", + "compare_url": "https://api.github.com/repos/kontena/kontena/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kontena/kontena/merges", + "archive_url": "https://api.github.com/repos/kontena/kontena/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kontena/kontena/downloads", + "issues_url": "https://api.github.com/repos/kontena/kontena/issues{/number}", + "pulls_url": "https://api.github.com/repos/kontena/kontena/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kontena/kontena/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kontena/kontena/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kontena/kontena/labels{/name}", + "releases_url": "https://api.github.com/repos/kontena/kontena/releases{/id}", + "deployments_url": "https://api.github.com/repos/kontena/kontena/deployments", + "created_at": "2015-03-22T18:52:32Z", + "updated_at": "2018-08-09T11:54:16Z", + "pushed_at": "2018-08-09T12:34:50Z", + "git_url": "git://github.com/kontena/kontena.git", + "ssh_url": "git@github.com:kontena/kontena.git", + "clone_url": "https://github.com/kontena/kontena.git", + "svn_url": "https://github.com/kontena/kontena", + "homepage": "https://www.kontena.io/platform", + "size": 9137, + "stargazers_count": 1371, + "watchers_count": 1371, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 114, + "mirror_url": null, + "archived": false, + "open_issues_count": 434, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 114, + "open_issues": 434, + "watchers": 1371, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kontena", + "id": 10419574, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNDE5NTc0", + "avatar_url": "https://avatars2.githubusercontent.com/u/10419574?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kontena", + "html_url": "https://github.com/kontena", + "followers_url": "https://api.github.com/users/kontena/followers", + "following_url": "https://api.github.com/users/kontena/following{/other_user}", + "gists_url": "https://api.github.com/users/kontena/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kontena/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kontena/subscriptions", + "organizations_url": "https://api.github.com/users/kontena/orgs", + "repos_url": "https://api.github.com/users/kontena/repos", + "events_url": "https://api.github.com/users/kontena/events{/privacy}", + "received_events_url": "https://api.github.com/users/kontena/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 114, + "subscribers_count": 58 + }, + { + "id": 20580498, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDU4MDQ5OA==", + "name": "kubernetes", + "full_name": "kubernetes/kubernetes", + "owner": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kubernetes/kubernetes", + "description": "Production-Grade Container Scheduling and Management", + "fork": false, + "url": "https://api.github.com/repos/kubernetes/kubernetes", + "forks_url": "https://api.github.com/repos/kubernetes/kubernetes/forks", + "keys_url": "https://api.github.com/repos/kubernetes/kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kubernetes/kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kubernetes/kubernetes/teams", + "hooks_url": "https://api.github.com/repos/kubernetes/kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/kubernetes/kubernetes/events", + "assignees_url": "https://api.github.com/repos/kubernetes/kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/kubernetes/kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/kubernetes/kubernetes/tags", + "blobs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kubernetes/kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kubernetes/kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kubernetes/kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kubernetes/kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kubernetes/kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/kubernetes/kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/kubernetes/kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/kubernetes/kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/kubernetes/kubernetes/subscription", + "commits_url": "https://api.github.com/repos/kubernetes/kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kubernetes/kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kubernetes/kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kubernetes/kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kubernetes/kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/kubernetes/kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kubernetes/kubernetes/merges", + "archive_url": "https://api.github.com/repos/kubernetes/kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kubernetes/kubernetes/downloads", + "issues_url": "https://api.github.com/repos/kubernetes/kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/kubernetes/kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kubernetes/kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kubernetes/kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kubernetes/kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/kubernetes/kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/kubernetes/kubernetes/deployments", + "created_at": "2014-06-06T22:56:04Z", + "updated_at": "2018-08-09T16:23:02Z", + "pushed_at": "2018-08-09T16:20:41Z", + "git_url": "git://github.com/kubernetes/kubernetes.git", + "ssh_url": "git@github.com:kubernetes/kubernetes.git", + "clone_url": "https://github.com/kubernetes/kubernetes.git", + "svn_url": "https://github.com/kubernetes/kubernetes", + "homepage": "http://kubernetes.io", + "size": 797541, + "stargazers_count": 39843, + "watchers_count": 39843, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13868, + "mirror_url": null, + "archived": false, + "open_issues_count": 3153, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13868, + "open_issues": 3153, + "watchers": 39843, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "kubernetes", + "id": 13629408, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNjI5NDA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13629408?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kubernetes", + "html_url": "https://github.com/kubernetes", + "followers_url": "https://api.github.com/users/kubernetes/followers", + "following_url": "https://api.github.com/users/kubernetes/following{/other_user}", + "gists_url": "https://api.github.com/users/kubernetes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kubernetes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kubernetes/subscriptions", + "organizations_url": "https://api.github.com/users/kubernetes/orgs", + "repos_url": "https://api.github.com/users/kubernetes/repos", + "events_url": "https://api.github.com/users/kubernetes/events{/privacy}", + "received_events_url": "https://api.github.com/users/kubernetes/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13868, + "subscribers_count": 2624 + }, + { + "id": 20789757, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDc4OTc1Nw==", + "name": "manageiq", + "full_name": "ManageIQ/manageiq", + "owner": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ManageIQ/manageiq", + "description": "ManageIQ Open-Source Management Platform", + "fork": false, + "url": "https://api.github.com/repos/ManageIQ/manageiq", + "forks_url": "https://api.github.com/repos/ManageIQ/manageiq/forks", + "keys_url": "https://api.github.com/repos/ManageIQ/manageiq/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ManageIQ/manageiq/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ManageIQ/manageiq/teams", + "hooks_url": "https://api.github.com/repos/ManageIQ/manageiq/hooks", + "issue_events_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/events{/number}", + "events_url": "https://api.github.com/repos/ManageIQ/manageiq/events", + "assignees_url": "https://api.github.com/repos/ManageIQ/manageiq/assignees{/user}", + "branches_url": "https://api.github.com/repos/ManageIQ/manageiq/branches{/branch}", + "tags_url": "https://api.github.com/repos/ManageIQ/manageiq/tags", + "blobs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ManageIQ/manageiq/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ManageIQ/manageiq/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ManageIQ/manageiq/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ManageIQ/manageiq/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ManageIQ/manageiq/languages", + "stargazers_url": "https://api.github.com/repos/ManageIQ/manageiq/stargazers", + "contributors_url": "https://api.github.com/repos/ManageIQ/manageiq/contributors", + "subscribers_url": "https://api.github.com/repos/ManageIQ/manageiq/subscribers", + "subscription_url": "https://api.github.com/repos/ManageIQ/manageiq/subscription", + "commits_url": "https://api.github.com/repos/ManageIQ/manageiq/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ManageIQ/manageiq/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ManageIQ/manageiq/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ManageIQ/manageiq/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ManageIQ/manageiq/contents/{+path}", + "compare_url": "https://api.github.com/repos/ManageIQ/manageiq/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ManageIQ/manageiq/merges", + "archive_url": "https://api.github.com/repos/ManageIQ/manageiq/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ManageIQ/manageiq/downloads", + "issues_url": "https://api.github.com/repos/ManageIQ/manageiq/issues{/number}", + "pulls_url": "https://api.github.com/repos/ManageIQ/manageiq/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ManageIQ/manageiq/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ManageIQ/manageiq/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ManageIQ/manageiq/labels{/name}", + "releases_url": "https://api.github.com/repos/ManageIQ/manageiq/releases{/id}", + "deployments_url": "https://api.github.com/repos/ManageIQ/manageiq/deployments", + "created_at": "2014-06-13T02:31:26Z", + "updated_at": "2018-08-09T14:57:07Z", + "pushed_at": "2018-08-09T15:15:38Z", + "git_url": "git://github.com/ManageIQ/manageiq.git", + "ssh_url": "git@github.com:ManageIQ/manageiq.git", + "clone_url": "https://github.com/ManageIQ/manageiq.git", + "svn_url": "https://github.com/ManageIQ/manageiq", + "homepage": "manageiq.org", + "size": 255425, + "stargazers_count": 685, + "watchers_count": 685, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 653, + "mirror_url": null, + "archived": false, + "open_issues_count": 600, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 653, + "open_issues": 600, + "watchers": 685, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ManageIQ", + "id": 1125575, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMjU1NzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1125575?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ManageIQ", + "html_url": "https://github.com/ManageIQ", + "followers_url": "https://api.github.com/users/ManageIQ/followers", + "following_url": "https://api.github.com/users/ManageIQ/following{/other_user}", + "gists_url": "https://api.github.com/users/ManageIQ/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ManageIQ/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ManageIQ/subscriptions", + "organizations_url": "https://api.github.com/users/ManageIQ/orgs", + "repos_url": "https://api.github.com/users/ManageIQ/repos", + "events_url": "https://api.github.com/users/ManageIQ/events{/privacy}", + "received_events_url": "https://api.github.com/users/ManageIQ/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 653, + "subscribers_count": 88 + }, + { + "id": 29925961, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTkyNTk2MQ==", + "name": "mantl", + "full_name": "mantl/mantl", + "owner": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mantl/mantl", + "description": "Mantl is a modern platform for rapidly deploying globally distributed services", + "fork": false, + "url": "https://api.github.com/repos/mantl/mantl", + "forks_url": "https://api.github.com/repos/mantl/mantl/forks", + "keys_url": "https://api.github.com/repos/mantl/mantl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mantl/mantl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mantl/mantl/teams", + "hooks_url": "https://api.github.com/repos/mantl/mantl/hooks", + "issue_events_url": "https://api.github.com/repos/mantl/mantl/issues/events{/number}", + "events_url": "https://api.github.com/repos/mantl/mantl/events", + "assignees_url": "https://api.github.com/repos/mantl/mantl/assignees{/user}", + "branches_url": "https://api.github.com/repos/mantl/mantl/branches{/branch}", + "tags_url": "https://api.github.com/repos/mantl/mantl/tags", + "blobs_url": "https://api.github.com/repos/mantl/mantl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mantl/mantl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mantl/mantl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mantl/mantl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mantl/mantl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mantl/mantl/languages", + "stargazers_url": "https://api.github.com/repos/mantl/mantl/stargazers", + "contributors_url": "https://api.github.com/repos/mantl/mantl/contributors", + "subscribers_url": "https://api.github.com/repos/mantl/mantl/subscribers", + "subscription_url": "https://api.github.com/repos/mantl/mantl/subscription", + "commits_url": "https://api.github.com/repos/mantl/mantl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mantl/mantl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mantl/mantl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mantl/mantl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mantl/mantl/contents/{+path}", + "compare_url": "https://api.github.com/repos/mantl/mantl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mantl/mantl/merges", + "archive_url": "https://api.github.com/repos/mantl/mantl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mantl/mantl/downloads", + "issues_url": "https://api.github.com/repos/mantl/mantl/issues{/number}", + "pulls_url": "https://api.github.com/repos/mantl/mantl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mantl/mantl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mantl/mantl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mantl/mantl/labels{/name}", + "releases_url": "https://api.github.com/repos/mantl/mantl/releases{/id}", + "deployments_url": "https://api.github.com/repos/mantl/mantl/deployments", + "created_at": "2015-01-27T17:36:52Z", + "updated_at": "2018-08-07T02:24:54Z", + "pushed_at": "2018-02-03T03:49:54Z", + "git_url": "git://github.com/mantl/mantl.git", + "ssh_url": "git@github.com:mantl/mantl.git", + "clone_url": "https://github.com/mantl/mantl.git", + "svn_url": "https://github.com/mantl/mantl", + "homepage": "http://mantl.io", + "size": 14315, + "stargazers_count": 3046, + "watchers_count": 3046, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 467, + "mirror_url": null, + "archived": false, + "open_issues_count": 174, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 467, + "open_issues": 174, + "watchers": 3046, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mantl", + "id": 17570004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NTcwMDA0", + "avatar_url": "https://avatars1.githubusercontent.com/u/17570004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mantl", + "html_url": "https://github.com/mantl", + "followers_url": "https://api.github.com/users/mantl/followers", + "following_url": "https://api.github.com/users/mantl/following{/other_user}", + "gists_url": "https://api.github.com/users/mantl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mantl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mantl/subscriptions", + "organizations_url": "https://api.github.com/users/mantl/orgs", + "repos_url": "https://api.github.com/users/mantl/repos", + "events_url": "https://api.github.com/users/mantl/events{/privacy}", + "received_events_url": "https://api.github.com/users/mantl/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 467, + "subscribers_count": 223 + }, + { + "id": 10941409, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk0MTQwOQ==", + "name": "marathon", + "full_name": "mesosphere/marathon", + "owner": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mesosphere/marathon", + "description": "Deploy and manage containers (including Docker) on top of Apache Mesos at scale.", + "fork": false, + "url": "https://api.github.com/repos/mesosphere/marathon", + "forks_url": "https://api.github.com/repos/mesosphere/marathon/forks", + "keys_url": "https://api.github.com/repos/mesosphere/marathon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mesosphere/marathon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mesosphere/marathon/teams", + "hooks_url": "https://api.github.com/repos/mesosphere/marathon/hooks", + "issue_events_url": "https://api.github.com/repos/mesosphere/marathon/issues/events{/number}", + "events_url": "https://api.github.com/repos/mesosphere/marathon/events", + "assignees_url": "https://api.github.com/repos/mesosphere/marathon/assignees{/user}", + "branches_url": "https://api.github.com/repos/mesosphere/marathon/branches{/branch}", + "tags_url": "https://api.github.com/repos/mesosphere/marathon/tags", + "blobs_url": "https://api.github.com/repos/mesosphere/marathon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mesosphere/marathon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mesosphere/marathon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mesosphere/marathon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mesosphere/marathon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mesosphere/marathon/languages", + "stargazers_url": "https://api.github.com/repos/mesosphere/marathon/stargazers", + "contributors_url": "https://api.github.com/repos/mesosphere/marathon/contributors", + "subscribers_url": "https://api.github.com/repos/mesosphere/marathon/subscribers", + "subscription_url": "https://api.github.com/repos/mesosphere/marathon/subscription", + "commits_url": "https://api.github.com/repos/mesosphere/marathon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mesosphere/marathon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mesosphere/marathon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mesosphere/marathon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mesosphere/marathon/contents/{+path}", + "compare_url": "https://api.github.com/repos/mesosphere/marathon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mesosphere/marathon/merges", + "archive_url": "https://api.github.com/repos/mesosphere/marathon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mesosphere/marathon/downloads", + "issues_url": "https://api.github.com/repos/mesosphere/marathon/issues{/number}", + "pulls_url": "https://api.github.com/repos/mesosphere/marathon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mesosphere/marathon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mesosphere/marathon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mesosphere/marathon/labels{/name}", + "releases_url": "https://api.github.com/repos/mesosphere/marathon/releases{/id}", + "deployments_url": "https://api.github.com/repos/mesosphere/marathon/deployments", + "created_at": "2013-06-25T14:56:34Z", + "updated_at": "2018-08-09T13:26:42Z", + "pushed_at": "2018-08-09T14:59:55Z", + "git_url": "git://github.com/mesosphere/marathon.git", + "ssh_url": "git@github.com:mesosphere/marathon.git", + "clone_url": "https://github.com/mesosphere/marathon.git", + "svn_url": "https://github.com/mesosphere/marathon", + "homepage": "https://mesosphere.github.io/marathon/", + "size": 38192, + "stargazers_count": 3700, + "watchers_count": 3700, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 851, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 851, + "open_issues": 23, + "watchers": 3700, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mesosphere", + "id": 3458585, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0NTg1ODU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3458585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mesosphere", + "html_url": "https://github.com/mesosphere", + "followers_url": "https://api.github.com/users/mesosphere/followers", + "following_url": "https://api.github.com/users/mesosphere/following{/other_user}", + "gists_url": "https://api.github.com/users/mesosphere/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mesosphere/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mesosphere/subscriptions", + "organizations_url": "https://api.github.com/users/mesosphere/orgs", + "repos_url": "https://api.github.com/users/mesosphere/repos", + "events_url": "https://api.github.com/users/mesosphere/events{/privacy}", + "received_events_url": "https://api.github.com/users/mesosphere/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 851, + "subscribers_count": 378 + }, + { + "id": 11469439, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTQ2OTQzOQ==", + "name": "mesos", + "full_name": "apache/mesos", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/mesos", + "description": "Apache Mesos", + "fork": false, + "url": "https://api.github.com/repos/apache/mesos", + "forks_url": "https://api.github.com/repos/apache/mesos/forks", + "keys_url": "https://api.github.com/repos/apache/mesos/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/mesos/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/mesos/teams", + "hooks_url": "https://api.github.com/repos/apache/mesos/hooks", + "issue_events_url": "https://api.github.com/repos/apache/mesos/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/mesos/events", + "assignees_url": "https://api.github.com/repos/apache/mesos/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/mesos/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/mesos/tags", + "blobs_url": "https://api.github.com/repos/apache/mesos/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/mesos/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/mesos/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/mesos/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/mesos/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/mesos/languages", + "stargazers_url": "https://api.github.com/repos/apache/mesos/stargazers", + "contributors_url": "https://api.github.com/repos/apache/mesos/contributors", + "subscribers_url": "https://api.github.com/repos/apache/mesos/subscribers", + "subscription_url": "https://api.github.com/repos/apache/mesos/subscription", + "commits_url": "https://api.github.com/repos/apache/mesos/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/mesos/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/mesos/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/mesos/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/mesos/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/mesos/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/mesos/merges", + "archive_url": "https://api.github.com/repos/apache/mesos/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/mesos/downloads", + "issues_url": "https://api.github.com/repos/apache/mesos/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/mesos/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/mesos/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/mesos/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/mesos/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/mesos/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/mesos/deployments", + "created_at": "2013-07-17T07:00:13Z", + "updated_at": "2018-08-09T09:47:44Z", + "pushed_at": "2018-08-09T09:47:32Z", + "git_url": "git://github.com/apache/mesos.git", + "ssh_url": "git@github.com:apache/mesos.git", + "clone_url": "https://github.com/apache/mesos.git", + "svn_url": "https://github.com/apache/mesos", + "homepage": "", + "size": 379435, + "stargazers_count": 3795, + "watchers_count": 3795, + "language": "C++", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1503, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1503, + "open_issues": 20, + "watchers": 3795, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1503, + "subscribers_count": 423 + }, + { + "id": 36653430, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzQzMA==", + "name": "nomad", + "full_name": "hashicorp/nomad", + "owner": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hashicorp/nomad", + "description": "Nomad is a flexible, enterprise-grade cluster scheduler designed to easily integrate into existing workflows. Nomad can run a diverse workload of micro-service, batch, containerized and non-containerized applications. Nomad is easy to operate and scale and integrates seamlessly with Consul and Vault.", + "fork": false, + "url": "https://api.github.com/repos/hashicorp/nomad", + "forks_url": "https://api.github.com/repos/hashicorp/nomad/forks", + "keys_url": "https://api.github.com/repos/hashicorp/nomad/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hashicorp/nomad/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hashicorp/nomad/teams", + "hooks_url": "https://api.github.com/repos/hashicorp/nomad/hooks", + "issue_events_url": "https://api.github.com/repos/hashicorp/nomad/issues/events{/number}", + "events_url": "https://api.github.com/repos/hashicorp/nomad/events", + "assignees_url": "https://api.github.com/repos/hashicorp/nomad/assignees{/user}", + "branches_url": "https://api.github.com/repos/hashicorp/nomad/branches{/branch}", + "tags_url": "https://api.github.com/repos/hashicorp/nomad/tags", + "blobs_url": "https://api.github.com/repos/hashicorp/nomad/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hashicorp/nomad/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hashicorp/nomad/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hashicorp/nomad/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hashicorp/nomad/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hashicorp/nomad/languages", + "stargazers_url": "https://api.github.com/repos/hashicorp/nomad/stargazers", + "contributors_url": "https://api.github.com/repos/hashicorp/nomad/contributors", + "subscribers_url": "https://api.github.com/repos/hashicorp/nomad/subscribers", + "subscription_url": "https://api.github.com/repos/hashicorp/nomad/subscription", + "commits_url": "https://api.github.com/repos/hashicorp/nomad/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hashicorp/nomad/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hashicorp/nomad/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hashicorp/nomad/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hashicorp/nomad/contents/{+path}", + "compare_url": "https://api.github.com/repos/hashicorp/nomad/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hashicorp/nomad/merges", + "archive_url": "https://api.github.com/repos/hashicorp/nomad/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hashicorp/nomad/downloads", + "issues_url": "https://api.github.com/repos/hashicorp/nomad/issues{/number}", + "pulls_url": "https://api.github.com/repos/hashicorp/nomad/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hashicorp/nomad/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hashicorp/nomad/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hashicorp/nomad/labels{/name}", + "releases_url": "https://api.github.com/repos/hashicorp/nomad/releases{/id}", + "deployments_url": "https://api.github.com/repos/hashicorp/nomad/deployments", + "created_at": "2015-06-01T10:21:00Z", + "updated_at": "2018-08-09T11:10:10Z", + "pushed_at": "2018-08-09T05:24:58Z", + "git_url": "git://github.com/hashicorp/nomad.git", + "ssh_url": "git@github.com:hashicorp/nomad.git", + "clone_url": "https://github.com/hashicorp/nomad.git", + "svn_url": "https://github.com/hashicorp/nomad", + "homepage": "https://www.nomadproject.io/", + "size": 110063, + "stargazers_count": 3756, + "watchers_count": 3756, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 730, + "mirror_url": null, + "archived": false, + "open_issues_count": 395, + "license": { + "key": "mpl-2.0", + "name": "Mozilla Public License 2.0", + "spdx_id": "MPL-2.0", + "url": "https://api.github.com/licenses/mpl-2.0", + "node_id": "MDc6TGljZW5zZTE0" + }, + "forks": 730, + "open_issues": 395, + "watchers": 3756, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hashicorp", + "id": 761456, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc2MTQ1Ng==", + "avatar_url": "https://avatars2.githubusercontent.com/u/761456?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp", + "followers_url": "https://api.github.com/users/hashicorp/followers", + "following_url": "https://api.github.com/users/hashicorp/following{/other_user}", + "gists_url": "https://api.github.com/users/hashicorp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hashicorp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hashicorp/subscriptions", + "organizations_url": "https://api.github.com/users/hashicorp/orgs", + "repos_url": "https://api.github.com/users/hashicorp/repos", + "events_url": "https://api.github.com/users/hashicorp/events{/privacy}", + "received_events_url": "https://api.github.com/users/hashicorp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 730, + "subscribers_count": 262 + }, + { + "id": 18077557, + "node_id": "MDEwOlJlcG9zaXRvcnkxODA3NzU1Nw==", + "name": "panamax-ui", + "full_name": "CenturyLinkLabs/panamax-ui", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "description": "The Web GUI for Panamax", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/panamax-ui/deployments", + "created_at": "2014-03-24T20:25:21Z", + "updated_at": "2018-07-31T15:30:43Z", + "pushed_at": "2016-02-24T06:44:50Z", + "git_url": "git://github.com/CenturyLinkLabs/panamax-ui.git", + "ssh_url": "git@github.com:CenturyLinkLabs/panamax-ui.git", + "clone_url": "https://github.com/CenturyLinkLabs/panamax-ui.git", + "svn_url": "https://github.com/CenturyLinkLabs/panamax-ui", + "homepage": "http://panamax.io", + "size": 3813, + "stargazers_count": 1454, + "watchers_count": 1454, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 154, + "open_issues": 38, + "watchers": 1454, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 154, + "subscribers_count": 87 + }, + { + "id": 26337322, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjMzNzMyMg==", + "name": "rancher", + "full_name": "rancher/rancher", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/rancher", + "description": "Complete container management platform", + "fork": false, + "url": "https://api.github.com/repos/rancher/rancher", + "forks_url": "https://api.github.com/repos/rancher/rancher/forks", + "keys_url": "https://api.github.com/repos/rancher/rancher/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/rancher/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/rancher/teams", + "hooks_url": "https://api.github.com/repos/rancher/rancher/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/rancher/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/rancher/events", + "assignees_url": "https://api.github.com/repos/rancher/rancher/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/rancher/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/rancher/tags", + "blobs_url": "https://api.github.com/repos/rancher/rancher/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/rancher/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/rancher/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/rancher/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/rancher/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/rancher/languages", + "stargazers_url": "https://api.github.com/repos/rancher/rancher/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/rancher/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/rancher/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/rancher/subscription", + "commits_url": "https://api.github.com/repos/rancher/rancher/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/rancher/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/rancher/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/rancher/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/rancher/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/rancher/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/rancher/merges", + "archive_url": "https://api.github.com/repos/rancher/rancher/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/rancher/downloads", + "issues_url": "https://api.github.com/repos/rancher/rancher/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/rancher/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/rancher/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/rancher/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/rancher/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/rancher/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/rancher/deployments", + "created_at": "2014-11-07T20:49:31Z", + "updated_at": "2018-08-09T16:13:17Z", + "pushed_at": "2018-08-09T16:22:25Z", + "git_url": "git://github.com/rancher/rancher.git", + "ssh_url": "git@github.com:rancher/rancher.git", + "clone_url": "https://github.com/rancher/rancher.git", + "svn_url": "https://github.com/rancher/rancher", + "homepage": "http://rancher.com", + "size": 38643, + "stargazers_count": 9276, + "watchers_count": 9276, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 921, + "mirror_url": null, + "archived": false, + "open_issues_count": 2304, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 921, + "open_issues": 2304, + "watchers": 9276, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 921, + "subscribers_count": 577 + }, + { + "id": 81071976, + "node_id": "MDEwOlJlcG9zaXRvcnk4MTA3MTk3Ng==", + "name": "swarmpit", + "full_name": "swarmpit/swarmpit", + "owner": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swarmpit/swarmpit", + "description": "Lightweight Docker Swarm management UI", + "fork": false, + "url": "https://api.github.com/repos/swarmpit/swarmpit", + "forks_url": "https://api.github.com/repos/swarmpit/swarmpit/forks", + "keys_url": "https://api.github.com/repos/swarmpit/swarmpit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swarmpit/swarmpit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swarmpit/swarmpit/teams", + "hooks_url": "https://api.github.com/repos/swarmpit/swarmpit/hooks", + "issue_events_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/events{/number}", + "events_url": "https://api.github.com/repos/swarmpit/swarmpit/events", + "assignees_url": "https://api.github.com/repos/swarmpit/swarmpit/assignees{/user}", + "branches_url": "https://api.github.com/repos/swarmpit/swarmpit/branches{/branch}", + "tags_url": "https://api.github.com/repos/swarmpit/swarmpit/tags", + "blobs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swarmpit/swarmpit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swarmpit/swarmpit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swarmpit/swarmpit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swarmpit/swarmpit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swarmpit/swarmpit/languages", + "stargazers_url": "https://api.github.com/repos/swarmpit/swarmpit/stargazers", + "contributors_url": "https://api.github.com/repos/swarmpit/swarmpit/contributors", + "subscribers_url": "https://api.github.com/repos/swarmpit/swarmpit/subscribers", + "subscription_url": "https://api.github.com/repos/swarmpit/swarmpit/subscription", + "commits_url": "https://api.github.com/repos/swarmpit/swarmpit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swarmpit/swarmpit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swarmpit/swarmpit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swarmpit/swarmpit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swarmpit/swarmpit/contents/{+path}", + "compare_url": "https://api.github.com/repos/swarmpit/swarmpit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swarmpit/swarmpit/merges", + "archive_url": "https://api.github.com/repos/swarmpit/swarmpit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swarmpit/swarmpit/downloads", + "issues_url": "https://api.github.com/repos/swarmpit/swarmpit/issues{/number}", + "pulls_url": "https://api.github.com/repos/swarmpit/swarmpit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swarmpit/swarmpit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swarmpit/swarmpit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swarmpit/swarmpit/labels{/name}", + "releases_url": "https://api.github.com/repos/swarmpit/swarmpit/releases{/id}", + "deployments_url": "https://api.github.com/repos/swarmpit/swarmpit/deployments", + "created_at": "2017-02-06T09:46:42Z", + "updated_at": "2018-08-09T14:32:41Z", + "pushed_at": "2018-07-16T21:46:09Z", + "git_url": "git://github.com/swarmpit/swarmpit.git", + "ssh_url": "git@github.com:swarmpit/swarmpit.git", + "clone_url": "https://github.com/swarmpit/swarmpit.git", + "svn_url": "https://github.com/swarmpit/swarmpit", + "homepage": "http://swarmpit.io", + "size": 2232, + "stargazers_count": 560, + "watchers_count": 560, + "language": "Clojure", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 44, + "license": { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "spdx_id": "EPL-1.0", + "url": "https://api.github.com/licenses/epl-1.0", + "node_id": "MDc6TGljZW5zZTc=" + }, + "forks": 35, + "open_issues": 44, + "watchers": 560, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swarmpit", + "id": 25582403, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NTgyNDAz", + "avatar_url": "https://avatars3.githubusercontent.com/u/25582403?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swarmpit", + "html_url": "https://github.com/swarmpit", + "followers_url": "https://api.github.com/users/swarmpit/followers", + "following_url": "https://api.github.com/users/swarmpit/following{/other_user}", + "gists_url": "https://api.github.com/users/swarmpit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swarmpit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swarmpit/subscriptions", + "organizations_url": "https://api.github.com/users/swarmpit/orgs", + "repos_url": "https://api.github.com/users/swarmpit/repos", + "events_url": "https://api.github.com/users/swarmpit/events{/privacy}", + "received_events_url": "https://api.github.com/users/swarmpit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 25 + }, + { + "id": 14375303, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDM3NTMwMw==", + "name": "atlantis", + "full_name": "ooyala/atlantis", + "owner": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ooyala/atlantis", + "description": "Open Source PaaS Built on Docker", + "fork": false, + "url": "https://api.github.com/repos/ooyala/atlantis", + "forks_url": "https://api.github.com/repos/ooyala/atlantis/forks", + "keys_url": "https://api.github.com/repos/ooyala/atlantis/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ooyala/atlantis/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ooyala/atlantis/teams", + "hooks_url": "https://api.github.com/repos/ooyala/atlantis/hooks", + "issue_events_url": "https://api.github.com/repos/ooyala/atlantis/issues/events{/number}", + "events_url": "https://api.github.com/repos/ooyala/atlantis/events", + "assignees_url": "https://api.github.com/repos/ooyala/atlantis/assignees{/user}", + "branches_url": "https://api.github.com/repos/ooyala/atlantis/branches{/branch}", + "tags_url": "https://api.github.com/repos/ooyala/atlantis/tags", + "blobs_url": "https://api.github.com/repos/ooyala/atlantis/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ooyala/atlantis/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ooyala/atlantis/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ooyala/atlantis/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ooyala/atlantis/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ooyala/atlantis/languages", + "stargazers_url": "https://api.github.com/repos/ooyala/atlantis/stargazers", + "contributors_url": "https://api.github.com/repos/ooyala/atlantis/contributors", + "subscribers_url": "https://api.github.com/repos/ooyala/atlantis/subscribers", + "subscription_url": "https://api.github.com/repos/ooyala/atlantis/subscription", + "commits_url": "https://api.github.com/repos/ooyala/atlantis/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ooyala/atlantis/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ooyala/atlantis/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ooyala/atlantis/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ooyala/atlantis/contents/{+path}", + "compare_url": "https://api.github.com/repos/ooyala/atlantis/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ooyala/atlantis/merges", + "archive_url": "https://api.github.com/repos/ooyala/atlantis/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ooyala/atlantis/downloads", + "issues_url": "https://api.github.com/repos/ooyala/atlantis/issues{/number}", + "pulls_url": "https://api.github.com/repos/ooyala/atlantis/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ooyala/atlantis/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ooyala/atlantis/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ooyala/atlantis/labels{/name}", + "releases_url": "https://api.github.com/repos/ooyala/atlantis/releases{/id}", + "deployments_url": "https://api.github.com/repos/ooyala/atlantis/deployments", + "created_at": "2013-11-13T20:19:22Z", + "updated_at": "2018-08-01T15:21:26Z", + "pushed_at": "2016-02-25T22:01:36Z", + "git_url": "git://github.com/ooyala/atlantis.git", + "ssh_url": "git@github.com:ooyala/atlantis.git", + "clone_url": "https://github.com/ooyala/atlantis.git", + "svn_url": "https://github.com/ooyala/atlantis", + "homepage": null, + "size": 49, + "stargazers_count": 376, + "watchers_count": 376, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 33, + "open_issues": 0, + "watchers": 376, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ooyala", + "id": 365274, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NTI3NA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/365274?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ooyala", + "html_url": "https://github.com/ooyala", + "followers_url": "https://api.github.com/users/ooyala/followers", + "following_url": "https://api.github.com/users/ooyala/following{/other_user}", + "gists_url": "https://api.github.com/users/ooyala/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ooyala/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ooyala/subscriptions", + "organizations_url": "https://api.github.com/users/ooyala/orgs", + "repos_url": "https://api.github.com/users/ooyala/repos", + "events_url": "https://api.github.com/users/ooyala/events{/privacy}", + "received_events_url": "https://api.github.com/users/ooyala/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 35 + }, + { + "id": 108221729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgyMjE3Mjk=", + "name": "captainduckduck", + "full_name": "githubsaturn/captainduckduck", + "owner": { + "login": "githubsaturn", + "id": 10582082, + "node_id": "MDQ6VXNlcjEwNTgyMDgy", + "avatar_url": "https://avatars3.githubusercontent.com/u/10582082?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/githubsaturn", + "html_url": "https://github.com/githubsaturn", + "followers_url": "https://api.github.com/users/githubsaturn/followers", + "following_url": "https://api.github.com/users/githubsaturn/following{/other_user}", + "gists_url": "https://api.github.com/users/githubsaturn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/githubsaturn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/githubsaturn/subscriptions", + "organizations_url": "https://api.github.com/users/githubsaturn/orgs", + "repos_url": "https://api.github.com/users/githubsaturn/repos", + "events_url": "https://api.github.com/users/githubsaturn/events{/privacy}", + "received_events_url": "https://api.github.com/users/githubsaturn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/githubsaturn/captainduckduck", + "description": "Automated Scalable Ready Webserver Package (automated Docker+nginx) - Heroku on Steroids", + "fork": false, + "url": "https://api.github.com/repos/githubsaturn/captainduckduck", + "forks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/forks", + "keys_url": "https://api.github.com/repos/githubsaturn/captainduckduck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/githubsaturn/captainduckduck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/githubsaturn/captainduckduck/teams", + "hooks_url": "https://api.github.com/repos/githubsaturn/captainduckduck/hooks", + "issue_events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/events{/number}", + "events_url": "https://api.github.com/repos/githubsaturn/captainduckduck/events", + "assignees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/assignees{/user}", + "branches_url": "https://api.github.com/repos/githubsaturn/captainduckduck/branches{/branch}", + "tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/tags", + "blobs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/githubsaturn/captainduckduck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/githubsaturn/captainduckduck/languages", + "stargazers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/stargazers", + "contributors_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contributors", + "subscribers_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscribers", + "subscription_url": "https://api.github.com/repos/githubsaturn/captainduckduck/subscription", + "commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/githubsaturn/captainduckduck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/githubsaturn/captainduckduck/contents/{+path}", + "compare_url": "https://api.github.com/repos/githubsaturn/captainduckduck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/githubsaturn/captainduckduck/merges", + "archive_url": "https://api.github.com/repos/githubsaturn/captainduckduck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/githubsaturn/captainduckduck/downloads", + "issues_url": "https://api.github.com/repos/githubsaturn/captainduckduck/issues{/number}", + "pulls_url": "https://api.github.com/repos/githubsaturn/captainduckduck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/githubsaturn/captainduckduck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/githubsaturn/captainduckduck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/githubsaturn/captainduckduck/labels{/name}", + "releases_url": "https://api.github.com/repos/githubsaturn/captainduckduck/releases{/id}", + "deployments_url": "https://api.github.com/repos/githubsaturn/captainduckduck/deployments", + "created_at": "2017-10-25T05:00:43Z", + "updated_at": "2018-08-09T11:51:57Z", + "pushed_at": "2018-08-07T17:15:38Z", + "git_url": "git://github.com/githubsaturn/captainduckduck.git", + "ssh_url": "git@github.com:githubsaturn/captainduckduck.git", + "clone_url": "https://github.com/githubsaturn/captainduckduck.git", + "svn_url": "https://github.com/githubsaturn/captainduckduck", + "homepage": "https://CaptainDuckDuck.com", + "size": 4724, + "stargazers_count": 3364, + "watchers_count": 3364, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 178, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 178, + "open_issues": 15, + "watchers": 3364, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 178, + "subscribers_count": 113 + }, + { + "id": 42454540, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQ1NDU0MA==", + "name": "rack", + "full_name": "convox/rack", + "owner": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/convox/rack", + "description": "Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep.", + "fork": false, + "url": "https://api.github.com/repos/convox/rack", + "forks_url": "https://api.github.com/repos/convox/rack/forks", + "keys_url": "https://api.github.com/repos/convox/rack/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/convox/rack/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/convox/rack/teams", + "hooks_url": "https://api.github.com/repos/convox/rack/hooks", + "issue_events_url": "https://api.github.com/repos/convox/rack/issues/events{/number}", + "events_url": "https://api.github.com/repos/convox/rack/events", + "assignees_url": "https://api.github.com/repos/convox/rack/assignees{/user}", + "branches_url": "https://api.github.com/repos/convox/rack/branches{/branch}", + "tags_url": "https://api.github.com/repos/convox/rack/tags", + "blobs_url": "https://api.github.com/repos/convox/rack/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/convox/rack/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/convox/rack/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/convox/rack/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/convox/rack/statuses/{sha}", + "languages_url": "https://api.github.com/repos/convox/rack/languages", + "stargazers_url": "https://api.github.com/repos/convox/rack/stargazers", + "contributors_url": "https://api.github.com/repos/convox/rack/contributors", + "subscribers_url": "https://api.github.com/repos/convox/rack/subscribers", + "subscription_url": "https://api.github.com/repos/convox/rack/subscription", + "commits_url": "https://api.github.com/repos/convox/rack/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/convox/rack/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/convox/rack/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/convox/rack/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/convox/rack/contents/{+path}", + "compare_url": "https://api.github.com/repos/convox/rack/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/convox/rack/merges", + "archive_url": "https://api.github.com/repos/convox/rack/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/convox/rack/downloads", + "issues_url": "https://api.github.com/repos/convox/rack/issues{/number}", + "pulls_url": "https://api.github.com/repos/convox/rack/pulls{/number}", + "milestones_url": "https://api.github.com/repos/convox/rack/milestones{/number}", + "notifications_url": "https://api.github.com/repos/convox/rack/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/convox/rack/labels{/name}", + "releases_url": "https://api.github.com/repos/convox/rack/releases{/id}", + "deployments_url": "https://api.github.com/repos/convox/rack/deployments", + "created_at": "2015-09-14T14:41:30Z", + "updated_at": "2018-08-09T15:04:50Z", + "pushed_at": "2018-08-09T15:14:01Z", + "git_url": "git://github.com/convox/rack.git", + "ssh_url": "git@github.com:convox/rack.git", + "clone_url": "https://github.com/convox/rack.git", + "svn_url": "https://github.com/convox/rack", + "homepage": "https://convox.com", + "size": 118773, + "stargazers_count": 1688, + "watchers_count": 1688, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 149, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 149, + "open_issues": 34, + "watchers": 1688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "convox", + "id": 10547780, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTQ3Nzgw", + "avatar_url": "https://avatars1.githubusercontent.com/u/10547780?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/convox", + "html_url": "https://github.com/convox", + "followers_url": "https://api.github.com/users/convox/followers", + "following_url": "https://api.github.com/users/convox/following{/other_user}", + "gists_url": "https://api.github.com/users/convox/gists{/gist_id}", + "starred_url": "https://api.github.com/users/convox/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/convox/subscriptions", + "organizations_url": "https://api.github.com/users/convox/orgs", + "repos_url": "https://api.github.com/users/convox/repos", + "events_url": "https://api.github.com/users/convox/events{/privacy}", + "received_events_url": "https://api.github.com/users/convox/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 149, + "subscribers_count": 56 + }, + { + "id": 54673233, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDY3MzIzMw==", + "name": "dcw", + "full_name": "pbertera/dcw", + "owner": { + "login": "pbertera", + "id": 443924, + "node_id": "MDQ6VXNlcjQ0MzkyNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/443924?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/pbertera", + "html_url": "https://github.com/pbertera", + "followers_url": "https://api.github.com/users/pbertera/followers", + "following_url": "https://api.github.com/users/pbertera/following{/other_user}", + "gists_url": "https://api.github.com/users/pbertera/gists{/gist_id}", + "starred_url": "https://api.github.com/users/pbertera/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/pbertera/subscriptions", + "organizations_url": "https://api.github.com/users/pbertera/orgs", + "repos_url": "https://api.github.com/users/pbertera/repos", + "events_url": "https://api.github.com/users/pbertera/events{/privacy}", + "received_events_url": "https://api.github.com/users/pbertera/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/pbertera/dcw", + "description": "Docker Compose Wrapper (a poor man's PAAS management tool)", + "fork": false, + "url": "https://api.github.com/repos/pbertera/dcw", + "forks_url": "https://api.github.com/repos/pbertera/dcw/forks", + "keys_url": "https://api.github.com/repos/pbertera/dcw/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/pbertera/dcw/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/pbertera/dcw/teams", + "hooks_url": "https://api.github.com/repos/pbertera/dcw/hooks", + "issue_events_url": "https://api.github.com/repos/pbertera/dcw/issues/events{/number}", + "events_url": "https://api.github.com/repos/pbertera/dcw/events", + "assignees_url": "https://api.github.com/repos/pbertera/dcw/assignees{/user}", + "branches_url": "https://api.github.com/repos/pbertera/dcw/branches{/branch}", + "tags_url": "https://api.github.com/repos/pbertera/dcw/tags", + "blobs_url": "https://api.github.com/repos/pbertera/dcw/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/pbertera/dcw/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/pbertera/dcw/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/pbertera/dcw/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/pbertera/dcw/statuses/{sha}", + "languages_url": "https://api.github.com/repos/pbertera/dcw/languages", + "stargazers_url": "https://api.github.com/repos/pbertera/dcw/stargazers", + "contributors_url": "https://api.github.com/repos/pbertera/dcw/contributors", + "subscribers_url": "https://api.github.com/repos/pbertera/dcw/subscribers", + "subscription_url": "https://api.github.com/repos/pbertera/dcw/subscription", + "commits_url": "https://api.github.com/repos/pbertera/dcw/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/pbertera/dcw/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/pbertera/dcw/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/pbertera/dcw/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/pbertera/dcw/contents/{+path}", + "compare_url": "https://api.github.com/repos/pbertera/dcw/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/pbertera/dcw/merges", + "archive_url": "https://api.github.com/repos/pbertera/dcw/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/pbertera/dcw/downloads", + "issues_url": "https://api.github.com/repos/pbertera/dcw/issues{/number}", + "pulls_url": "https://api.github.com/repos/pbertera/dcw/pulls{/number}", + "milestones_url": "https://api.github.com/repos/pbertera/dcw/milestones{/number}", + "notifications_url": "https://api.github.com/repos/pbertera/dcw/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/pbertera/dcw/labels{/name}", + "releases_url": "https://api.github.com/repos/pbertera/dcw/releases{/id}", + "deployments_url": "https://api.github.com/repos/pbertera/dcw/deployments", + "created_at": "2016-03-24T20:48:58Z", + "updated_at": "2018-08-01T15:24:49Z", + "pushed_at": "2017-03-29T07:55:37Z", + "git_url": "git://github.com/pbertera/dcw.git", + "ssh_url": "git@github.com:pbertera/dcw.git", + "clone_url": "https://github.com/pbertera/dcw.git", + "svn_url": "https://github.com/pbertera/dcw", + "homepage": "", + "size": 6, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 30091667, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDA5MTY2Nw==", + "name": "empire", + "full_name": "remind101/empire", + "owner": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/remind101/empire", + "description": "A PaaS built on top of Amazon EC2 Container Service (ECS)", + "fork": false, + "url": "https://api.github.com/repos/remind101/empire", + "forks_url": "https://api.github.com/repos/remind101/empire/forks", + "keys_url": "https://api.github.com/repos/remind101/empire/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/remind101/empire/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/remind101/empire/teams", + "hooks_url": "https://api.github.com/repos/remind101/empire/hooks", + "issue_events_url": "https://api.github.com/repos/remind101/empire/issues/events{/number}", + "events_url": "https://api.github.com/repos/remind101/empire/events", + "assignees_url": "https://api.github.com/repos/remind101/empire/assignees{/user}", + "branches_url": "https://api.github.com/repos/remind101/empire/branches{/branch}", + "tags_url": "https://api.github.com/repos/remind101/empire/tags", + "blobs_url": "https://api.github.com/repos/remind101/empire/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/remind101/empire/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/remind101/empire/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/remind101/empire/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/remind101/empire/statuses/{sha}", + "languages_url": "https://api.github.com/repos/remind101/empire/languages", + "stargazers_url": "https://api.github.com/repos/remind101/empire/stargazers", + "contributors_url": "https://api.github.com/repos/remind101/empire/contributors", + "subscribers_url": "https://api.github.com/repos/remind101/empire/subscribers", + "subscription_url": "https://api.github.com/repos/remind101/empire/subscription", + "commits_url": "https://api.github.com/repos/remind101/empire/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/remind101/empire/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/remind101/empire/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/remind101/empire/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/remind101/empire/contents/{+path}", + "compare_url": "https://api.github.com/repos/remind101/empire/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/remind101/empire/merges", + "archive_url": "https://api.github.com/repos/remind101/empire/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/remind101/empire/downloads", + "issues_url": "https://api.github.com/repos/remind101/empire/issues{/number}", + "pulls_url": "https://api.github.com/repos/remind101/empire/pulls{/number}", + "milestones_url": "https://api.github.com/repos/remind101/empire/milestones{/number}", + "notifications_url": "https://api.github.com/repos/remind101/empire/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/remind101/empire/labels{/name}", + "releases_url": "https://api.github.com/repos/remind101/empire/releases{/id}", + "deployments_url": "https://api.github.com/repos/remind101/empire/deployments", + "created_at": "2015-01-30T21:32:09Z", + "updated_at": "2018-08-08T13:33:41Z", + "pushed_at": "2018-07-26T02:19:46Z", + "git_url": "git://github.com/remind101/empire.git", + "ssh_url": "git@github.com:remind101/empire.git", + "clone_url": "https://github.com/remind101/empire.git", + "svn_url": "https://github.com/remind101/empire", + "homepage": "", + "size": 22450, + "stargazers_count": 2433, + "watchers_count": 2433, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 141, + "open_issues": 93, + "watchers": 2433, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "remind101", + "id": 376343, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3NjM0Mw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/376343?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/remind101", + "html_url": "https://github.com/remind101", + "followers_url": "https://api.github.com/users/remind101/followers", + "following_url": "https://api.github.com/users/remind101/following{/other_user}", + "gists_url": "https://api.github.com/users/remind101/gists{/gist_id}", + "starred_url": "https://api.github.com/users/remind101/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/remind101/subscriptions", + "organizations_url": "https://api.github.com/users/remind101/orgs", + "repos_url": "https://api.github.com/users/remind101/repos", + "events_url": "https://api.github.com/users/remind101/events{/privacy}", + "received_events_url": "https://api.github.com/users/remind101/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 141, + "subscribers_count": 136 + }, + { + "id": 11290232, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI5MDIzMg==", + "name": "flynn", + "full_name": "flynn/flynn", + "owner": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flynn/flynn", + "description": "A next generation open source platform as a service (PaaS)", + "fork": false, + "url": "https://api.github.com/repos/flynn/flynn", + "forks_url": "https://api.github.com/repos/flynn/flynn/forks", + "keys_url": "https://api.github.com/repos/flynn/flynn/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flynn/flynn/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flynn/flynn/teams", + "hooks_url": "https://api.github.com/repos/flynn/flynn/hooks", + "issue_events_url": "https://api.github.com/repos/flynn/flynn/issues/events{/number}", + "events_url": "https://api.github.com/repos/flynn/flynn/events", + "assignees_url": "https://api.github.com/repos/flynn/flynn/assignees{/user}", + "branches_url": "https://api.github.com/repos/flynn/flynn/branches{/branch}", + "tags_url": "https://api.github.com/repos/flynn/flynn/tags", + "blobs_url": "https://api.github.com/repos/flynn/flynn/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flynn/flynn/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flynn/flynn/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flynn/flynn/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flynn/flynn/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flynn/flynn/languages", + "stargazers_url": "https://api.github.com/repos/flynn/flynn/stargazers", + "contributors_url": "https://api.github.com/repos/flynn/flynn/contributors", + "subscribers_url": "https://api.github.com/repos/flynn/flynn/subscribers", + "subscription_url": "https://api.github.com/repos/flynn/flynn/subscription", + "commits_url": "https://api.github.com/repos/flynn/flynn/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flynn/flynn/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flynn/flynn/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flynn/flynn/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flynn/flynn/contents/{+path}", + "compare_url": "https://api.github.com/repos/flynn/flynn/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flynn/flynn/merges", + "archive_url": "https://api.github.com/repos/flynn/flynn/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flynn/flynn/downloads", + "issues_url": "https://api.github.com/repos/flynn/flynn/issues{/number}", + "pulls_url": "https://api.github.com/repos/flynn/flynn/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flynn/flynn/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flynn/flynn/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flynn/flynn/labels{/name}", + "releases_url": "https://api.github.com/repos/flynn/flynn/releases{/id}", + "deployments_url": "https://api.github.com/repos/flynn/flynn/deployments", + "created_at": "2013-07-09T18:22:06Z", + "updated_at": "2018-08-09T14:39:26Z", + "pushed_at": "2018-08-09T06:11:16Z", + "git_url": "git://github.com/flynn/flynn.git", + "ssh_url": "git@github.com:flynn/flynn.git", + "clone_url": "https://github.com/flynn/flynn.git", + "svn_url": "https://github.com/flynn/flynn", + "homepage": "https://flynn.io", + "size": 31089, + "stargazers_count": 6787, + "watchers_count": 6787, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 495, + "mirror_url": null, + "archived": false, + "open_issues_count": 420, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 495, + "open_issues": 420, + "watchers": 6787, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "flynn", + "id": 4973613, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5NzM2MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4973613?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flynn", + "html_url": "https://github.com/flynn", + "followers_url": "https://api.github.com/users/flynn/followers", + "following_url": "https://api.github.com/users/flynn/following{/other_user}", + "gists_url": "https://api.github.com/users/flynn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flynn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flynn/subscriptions", + "organizations_url": "https://api.github.com/users/flynn/orgs", + "repos_url": "https://api.github.com/users/flynn/repos", + "events_url": "https://api.github.com/users/flynn/events{/privacy}", + "received_events_url": "https://api.github.com/users/flynn/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 495, + "subscribers_count": 271 + }, + { + "id": 35048479, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTA0ODQ3OQ==", + "name": "nanobox", + "full_name": "nanobox-io/nanobox", + "owner": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nanobox-io/nanobox", + "description": "The ideal platform for developers", + "fork": false, + "url": "https://api.github.com/repos/nanobox-io/nanobox", + "forks_url": "https://api.github.com/repos/nanobox-io/nanobox/forks", + "keys_url": "https://api.github.com/repos/nanobox-io/nanobox/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nanobox-io/nanobox/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nanobox-io/nanobox/teams", + "hooks_url": "https://api.github.com/repos/nanobox-io/nanobox/hooks", + "issue_events_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/events{/number}", + "events_url": "https://api.github.com/repos/nanobox-io/nanobox/events", + "assignees_url": "https://api.github.com/repos/nanobox-io/nanobox/assignees{/user}", + "branches_url": "https://api.github.com/repos/nanobox-io/nanobox/branches{/branch}", + "tags_url": "https://api.github.com/repos/nanobox-io/nanobox/tags", + "blobs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nanobox-io/nanobox/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nanobox-io/nanobox/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nanobox-io/nanobox/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nanobox-io/nanobox/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nanobox-io/nanobox/languages", + "stargazers_url": "https://api.github.com/repos/nanobox-io/nanobox/stargazers", + "contributors_url": "https://api.github.com/repos/nanobox-io/nanobox/contributors", + "subscribers_url": "https://api.github.com/repos/nanobox-io/nanobox/subscribers", + "subscription_url": "https://api.github.com/repos/nanobox-io/nanobox/subscription", + "commits_url": "https://api.github.com/repos/nanobox-io/nanobox/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nanobox-io/nanobox/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nanobox-io/nanobox/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nanobox-io/nanobox/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nanobox-io/nanobox/contents/{+path}", + "compare_url": "https://api.github.com/repos/nanobox-io/nanobox/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nanobox-io/nanobox/merges", + "archive_url": "https://api.github.com/repos/nanobox-io/nanobox/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nanobox-io/nanobox/downloads", + "issues_url": "https://api.github.com/repos/nanobox-io/nanobox/issues{/number}", + "pulls_url": "https://api.github.com/repos/nanobox-io/nanobox/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nanobox-io/nanobox/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nanobox-io/nanobox/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nanobox-io/nanobox/labels{/name}", + "releases_url": "https://api.github.com/repos/nanobox-io/nanobox/releases{/id}", + "deployments_url": "https://api.github.com/repos/nanobox-io/nanobox/deployments", + "created_at": "2015-05-04T17:19:59Z", + "updated_at": "2018-08-09T14:58:00Z", + "pushed_at": "2018-06-23T04:44:52Z", + "git_url": "git://github.com/nanobox-io/nanobox.git", + "ssh_url": "git@github.com:nanobox-io/nanobox.git", + "clone_url": "https://github.com/nanobox-io/nanobox.git", + "svn_url": "https://github.com/nanobox-io/nanobox", + "homepage": "https://nanobox.io", + "size": 29116, + "stargazers_count": 1257, + "watchers_count": 1257, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 59, + "mirror_url": null, + "archived": false, + "open_issues_count": 66, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 59, + "open_issues": 66, + "watchers": 1257, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "nanobox-io", + "id": 547673, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0NzY3Mw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/547673?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nanobox-io", + "html_url": "https://github.com/nanobox-io", + "followers_url": "https://api.github.com/users/nanobox-io/followers", + "following_url": "https://api.github.com/users/nanobox-io/following{/other_user}", + "gists_url": "https://api.github.com/users/nanobox-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nanobox-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nanobox-io/subscriptions", + "organizations_url": "https://api.github.com/users/nanobox-io/orgs", + "repos_url": "https://api.github.com/users/nanobox-io/repos", + "events_url": "https://api.github.com/users/nanobox-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/nanobox-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 59, + "subscribers_count": 45 + }, + { + "id": 3631697, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjMxNjk3", + "name": "tsuru", + "full_name": "tsuru/tsuru", + "owner": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tsuru/tsuru", + "description": "Open source, extensible and Docker-based Platform as a Service (PaaS).", + "fork": false, + "url": "https://api.github.com/repos/tsuru/tsuru", + "forks_url": "https://api.github.com/repos/tsuru/tsuru/forks", + "keys_url": "https://api.github.com/repos/tsuru/tsuru/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tsuru/tsuru/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tsuru/tsuru/teams", + "hooks_url": "https://api.github.com/repos/tsuru/tsuru/hooks", + "issue_events_url": "https://api.github.com/repos/tsuru/tsuru/issues/events{/number}", + "events_url": "https://api.github.com/repos/tsuru/tsuru/events", + "assignees_url": "https://api.github.com/repos/tsuru/tsuru/assignees{/user}", + "branches_url": "https://api.github.com/repos/tsuru/tsuru/branches{/branch}", + "tags_url": "https://api.github.com/repos/tsuru/tsuru/tags", + "blobs_url": "https://api.github.com/repos/tsuru/tsuru/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tsuru/tsuru/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tsuru/tsuru/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tsuru/tsuru/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tsuru/tsuru/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tsuru/tsuru/languages", + "stargazers_url": "https://api.github.com/repos/tsuru/tsuru/stargazers", + "contributors_url": "https://api.github.com/repos/tsuru/tsuru/contributors", + "subscribers_url": "https://api.github.com/repos/tsuru/tsuru/subscribers", + "subscription_url": "https://api.github.com/repos/tsuru/tsuru/subscription", + "commits_url": "https://api.github.com/repos/tsuru/tsuru/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tsuru/tsuru/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tsuru/tsuru/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tsuru/tsuru/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tsuru/tsuru/contents/{+path}", + "compare_url": "https://api.github.com/repos/tsuru/tsuru/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tsuru/tsuru/merges", + "archive_url": "https://api.github.com/repos/tsuru/tsuru/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tsuru/tsuru/downloads", + "issues_url": "https://api.github.com/repos/tsuru/tsuru/issues{/number}", + "pulls_url": "https://api.github.com/repos/tsuru/tsuru/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tsuru/tsuru/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tsuru/tsuru/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tsuru/tsuru/labels{/name}", + "releases_url": "https://api.github.com/repos/tsuru/tsuru/releases{/id}", + "deployments_url": "https://api.github.com/repos/tsuru/tsuru/deployments", + "created_at": "2012-03-05T21:41:08Z", + "updated_at": "2018-08-09T14:21:20Z", + "pushed_at": "2018-08-09T14:21:16Z", + "git_url": "git://github.com/tsuru/tsuru.git", + "ssh_url": "git@github.com:tsuru/tsuru.git", + "clone_url": "https://github.com/tsuru/tsuru.git", + "svn_url": "https://github.com/tsuru/tsuru", + "homepage": "https://tsuru.io", + "size": 58156, + "stargazers_count": 2826, + "watchers_count": 2826, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 363, + "mirror_url": null, + "archived": false, + "open_issues_count": 180, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 363, + "open_issues": 180, + "watchers": 2826, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "tsuru", + "id": 6999787, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5OTk3ODc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6999787?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tsuru", + "html_url": "https://github.com/tsuru", + "followers_url": "https://api.github.com/users/tsuru/followers", + "following_url": "https://api.github.com/users/tsuru/following{/other_user}", + "gists_url": "https://api.github.com/users/tsuru/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tsuru/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tsuru/subscriptions", + "organizations_url": "https://api.github.com/users/tsuru/orgs", + "repos_url": "https://api.github.com/users/tsuru/repos", + "events_url": "https://api.github.com/users/tsuru/events{/privacy}", + "received_events_url": "https://api.github.com/users/tsuru/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 363, + "subscribers_count": 207 + }, + { + "id": 52381034, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjM4MTAzNA==", + "name": "workflow", + "full_name": "deis/workflow", + "owner": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/deis/workflow", + "description": "The open source PaaS for Kubernetes.", + "fork": false, + "url": "https://api.github.com/repos/deis/workflow", + "forks_url": "https://api.github.com/repos/deis/workflow/forks", + "keys_url": "https://api.github.com/repos/deis/workflow/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/deis/workflow/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/deis/workflow/teams", + "hooks_url": "https://api.github.com/repos/deis/workflow/hooks", + "issue_events_url": "https://api.github.com/repos/deis/workflow/issues/events{/number}", + "events_url": "https://api.github.com/repos/deis/workflow/events", + "assignees_url": "https://api.github.com/repos/deis/workflow/assignees{/user}", + "branches_url": "https://api.github.com/repos/deis/workflow/branches{/branch}", + "tags_url": "https://api.github.com/repos/deis/workflow/tags", + "blobs_url": "https://api.github.com/repos/deis/workflow/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/deis/workflow/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/deis/workflow/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/deis/workflow/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/deis/workflow/statuses/{sha}", + "languages_url": "https://api.github.com/repos/deis/workflow/languages", + "stargazers_url": "https://api.github.com/repos/deis/workflow/stargazers", + "contributors_url": "https://api.github.com/repos/deis/workflow/contributors", + "subscribers_url": "https://api.github.com/repos/deis/workflow/subscribers", + "subscription_url": "https://api.github.com/repos/deis/workflow/subscription", + "commits_url": "https://api.github.com/repos/deis/workflow/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/deis/workflow/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/deis/workflow/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/deis/workflow/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/deis/workflow/contents/{+path}", + "compare_url": "https://api.github.com/repos/deis/workflow/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/deis/workflow/merges", + "archive_url": "https://api.github.com/repos/deis/workflow/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/deis/workflow/downloads", + "issues_url": "https://api.github.com/repos/deis/workflow/issues{/number}", + "pulls_url": "https://api.github.com/repos/deis/workflow/pulls{/number}", + "milestones_url": "https://api.github.com/repos/deis/workflow/milestones{/number}", + "notifications_url": "https://api.github.com/repos/deis/workflow/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/deis/workflow/labels{/name}", + "releases_url": "https://api.github.com/repos/deis/workflow/releases{/id}", + "deployments_url": "https://api.github.com/repos/deis/workflow/deployments", + "created_at": "2016-02-23T18:14:58Z", + "updated_at": "2018-08-08T19:40:20Z", + "pushed_at": "2018-03-01T16:51:11Z", + "git_url": "git://github.com/deis/workflow.git", + "ssh_url": "git@github.com:deis/workflow.git", + "clone_url": "https://github.com/deis/workflow.git", + "svn_url": "https://github.com/deis/workflow", + "homepage": "https://deis.com/workflow/", + "size": 22281, + "stargazers_count": 1154, + "watchers_count": 1154, + "language": "CSS", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 169, + "mirror_url": null, + "archived": false, + "open_issues_count": 60, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 169, + "open_issues": 60, + "watchers": 1154, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "deis", + "id": 6117407, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxMTc0MDc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6117407?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/deis", + "html_url": "https://github.com/deis", + "followers_url": "https://api.github.com/users/deis/followers", + "following_url": "https://api.github.com/users/deis/following{/other_user}", + "gists_url": "https://api.github.com/users/deis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/deis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/deis/subscriptions", + "organizations_url": "https://api.github.com/users/deis/orgs", + "repos_url": "https://api.github.com/users/deis/repos", + "events_url": "https://api.github.com/users/deis/events{/privacy}", + "received_events_url": "https://api.github.com/users/deis/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 169, + "subscribers_count": 71 + }, + { + "id": 67753070, + "node_id": "MDEwOlJlcG9zaXRvcnk2Nzc1MzA3MA==", + "name": "now-cli", + "full_name": "zeit/now-cli", + "owner": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zeit/now-cli", + "description": "The command-line interface for Now", + "fork": false, + "url": "https://api.github.com/repos/zeit/now-cli", + "forks_url": "https://api.github.com/repos/zeit/now-cli/forks", + "keys_url": "https://api.github.com/repos/zeit/now-cli/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zeit/now-cli/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zeit/now-cli/teams", + "hooks_url": "https://api.github.com/repos/zeit/now-cli/hooks", + "issue_events_url": "https://api.github.com/repos/zeit/now-cli/issues/events{/number}", + "events_url": "https://api.github.com/repos/zeit/now-cli/events", + "assignees_url": "https://api.github.com/repos/zeit/now-cli/assignees{/user}", + "branches_url": "https://api.github.com/repos/zeit/now-cli/branches{/branch}", + "tags_url": "https://api.github.com/repos/zeit/now-cli/tags", + "blobs_url": "https://api.github.com/repos/zeit/now-cli/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zeit/now-cli/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zeit/now-cli/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zeit/now-cli/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zeit/now-cli/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zeit/now-cli/languages", + "stargazers_url": "https://api.github.com/repos/zeit/now-cli/stargazers", + "contributors_url": "https://api.github.com/repos/zeit/now-cli/contributors", + "subscribers_url": "https://api.github.com/repos/zeit/now-cli/subscribers", + "subscription_url": "https://api.github.com/repos/zeit/now-cli/subscription", + "commits_url": "https://api.github.com/repos/zeit/now-cli/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zeit/now-cli/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zeit/now-cli/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zeit/now-cli/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zeit/now-cli/contents/{+path}", + "compare_url": "https://api.github.com/repos/zeit/now-cli/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zeit/now-cli/merges", + "archive_url": "https://api.github.com/repos/zeit/now-cli/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zeit/now-cli/downloads", + "issues_url": "https://api.github.com/repos/zeit/now-cli/issues{/number}", + "pulls_url": "https://api.github.com/repos/zeit/now-cli/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zeit/now-cli/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zeit/now-cli/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zeit/now-cli/labels{/name}", + "releases_url": "https://api.github.com/repos/zeit/now-cli/releases{/id}", + "deployments_url": "https://api.github.com/repos/zeit/now-cli/deployments", + "created_at": "2016-09-09T01:12:08Z", + "updated_at": "2018-08-09T12:31:14Z", + "pushed_at": "2018-08-09T10:33:42Z", + "git_url": "git://github.com/zeit/now-cli.git", + "ssh_url": "git@github.com:zeit/now-cli.git", + "clone_url": "https://github.com/zeit/now-cli.git", + "svn_url": "https://github.com/zeit/now-cli", + "homepage": "https://zeit.co/now", + "size": 3951, + "stargazers_count": 2261, + "watchers_count": 2261, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 235, + "mirror_url": null, + "archived": false, + "open_issues_count": 280, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 235, + "open_issues": 280, + "watchers": 2261, + "default_branch": "canary", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "zeit", + "id": 14985020, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE0OTg1MDIw", + "avatar_url": "https://avatars0.githubusercontent.com/u/14985020?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zeit", + "html_url": "https://github.com/zeit", + "followers_url": "https://api.github.com/users/zeit/followers", + "following_url": "https://api.github.com/users/zeit/following{/other_user}", + "gists_url": "https://api.github.com/users/zeit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zeit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zeit/subscriptions", + "organizations_url": "https://api.github.com/users/zeit/orgs", + "repos_url": "https://api.github.com/users/zeit/repos", + "events_url": "https://api.github.com/users/zeit/events{/privacy}", + "received_events_url": "https://api.github.com/users/zeit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 235, + "subscribers_count": 51 + }, + { + "id": 53705100, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzcwNTEwMA==", + "name": "docker-flow-proxy", + "full_name": "vfarcic/docker-flow-proxy", + "owner": { + "login": "vfarcic", + "id": 5716227, + "node_id": "MDQ6VXNlcjU3MTYyMjc=", + "avatar_url": "https://avatars2.githubusercontent.com/u/5716227?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vfarcic", + "html_url": "https://github.com/vfarcic", + "followers_url": "https://api.github.com/users/vfarcic/followers", + "following_url": "https://api.github.com/users/vfarcic/following{/other_user}", + "gists_url": "https://api.github.com/users/vfarcic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vfarcic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vfarcic/subscriptions", + "organizations_url": "https://api.github.com/users/vfarcic/orgs", + "repos_url": "https://api.github.com/users/vfarcic/repos", + "events_url": "https://api.github.com/users/vfarcic/events{/privacy}", + "received_events_url": "https://api.github.com/users/vfarcic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vfarcic/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": true, + "url": "https://api.github.com/repos/vfarcic/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/vfarcic/docker-flow-proxy/deployments", + "created_at": "2016-03-12T00:28:10Z", + "updated_at": "2018-07-31T03:03:41Z", + "pushed_at": "2018-07-06T18:34:17Z", + "git_url": "git://github.com/vfarcic/docker-flow-proxy.git", + "ssh_url": "git@github.com:vfarcic/docker-flow-proxy.git", + "clone_url": "https://github.com/vfarcic/docker-flow-proxy.git", + "svn_url": "https://github.com/vfarcic/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3293, + "stargazers_count": 609, + "watchers_count": 609, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": null, + "forks": 0, + "open_issues": 3, + "watchers": 609, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-08T14:28:16Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 154, + "open_issues": 4, + "watchers": 101, + "default_branch": "master" + }, + "source": { + "id": 128220717, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjgyMjA3MTc=", + "name": "docker-flow-proxy", + "full_name": "docker-flow/docker-flow-proxy", + "owner": { + "login": "docker-flow", + "id": 38107885, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MTA3ODg1", + "avatar_url": "https://avatars0.githubusercontent.com/u/38107885?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-flow", + "html_url": "https://github.com/docker-flow", + "followers_url": "https://api.github.com/users/docker-flow/followers", + "following_url": "https://api.github.com/users/docker-flow/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-flow/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-flow/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-flow/subscriptions", + "organizations_url": "https://api.github.com/users/docker-flow/orgs", + "repos_url": "https://api.github.com/users/docker-flow/repos", + "events_url": "https://api.github.com/users/docker-flow/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-flow/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-flow/docker-flow-proxy", + "description": "Docker Flow Proxy", + "fork": false, + "url": "https://api.github.com/repos/docker-flow/docker-flow-proxy", + "forks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/forks", + "keys_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/teams", + "hooks_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/events", + "assignees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/tags", + "blobs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/languages", + "stargazers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/subscription", + "commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/merges", + "archive_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/downloads", + "issues_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-flow/docker-flow-proxy/deployments", + "created_at": "2018-04-05T14:48:47Z", + "updated_at": "2018-08-08T14:28:16Z", + "pushed_at": "2018-08-01T17:54:52Z", + "git_url": "git://github.com/docker-flow/docker-flow-proxy.git", + "ssh_url": "git@github.com:docker-flow/docker-flow-proxy.git", + "clone_url": "https://github.com/docker-flow/docker-flow-proxy.git", + "svn_url": "https://github.com/docker-flow/docker-flow-proxy", + "homepage": "http://proxy.dockerflow.com/", + "size": 3367, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 154, + "open_issues": 4, + "watchers": 101, + "default_branch": "master" + }, + "network_count": 154, + "subscribers_count": 56 + }, + { + "id": 17977022, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzk3NzAyMg==", + "name": "docker-proxy", + "full_name": "silarsis/docker-proxy", + "owner": { + "login": "silarsis", + "id": 2221181, + "node_id": "MDQ6VXNlcjIyMjExODE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/2221181?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/silarsis", + "html_url": "https://github.com/silarsis", + "followers_url": "https://api.github.com/users/silarsis/followers", + "following_url": "https://api.github.com/users/silarsis/following{/other_user}", + "gists_url": "https://api.github.com/users/silarsis/gists{/gist_id}", + "starred_url": "https://api.github.com/users/silarsis/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/silarsis/subscriptions", + "organizations_url": "https://api.github.com/users/silarsis/orgs", + "repos_url": "https://api.github.com/users/silarsis/repos", + "events_url": "https://api.github.com/users/silarsis/events{/privacy}", + "received_events_url": "https://api.github.com/users/silarsis/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/silarsis/docker-proxy", + "description": "Transparent proxy for docker containers, run in a docker container", + "fork": false, + "url": "https://api.github.com/repos/silarsis/docker-proxy", + "forks_url": "https://api.github.com/repos/silarsis/docker-proxy/forks", + "keys_url": "https://api.github.com/repos/silarsis/docker-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/silarsis/docker-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/silarsis/docker-proxy/teams", + "hooks_url": "https://api.github.com/repos/silarsis/docker-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/silarsis/docker-proxy/events", + "assignees_url": "https://api.github.com/repos/silarsis/docker-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/silarsis/docker-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/silarsis/docker-proxy/tags", + "blobs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/silarsis/docker-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/silarsis/docker-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/silarsis/docker-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/silarsis/docker-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/silarsis/docker-proxy/languages", + "stargazers_url": "https://api.github.com/repos/silarsis/docker-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/silarsis/docker-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/silarsis/docker-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/silarsis/docker-proxy/subscription", + "commits_url": "https://api.github.com/repos/silarsis/docker-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/silarsis/docker-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/silarsis/docker-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/silarsis/docker-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/silarsis/docker-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/silarsis/docker-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/silarsis/docker-proxy/merges", + "archive_url": "https://api.github.com/repos/silarsis/docker-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/silarsis/docker-proxy/downloads", + "issues_url": "https://api.github.com/repos/silarsis/docker-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/silarsis/docker-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/silarsis/docker-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/silarsis/docker-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/silarsis/docker-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/silarsis/docker-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/silarsis/docker-proxy/deployments", + "created_at": "2014-03-21T10:56:12Z", + "updated_at": "2018-08-09T02:46:17Z", + "pushed_at": "2018-06-17T07:35:45Z", + "git_url": "git://github.com/silarsis/docker-proxy.git", + "ssh_url": "git@github.com:silarsis/docker-proxy.git", + "clone_url": "https://github.com/silarsis/docker-proxy.git", + "svn_url": "https://github.com/silarsis/docker-proxy", + "homepage": null, + "size": 115, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 44, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 44, + "open_issues": 5, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 44, + "subscribers_count": 13 + }, + { + "id": 44397318, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDM5NzMxOA==", + "name": "fabio", + "full_name": "fabiolb/fabio", + "owner": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabiolb/fabio", + "description": "Consul Load-Balancing made simple", + "fork": false, + "url": "https://api.github.com/repos/fabiolb/fabio", + "forks_url": "https://api.github.com/repos/fabiolb/fabio/forks", + "keys_url": "https://api.github.com/repos/fabiolb/fabio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabiolb/fabio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabiolb/fabio/teams", + "hooks_url": "https://api.github.com/repos/fabiolb/fabio/hooks", + "issue_events_url": "https://api.github.com/repos/fabiolb/fabio/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabiolb/fabio/events", + "assignees_url": "https://api.github.com/repos/fabiolb/fabio/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabiolb/fabio/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabiolb/fabio/tags", + "blobs_url": "https://api.github.com/repos/fabiolb/fabio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabiolb/fabio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabiolb/fabio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabiolb/fabio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabiolb/fabio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabiolb/fabio/languages", + "stargazers_url": "https://api.github.com/repos/fabiolb/fabio/stargazers", + "contributors_url": "https://api.github.com/repos/fabiolb/fabio/contributors", + "subscribers_url": "https://api.github.com/repos/fabiolb/fabio/subscribers", + "subscription_url": "https://api.github.com/repos/fabiolb/fabio/subscription", + "commits_url": "https://api.github.com/repos/fabiolb/fabio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabiolb/fabio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabiolb/fabio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabiolb/fabio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabiolb/fabio/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabiolb/fabio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabiolb/fabio/merges", + "archive_url": "https://api.github.com/repos/fabiolb/fabio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabiolb/fabio/downloads", + "issues_url": "https://api.github.com/repos/fabiolb/fabio/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabiolb/fabio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabiolb/fabio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabiolb/fabio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabiolb/fabio/labels{/name}", + "releases_url": "https://api.github.com/repos/fabiolb/fabio/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabiolb/fabio/deployments", + "created_at": "2015-10-16T16:25:43Z", + "updated_at": "2018-08-09T13:18:43Z", + "pushed_at": "2018-08-03T15:06:54Z", + "git_url": "git://github.com/fabiolb/fabio.git", + "ssh_url": "git@github.com:fabiolb/fabio.git", + "clone_url": "https://github.com/fabiolb/fabio.git", + "svn_url": "https://github.com/fabiolb/fabio", + "homepage": "https://fabiolb.net", + "size": 7728, + "stargazers_count": 4950, + "watchers_count": 4950, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 419, + "mirror_url": null, + "archived": false, + "open_issues_count": 148, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 419, + "open_issues": 148, + "watchers": 4950, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabiolb", + "id": 25439951, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NDM5OTUx", + "avatar_url": "https://avatars1.githubusercontent.com/u/25439951?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabiolb", + "html_url": "https://github.com/fabiolb", + "followers_url": "https://api.github.com/users/fabiolb/followers", + "following_url": "https://api.github.com/users/fabiolb/following{/other_user}", + "gists_url": "https://api.github.com/users/fabiolb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabiolb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabiolb/subscriptions", + "organizations_url": "https://api.github.com/users/fabiolb/orgs", + "repos_url": "https://api.github.com/users/fabiolb/repos", + "events_url": "https://api.github.com/users/fabiolb/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabiolb/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 419, + "subscribers_count": 213 + }, + { + "id": 39776786, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTc3Njc4Ng==", + "name": "h2o-proxy", + "full_name": "zchee/h2o-proxy", + "owner": { + "login": "zchee", + "id": 6366270, + "node_id": "MDQ6VXNlcjYzNjYyNzA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6366270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zchee", + "html_url": "https://github.com/zchee", + "followers_url": "https://api.github.com/users/zchee/followers", + "following_url": "https://api.github.com/users/zchee/following{/other_user}", + "gists_url": "https://api.github.com/users/zchee/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zchee/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zchee/subscriptions", + "organizations_url": "https://api.github.com/users/zchee/orgs", + "repos_url": "https://api.github.com/users/zchee/repos", + "events_url": "https://api.github.com/users/zchee/events{/privacy}", + "received_events_url": "https://api.github.com/users/zchee/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zchee/h2o-proxy", + "description": "Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.", + "fork": false, + "url": "https://api.github.com/repos/zchee/h2o-proxy", + "forks_url": "https://api.github.com/repos/zchee/h2o-proxy/forks", + "keys_url": "https://api.github.com/repos/zchee/h2o-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zchee/h2o-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zchee/h2o-proxy/teams", + "hooks_url": "https://api.github.com/repos/zchee/h2o-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/zchee/h2o-proxy/events", + "assignees_url": "https://api.github.com/repos/zchee/h2o-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/zchee/h2o-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/zchee/h2o-proxy/tags", + "blobs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zchee/h2o-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zchee/h2o-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zchee/h2o-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zchee/h2o-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zchee/h2o-proxy/languages", + "stargazers_url": "https://api.github.com/repos/zchee/h2o-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/zchee/h2o-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/zchee/h2o-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/zchee/h2o-proxy/subscription", + "commits_url": "https://api.github.com/repos/zchee/h2o-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zchee/h2o-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zchee/h2o-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zchee/h2o-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zchee/h2o-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/zchee/h2o-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zchee/h2o-proxy/merges", + "archive_url": "https://api.github.com/repos/zchee/h2o-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zchee/h2o-proxy/downloads", + "issues_url": "https://api.github.com/repos/zchee/h2o-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/zchee/h2o-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zchee/h2o-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zchee/h2o-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zchee/h2o-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/zchee/h2o-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/zchee/h2o-proxy/deployments", + "created_at": "2015-07-27T13:47:06Z", + "updated_at": "2018-07-24T19:44:38Z", + "pushed_at": "2016-07-03T05:48:20Z", + "git_url": "git://github.com/zchee/h2o-proxy.git", + "ssh_url": "git@github.com:zchee/h2o-proxy.git", + "clone_url": "https://github.com/zchee/h2o-proxy.git", + "svn_url": "https://github.com/zchee/h2o-proxy", + "homepage": "https://registry.hub.docker.com/u/zchee/h2o-proxy/", + "size": 27, + "stargazers_count": 41, + "watchers_count": 41, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 0, + "watchers": 41, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 48857632, + "node_id": "MDEwOlJlcG9zaXRvcnk0ODg1NzYzMg==", + "name": "docker-letsencrypt-nginx-proxy-companion", + "full_name": "JrCs/docker-letsencrypt-nginx-proxy-companion", + "owner": { + "login": "JrCs", + "id": 83008, + "node_id": "MDQ6VXNlcjgzMDA4", + "avatar_url": "https://avatars0.githubusercontent.com/u/83008?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JrCs", + "html_url": "https://github.com/JrCs", + "followers_url": "https://api.github.com/users/JrCs/followers", + "following_url": "https://api.github.com/users/JrCs/following{/other_user}", + "gists_url": "https://api.github.com/users/JrCs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JrCs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JrCs/subscriptions", + "organizations_url": "https://api.github.com/users/JrCs/orgs", + "repos_url": "https://api.github.com/users/JrCs/repos", + "events_url": "https://api.github.com/users/JrCs/events{/privacy}", + "received_events_url": "https://api.github.com/users/JrCs/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "description": "LetsEncrypt companion container for nginx-proxy", + "fork": false, + "url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion", + "forks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/forks", + "keys_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/teams", + "hooks_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/hooks", + "issue_events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/events", + "assignees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/tags", + "blobs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/languages", + "stargazers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/stargazers", + "contributors_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contributors", + "subscribers_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscribers", + "subscription_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/subscription", + "commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/merges", + "archive_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/downloads", + "issues_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/JrCs/docker-letsencrypt-nginx-proxy-companion/deployments", + "created_at": "2015-12-31T17:50:05Z", + "updated_at": "2018-08-09T15:36:49Z", + "pushed_at": "2018-08-02T20:41:06Z", + "git_url": "git://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "ssh_url": "git@github.com:JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "clone_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion.git", + "svn_url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "homepage": null, + "size": 312, + "stargazers_count": 3185, + "watchers_count": 3185, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 399, + "mirror_url": null, + "archived": false, + "open_issues_count": 46, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 399, + "open_issues": 46, + "watchers": 3185, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 399, + "subscribers_count": 95 + }, + { + "id": 40041972, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA0MTk3Mg==", + "name": "muguet", + "full_name": "mattallty/muguet", + "owner": { + "login": "mattallty", + "id": 178616, + "node_id": "MDQ6VXNlcjE3ODYxNg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/178616?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattallty", + "html_url": "https://github.com/mattallty", + "followers_url": "https://api.github.com/users/mattallty/followers", + "following_url": "https://api.github.com/users/mattallty/following{/other_user}", + "gists_url": "https://api.github.com/users/mattallty/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattallty/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattallty/subscriptions", + "organizations_url": "https://api.github.com/users/mattallty/orgs", + "repos_url": "https://api.github.com/users/mattallty/repos", + "events_url": "https://api.github.com/users/mattallty/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattallty/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattallty/muguet", + "description": "DNS Server & Reverse proxy for Docker - Compatible with docker-compose, boot2docker and docker-machine", + "fork": false, + "url": "https://api.github.com/repos/mattallty/muguet", + "forks_url": "https://api.github.com/repos/mattallty/muguet/forks", + "keys_url": "https://api.github.com/repos/mattallty/muguet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattallty/muguet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattallty/muguet/teams", + "hooks_url": "https://api.github.com/repos/mattallty/muguet/hooks", + "issue_events_url": "https://api.github.com/repos/mattallty/muguet/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattallty/muguet/events", + "assignees_url": "https://api.github.com/repos/mattallty/muguet/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattallty/muguet/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattallty/muguet/tags", + "blobs_url": "https://api.github.com/repos/mattallty/muguet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattallty/muguet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattallty/muguet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattallty/muguet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattallty/muguet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattallty/muguet/languages", + "stargazers_url": "https://api.github.com/repos/mattallty/muguet/stargazers", + "contributors_url": "https://api.github.com/repos/mattallty/muguet/contributors", + "subscribers_url": "https://api.github.com/repos/mattallty/muguet/subscribers", + "subscription_url": "https://api.github.com/repos/mattallty/muguet/subscription", + "commits_url": "https://api.github.com/repos/mattallty/muguet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattallty/muguet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattallty/muguet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattallty/muguet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattallty/muguet/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattallty/muguet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattallty/muguet/merges", + "archive_url": "https://api.github.com/repos/mattallty/muguet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattallty/muguet/downloads", + "issues_url": "https://api.github.com/repos/mattallty/muguet/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattallty/muguet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattallty/muguet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattallty/muguet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattallty/muguet/labels{/name}", + "releases_url": "https://api.github.com/repos/mattallty/muguet/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattallty/muguet/deployments", + "created_at": "2015-08-01T09:31:44Z", + "updated_at": "2018-07-09T16:36:57Z", + "pushed_at": "2017-02-04T05:33:51Z", + "git_url": "git://github.com/mattallty/muguet.git", + "ssh_url": "git@github.com:mattallty/muguet.git", + "clone_url": "https://github.com/mattallty/muguet.git", + "svn_url": "https://github.com/mattallty/muguet", + "homepage": "", + "size": 719, + "stargazers_count": 153, + "watchers_count": 153, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 7, + "watchers": 153, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 6 + }, + { + "id": 62557641, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjU1NzY0MQ==", + "name": "swarm-ingress-router", + "full_name": "tpbowden/swarm-ingress-router", + "owner": { + "login": "tpbowden", + "id": 1159553, + "node_id": "MDQ6VXNlcjExNTk1NTM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1159553?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tpbowden", + "html_url": "https://github.com/tpbowden", + "followers_url": "https://api.github.com/users/tpbowden/followers", + "following_url": "https://api.github.com/users/tpbowden/following{/other_user}", + "gists_url": "https://api.github.com/users/tpbowden/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tpbowden/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tpbowden/subscriptions", + "organizations_url": "https://api.github.com/users/tpbowden/orgs", + "repos_url": "https://api.github.com/users/tpbowden/repos", + "events_url": "https://api.github.com/users/tpbowden/events{/privacy}", + "received_events_url": "https://api.github.com/users/tpbowden/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tpbowden/swarm-ingress-router", + "description": "Route DNS names to Swarm services based on labels", + "fork": false, + "url": "https://api.github.com/repos/tpbowden/swarm-ingress-router", + "forks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/forks", + "keys_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/teams", + "hooks_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/hooks", + "issue_events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/events", + "assignees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/tags", + "blobs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/languages", + "stargazers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/stargazers", + "contributors_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contributors", + "subscribers_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscribers", + "subscription_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/subscription", + "commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/merges", + "archive_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/downloads", + "issues_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/labels{/name}", + "releases_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/tpbowden/swarm-ingress-router/deployments", + "created_at": "2016-07-04T11:37:29Z", + "updated_at": "2018-07-19T16:56:58Z", + "pushed_at": "2017-03-25T09:44:13Z", + "git_url": "git://github.com/tpbowden/swarm-ingress-router.git", + "ssh_url": "git@github.com:tpbowden/swarm-ingress-router.git", + "clone_url": "https://github.com/tpbowden/swarm-ingress-router.git", + "svn_url": "https://github.com/tpbowden/swarm-ingress-router", + "homepage": "", + "size": 2852, + "stargazers_count": 172, + "watchers_count": 172, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 22, + "open_issues": 5, + "watchers": 172, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 11 + }, + { + "id": 52256370, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI1NjM3MA==", + "name": "swarm-router", + "full_name": "flavioaiello/swarm-router", + "owner": { + "login": "flavioaiello", + "id": 11198273, + "node_id": "MDQ6VXNlcjExMTk4Mjcz", + "avatar_url": "https://avatars2.githubusercontent.com/u/11198273?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/flavioaiello", + "html_url": "https://github.com/flavioaiello", + "followers_url": "https://api.github.com/users/flavioaiello/followers", + "following_url": "https://api.github.com/users/flavioaiello/following{/other_user}", + "gists_url": "https://api.github.com/users/flavioaiello/gists{/gist_id}", + "starred_url": "https://api.github.com/users/flavioaiello/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/flavioaiello/subscriptions", + "organizations_url": "https://api.github.com/users/flavioaiello/orgs", + "repos_url": "https://api.github.com/users/flavioaiello/repos", + "events_url": "https://api.github.com/users/flavioaiello/events{/privacy}", + "received_events_url": "https://api.github.com/users/flavioaiello/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/flavioaiello/swarm-router", + "description": "A «zero config» service name based router for docker swarm mode with a fresh and more secure approach", + "fork": false, + "url": "https://api.github.com/repos/flavioaiello/swarm-router", + "forks_url": "https://api.github.com/repos/flavioaiello/swarm-router/forks", + "keys_url": "https://api.github.com/repos/flavioaiello/swarm-router/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/flavioaiello/swarm-router/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/flavioaiello/swarm-router/teams", + "hooks_url": "https://api.github.com/repos/flavioaiello/swarm-router/hooks", + "issue_events_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/events{/number}", + "events_url": "https://api.github.com/repos/flavioaiello/swarm-router/events", + "assignees_url": "https://api.github.com/repos/flavioaiello/swarm-router/assignees{/user}", + "branches_url": "https://api.github.com/repos/flavioaiello/swarm-router/branches{/branch}", + "tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/tags", + "blobs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/flavioaiello/swarm-router/statuses/{sha}", + "languages_url": "https://api.github.com/repos/flavioaiello/swarm-router/languages", + "stargazers_url": "https://api.github.com/repos/flavioaiello/swarm-router/stargazers", + "contributors_url": "https://api.github.com/repos/flavioaiello/swarm-router/contributors", + "subscribers_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscribers", + "subscription_url": "https://api.github.com/repos/flavioaiello/swarm-router/subscription", + "commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/flavioaiello/swarm-router/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/flavioaiello/swarm-router/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/flavioaiello/swarm-router/contents/{+path}", + "compare_url": "https://api.github.com/repos/flavioaiello/swarm-router/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/flavioaiello/swarm-router/merges", + "archive_url": "https://api.github.com/repos/flavioaiello/swarm-router/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/flavioaiello/swarm-router/downloads", + "issues_url": "https://api.github.com/repos/flavioaiello/swarm-router/issues{/number}", + "pulls_url": "https://api.github.com/repos/flavioaiello/swarm-router/pulls{/number}", + "milestones_url": "https://api.github.com/repos/flavioaiello/swarm-router/milestones{/number}", + "notifications_url": "https://api.github.com/repos/flavioaiello/swarm-router/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/flavioaiello/swarm-router/labels{/name}", + "releases_url": "https://api.github.com/repos/flavioaiello/swarm-router/releases{/id}", + "deployments_url": "https://api.github.com/repos/flavioaiello/swarm-router/deployments", + "created_at": "2016-02-22T07:48:34Z", + "updated_at": "2018-06-22T11:02:06Z", + "pushed_at": "2018-06-22T11:02:05Z", + "git_url": "git://github.com/flavioaiello/swarm-router.git", + "ssh_url": "git@github.com:flavioaiello/swarm-router.git", + "clone_url": "https://github.com/flavioaiello/swarm-router.git", + "svn_url": "https://github.com/flavioaiello/swarm-router", + "homepage": "https://hub.docker.com/r/flavioaiello/swarm-router/", + "size": 262, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 2 + }, + { + "id": 42408804, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjQwODgwNA==", + "name": "traefik", + "full_name": "containous/traefik", + "owner": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/containous/traefik", + "description": "The Cloud Native Edge Router", + "fork": false, + "url": "https://api.github.com/repos/containous/traefik", + "forks_url": "https://api.github.com/repos/containous/traefik/forks", + "keys_url": "https://api.github.com/repos/containous/traefik/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/containous/traefik/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/containous/traefik/teams", + "hooks_url": "https://api.github.com/repos/containous/traefik/hooks", + "issue_events_url": "https://api.github.com/repos/containous/traefik/issues/events{/number}", + "events_url": "https://api.github.com/repos/containous/traefik/events", + "assignees_url": "https://api.github.com/repos/containous/traefik/assignees{/user}", + "branches_url": "https://api.github.com/repos/containous/traefik/branches{/branch}", + "tags_url": "https://api.github.com/repos/containous/traefik/tags", + "blobs_url": "https://api.github.com/repos/containous/traefik/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/containous/traefik/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/containous/traefik/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/containous/traefik/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/containous/traefik/statuses/{sha}", + "languages_url": "https://api.github.com/repos/containous/traefik/languages", + "stargazers_url": "https://api.github.com/repos/containous/traefik/stargazers", + "contributors_url": "https://api.github.com/repos/containous/traefik/contributors", + "subscribers_url": "https://api.github.com/repos/containous/traefik/subscribers", + "subscription_url": "https://api.github.com/repos/containous/traefik/subscription", + "commits_url": "https://api.github.com/repos/containous/traefik/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/containous/traefik/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/containous/traefik/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/containous/traefik/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/containous/traefik/contents/{+path}", + "compare_url": "https://api.github.com/repos/containous/traefik/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/containous/traefik/merges", + "archive_url": "https://api.github.com/repos/containous/traefik/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/containous/traefik/downloads", + "issues_url": "https://api.github.com/repos/containous/traefik/issues{/number}", + "pulls_url": "https://api.github.com/repos/containous/traefik/pulls{/number}", + "milestones_url": "https://api.github.com/repos/containous/traefik/milestones{/number}", + "notifications_url": "https://api.github.com/repos/containous/traefik/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/containous/traefik/labels{/name}", + "releases_url": "https://api.github.com/repos/containous/traefik/releases{/id}", + "deployments_url": "https://api.github.com/repos/containous/traefik/deployments", + "created_at": "2015-09-13T19:04:02Z", + "updated_at": "2018-08-09T16:03:34Z", + "pushed_at": "2018-08-09T15:52:36Z", + "git_url": "git://github.com/containous/traefik.git", + "ssh_url": "git@github.com:containous/traefik.git", + "clone_url": "https://github.com/containous/traefik.git", + "svn_url": "https://github.com/containous/traefik", + "homepage": "https://traefik.io", + "size": 30772, + "stargazers_count": 16853, + "watchers_count": 16853, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1693, + "mirror_url": null, + "archived": false, + "open_issues_count": 271, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1693, + "open_issues": 271, + "watchers": 16853, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "containous", + "id": 16349663, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MzQ5NjYz", + "avatar_url": "https://avatars3.githubusercontent.com/u/16349663?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/containous", + "html_url": "https://github.com/containous", + "followers_url": "https://api.github.com/users/containous/followers", + "following_url": "https://api.github.com/users/containous/following{/other_user}", + "gists_url": "https://api.github.com/users/containous/gists{/gist_id}", + "starred_url": "https://api.github.com/users/containous/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/containous/subscriptions", + "organizations_url": "https://api.github.com/users/containous/orgs", + "repos_url": "https://api.github.com/users/containous/repos", + "events_url": "https://api.github.com/users/containous/events{/privacy}", + "received_events_url": "https://api.github.com/users/containous/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1693, + "subscribers_count": 589 + }, + { + "id": 61152815, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTE1MjgxNQ==", + "name": "anchore", + "full_name": "anchore/anchore", + "owner": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/anchore/anchore", + "description": "Legacy Anchore container analysis, inspection and control toolset. See https://github.com/anchore/anchore-engine for newer version that operates as a service with REST API instead of a cli tool.", + "fork": false, + "url": "https://api.github.com/repos/anchore/anchore", + "forks_url": "https://api.github.com/repos/anchore/anchore/forks", + "keys_url": "https://api.github.com/repos/anchore/anchore/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/anchore/anchore/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/anchore/anchore/teams", + "hooks_url": "https://api.github.com/repos/anchore/anchore/hooks", + "issue_events_url": "https://api.github.com/repos/anchore/anchore/issues/events{/number}", + "events_url": "https://api.github.com/repos/anchore/anchore/events", + "assignees_url": "https://api.github.com/repos/anchore/anchore/assignees{/user}", + "branches_url": "https://api.github.com/repos/anchore/anchore/branches{/branch}", + "tags_url": "https://api.github.com/repos/anchore/anchore/tags", + "blobs_url": "https://api.github.com/repos/anchore/anchore/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/anchore/anchore/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/anchore/anchore/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/anchore/anchore/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/anchore/anchore/statuses/{sha}", + "languages_url": "https://api.github.com/repos/anchore/anchore/languages", + "stargazers_url": "https://api.github.com/repos/anchore/anchore/stargazers", + "contributors_url": "https://api.github.com/repos/anchore/anchore/contributors", + "subscribers_url": "https://api.github.com/repos/anchore/anchore/subscribers", + "subscription_url": "https://api.github.com/repos/anchore/anchore/subscription", + "commits_url": "https://api.github.com/repos/anchore/anchore/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/anchore/anchore/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/anchore/anchore/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/anchore/anchore/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/anchore/anchore/contents/{+path}", + "compare_url": "https://api.github.com/repos/anchore/anchore/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/anchore/anchore/merges", + "archive_url": "https://api.github.com/repos/anchore/anchore/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/anchore/anchore/downloads", + "issues_url": "https://api.github.com/repos/anchore/anchore/issues{/number}", + "pulls_url": "https://api.github.com/repos/anchore/anchore/pulls{/number}", + "milestones_url": "https://api.github.com/repos/anchore/anchore/milestones{/number}", + "notifications_url": "https://api.github.com/repos/anchore/anchore/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/anchore/anchore/labels{/name}", + "releases_url": "https://api.github.com/repos/anchore/anchore/releases{/id}", + "deployments_url": "https://api.github.com/repos/anchore/anchore/deployments", + "created_at": "2016-06-14T20:15:51Z", + "updated_at": "2018-08-03T06:35:53Z", + "pushed_at": "2018-05-04T22:00:22Z", + "git_url": "git://github.com/anchore/anchore.git", + "ssh_url": "git@github.com:anchore/anchore.git", + "clone_url": "https://github.com/anchore/anchore.git", + "svn_url": "https://github.com/anchore/anchore", + "homepage": "", + "size": 936, + "stargazers_count": 296, + "watchers_count": 296, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 43, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 43, + "open_issues": 19, + "watchers": 296, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "anchore", + "id": 16208487, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2MjA4NDg3", + "avatar_url": "https://avatars2.githubusercontent.com/u/16208487?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/anchore", + "html_url": "https://github.com/anchore", + "followers_url": "https://api.github.com/users/anchore/followers", + "following_url": "https://api.github.com/users/anchore/following{/other_user}", + "gists_url": "https://api.github.com/users/anchore/gists{/gist_id}", + "starred_url": "https://api.github.com/users/anchore/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/anchore/subscriptions", + "organizations_url": "https://api.github.com/users/anchore/orgs", + "repos_url": "https://api.github.com/users/anchore/repos", + "events_url": "https://api.github.com/users/anchore/events{/privacy}", + "received_events_url": "https://api.github.com/users/anchore/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 43, + "subscribers_count": 24 + }, + { + "id": 43922256, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzkyMjI1Ng==", + "name": "bane", + "full_name": "genuinetools/bane", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/bane", + "description": "Custom & better AppArmor profile generator for Docker containers.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/bane", + "forks_url": "https://api.github.com/repos/genuinetools/bane/forks", + "keys_url": "https://api.github.com/repos/genuinetools/bane/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/bane/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/bane/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/bane/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/bane/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/bane/events", + "assignees_url": "https://api.github.com/repos/genuinetools/bane/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/bane/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/bane/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/bane/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/bane/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/bane/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/bane/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/bane/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/bane/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/bane/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/bane/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/bane/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/bane/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/bane/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/bane/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/bane/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/bane/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/bane/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/bane/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/bane/merges", + "archive_url": "https://api.github.com/repos/genuinetools/bane/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/bane/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/bane/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/bane/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/bane/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/bane/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/bane/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/bane/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/bane/deployments", + "created_at": "2015-10-08T23:45:49Z", + "updated_at": "2018-08-09T10:33:23Z", + "pushed_at": "2018-07-16T03:29:16Z", + "git_url": "git://github.com/genuinetools/bane.git", + "ssh_url": "git@github.com:genuinetools/bane.git", + "clone_url": "https://github.com/genuinetools/bane.git", + "svn_url": "https://github.com/genuinetools/bane", + "homepage": "", + "size": 3814, + "stargazers_count": 588, + "watchers_count": 588, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 2, + "watchers": 588, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 32, + "subscribers_count": 39 + }, + { + "id": 59814924, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTgxNDkyNA==", + "name": "cis-docker-benchmark", + "full_name": "dev-sec/cis-docker-benchmark", + "owner": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dev-sec/cis-docker-benchmark", + "description": "CIS Docker Benchmark - InSpec Profile", + "fork": false, + "url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark", + "forks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/forks", + "keys_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/teams", + "hooks_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/hooks", + "issue_events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/events{/number}", + "events_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/events", + "assignees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/assignees{/user}", + "branches_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/branches{/branch}", + "tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/tags", + "blobs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/languages", + "stargazers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/stargazers", + "contributors_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contributors", + "subscribers_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscribers", + "subscription_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/subscription", + "commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/contents/{+path}", + "compare_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/merges", + "archive_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/downloads", + "issues_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/issues{/number}", + "pulls_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/labels{/name}", + "releases_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/releases{/id}", + "deployments_url": "https://api.github.com/repos/dev-sec/cis-docker-benchmark/deployments", + "created_at": "2016-05-27T07:35:56Z", + "updated_at": "2018-08-08T03:23:52Z", + "pushed_at": "2018-07-16T12:18:43Z", + "git_url": "git://github.com/dev-sec/cis-docker-benchmark.git", + "ssh_url": "git@github.com:dev-sec/cis-docker-benchmark.git", + "clone_url": "https://github.com/dev-sec/cis-docker-benchmark.git", + "svn_url": "https://github.com/dev-sec/cis-docker-benchmark", + "homepage": "dev-sec.io", + "size": 184, + "stargazers_count": 128, + "watchers_count": 128, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 128, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dev-sec", + "id": 11883542, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExODgzNTQy", + "avatar_url": "https://avatars1.githubusercontent.com/u/11883542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dev-sec", + "html_url": "https://github.com/dev-sec", + "followers_url": "https://api.github.com/users/dev-sec/followers", + "following_url": "https://api.github.com/users/dev-sec/following{/other_user}", + "gists_url": "https://api.github.com/users/dev-sec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dev-sec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dev-sec/subscriptions", + "organizations_url": "https://api.github.com/users/dev-sec/orgs", + "repos_url": "https://api.github.com/users/dev-sec/repos", + "events_url": "https://api.github.com/users/dev-sec/events{/privacy}", + "received_events_url": "https://api.github.com/users/dev-sec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 27, + "subscribers_count": 23 + }, + { + "id": 46140633, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjE0MDYzMw==", + "name": "clair", + "full_name": "coreos/clair", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/clair", + "description": "Vulnerability Static Analysis for Containers", + "fork": false, + "url": "https://api.github.com/repos/coreos/clair", + "forks_url": "https://api.github.com/repos/coreos/clair/forks", + "keys_url": "https://api.github.com/repos/coreos/clair/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/clair/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/clair/teams", + "hooks_url": "https://api.github.com/repos/coreos/clair/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/clair/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/clair/events", + "assignees_url": "https://api.github.com/repos/coreos/clair/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/clair/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/clair/tags", + "blobs_url": "https://api.github.com/repos/coreos/clair/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/clair/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/clair/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/clair/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/clair/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/clair/languages", + "stargazers_url": "https://api.github.com/repos/coreos/clair/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/clair/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/clair/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/clair/subscription", + "commits_url": "https://api.github.com/repos/coreos/clair/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/clair/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/clair/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/clair/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/clair/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/clair/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/clair/merges", + "archive_url": "https://api.github.com/repos/coreos/clair/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/clair/downloads", + "issues_url": "https://api.github.com/repos/coreos/clair/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/clair/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/clair/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/clair/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/clair/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/clair/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/clair/deployments", + "created_at": "2015-11-13T18:46:16Z", + "updated_at": "2018-08-09T12:13:53Z", + "pushed_at": "2018-08-08T13:09:49Z", + "git_url": "git://github.com/coreos/clair.git", + "ssh_url": "git@github.com:coreos/clair.git", + "clone_url": "https://github.com/coreos/clair.git", + "svn_url": "https://github.com/coreos/clair", + "homepage": "", + "size": 20988, + "stargazers_count": 3959, + "watchers_count": 3959, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 507, + "mirror_url": null, + "archived": false, + "open_issues_count": 93, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 507, + "open_issues": 93, + "watchers": 3959, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 507, + "subscribers_count": 182 + }, + { + "id": 73858181, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg1ODE4MQ==", + "name": "dagda", + "full_name": "eliasgranderubio/dagda", + "owner": { + "login": "eliasgranderubio", + "id": 11569255, + "node_id": "MDQ6VXNlcjExNTY5MjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/11569255?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eliasgranderubio", + "html_url": "https://github.com/eliasgranderubio", + "followers_url": "https://api.github.com/users/eliasgranderubio/followers", + "following_url": "https://api.github.com/users/eliasgranderubio/following{/other_user}", + "gists_url": "https://api.github.com/users/eliasgranderubio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eliasgranderubio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eliasgranderubio/subscriptions", + "organizations_url": "https://api.github.com/users/eliasgranderubio/orgs", + "repos_url": "https://api.github.com/users/eliasgranderubio/repos", + "events_url": "https://api.github.com/users/eliasgranderubio/events{/privacy}", + "received_events_url": "https://api.github.com/users/eliasgranderubio/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eliasgranderubio/dagda", + "description": "a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities", + "fork": false, + "url": "https://api.github.com/repos/eliasgranderubio/dagda", + "forks_url": "https://api.github.com/repos/eliasgranderubio/dagda/forks", + "keys_url": "https://api.github.com/repos/eliasgranderubio/dagda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eliasgranderubio/dagda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eliasgranderubio/dagda/teams", + "hooks_url": "https://api.github.com/repos/eliasgranderubio/dagda/hooks", + "issue_events_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/events{/number}", + "events_url": "https://api.github.com/repos/eliasgranderubio/dagda/events", + "assignees_url": "https://api.github.com/repos/eliasgranderubio/dagda/assignees{/user}", + "branches_url": "https://api.github.com/repos/eliasgranderubio/dagda/branches{/branch}", + "tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/tags", + "blobs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eliasgranderubio/dagda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eliasgranderubio/dagda/languages", + "stargazers_url": "https://api.github.com/repos/eliasgranderubio/dagda/stargazers", + "contributors_url": "https://api.github.com/repos/eliasgranderubio/dagda/contributors", + "subscribers_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscribers", + "subscription_url": "https://api.github.com/repos/eliasgranderubio/dagda/subscription", + "commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eliasgranderubio/dagda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eliasgranderubio/dagda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eliasgranderubio/dagda/contents/{+path}", + "compare_url": "https://api.github.com/repos/eliasgranderubio/dagda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eliasgranderubio/dagda/merges", + "archive_url": "https://api.github.com/repos/eliasgranderubio/dagda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eliasgranderubio/dagda/downloads", + "issues_url": "https://api.github.com/repos/eliasgranderubio/dagda/issues{/number}", + "pulls_url": "https://api.github.com/repos/eliasgranderubio/dagda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eliasgranderubio/dagda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eliasgranderubio/dagda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eliasgranderubio/dagda/labels{/name}", + "releases_url": "https://api.github.com/repos/eliasgranderubio/dagda/releases{/id}", + "deployments_url": "https://api.github.com/repos/eliasgranderubio/dagda/deployments", + "created_at": "2016-11-15T21:47:50Z", + "updated_at": "2018-08-09T07:42:55Z", + "pushed_at": "2018-08-03T08:59:37Z", + "git_url": "git://github.com/eliasgranderubio/dagda.git", + "ssh_url": "git@github.com:eliasgranderubio/dagda.git", + "clone_url": "https://github.com/eliasgranderubio/dagda.git", + "svn_url": "https://github.com/eliasgranderubio/dagda", + "homepage": "", + "size": 1064, + "stargazers_count": 394, + "watchers_count": 394, + "language": "Python", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 1, + "watchers": 394, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 42, + "subscribers_count": 18 + }, + { + "id": 35394510, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTM5NDUxMA==", + "name": "docker-bench-security", + "full_name": "docker/docker-bench-security", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/docker-bench-security", + "description": "The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.", + "fork": false, + "url": "https://api.github.com/repos/docker/docker-bench-security", + "forks_url": "https://api.github.com/repos/docker/docker-bench-security/forks", + "keys_url": "https://api.github.com/repos/docker/docker-bench-security/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/docker-bench-security/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/docker-bench-security/teams", + "hooks_url": "https://api.github.com/repos/docker/docker-bench-security/hooks", + "issue_events_url": "https://api.github.com/repos/docker/docker-bench-security/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/docker-bench-security/events", + "assignees_url": "https://api.github.com/repos/docker/docker-bench-security/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/docker-bench-security/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/docker-bench-security/tags", + "blobs_url": "https://api.github.com/repos/docker/docker-bench-security/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/docker-bench-security/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/docker-bench-security/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/docker-bench-security/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/docker-bench-security/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/docker-bench-security/languages", + "stargazers_url": "https://api.github.com/repos/docker/docker-bench-security/stargazers", + "contributors_url": "https://api.github.com/repos/docker/docker-bench-security/contributors", + "subscribers_url": "https://api.github.com/repos/docker/docker-bench-security/subscribers", + "subscription_url": "https://api.github.com/repos/docker/docker-bench-security/subscription", + "commits_url": "https://api.github.com/repos/docker/docker-bench-security/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/docker-bench-security/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/docker-bench-security/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/docker-bench-security/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/docker-bench-security/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/docker-bench-security/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/docker-bench-security/merges", + "archive_url": "https://api.github.com/repos/docker/docker-bench-security/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/docker-bench-security/downloads", + "issues_url": "https://api.github.com/repos/docker/docker-bench-security/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/docker-bench-security/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/docker-bench-security/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/docker-bench-security/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/docker-bench-security/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/docker-bench-security/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/docker-bench-security/deployments", + "created_at": "2015-05-11T00:57:26Z", + "updated_at": "2018-08-09T14:40:48Z", + "pushed_at": "2018-08-08T09:58:48Z", + "git_url": "git://github.com/docker/docker-bench-security.git", + "ssh_url": "git@github.com:docker/docker-bench-security.git", + "clone_url": "https://github.com/docker/docker-bench-security.git", + "svn_url": "https://github.com/docker/docker-bench-security", + "homepage": "", + "size": 2354, + "stargazers_count": 3946, + "watchers_count": 3946, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 364, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 364, + "open_issues": 16, + "watchers": 3946, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 364, + "subscribers_count": 199 + }, + { + "id": 133632679, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzM2MzI2Nzk=", + "name": "docker-explorer", + "full_name": "google/docker-explorer", + "owner": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/google/docker-explorer", + "description": "A tool to help forensicate offline docker acquisitions", + "fork": false, + "url": "https://api.github.com/repos/google/docker-explorer", + "forks_url": "https://api.github.com/repos/google/docker-explorer/forks", + "keys_url": "https://api.github.com/repos/google/docker-explorer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/google/docker-explorer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/google/docker-explorer/teams", + "hooks_url": "https://api.github.com/repos/google/docker-explorer/hooks", + "issue_events_url": "https://api.github.com/repos/google/docker-explorer/issues/events{/number}", + "events_url": "https://api.github.com/repos/google/docker-explorer/events", + "assignees_url": "https://api.github.com/repos/google/docker-explorer/assignees{/user}", + "branches_url": "https://api.github.com/repos/google/docker-explorer/branches{/branch}", + "tags_url": "https://api.github.com/repos/google/docker-explorer/tags", + "blobs_url": "https://api.github.com/repos/google/docker-explorer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/google/docker-explorer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/google/docker-explorer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/google/docker-explorer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/google/docker-explorer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/google/docker-explorer/languages", + "stargazers_url": "https://api.github.com/repos/google/docker-explorer/stargazers", + "contributors_url": "https://api.github.com/repos/google/docker-explorer/contributors", + "subscribers_url": "https://api.github.com/repos/google/docker-explorer/subscribers", + "subscription_url": "https://api.github.com/repos/google/docker-explorer/subscription", + "commits_url": "https://api.github.com/repos/google/docker-explorer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/google/docker-explorer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/google/docker-explorer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/google/docker-explorer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/google/docker-explorer/contents/{+path}", + "compare_url": "https://api.github.com/repos/google/docker-explorer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/google/docker-explorer/merges", + "archive_url": "https://api.github.com/repos/google/docker-explorer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/google/docker-explorer/downloads", + "issues_url": "https://api.github.com/repos/google/docker-explorer/issues{/number}", + "pulls_url": "https://api.github.com/repos/google/docker-explorer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/google/docker-explorer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/google/docker-explorer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/google/docker-explorer/labels{/name}", + "releases_url": "https://api.github.com/repos/google/docker-explorer/releases{/id}", + "deployments_url": "https://api.github.com/repos/google/docker-explorer/deployments", + "created_at": "2018-05-16T08:11:59Z", + "updated_at": "2018-08-05T14:26:27Z", + "pushed_at": "2018-08-03T22:27:13Z", + "git_url": "git://github.com/google/docker-explorer.git", + "ssh_url": "git@github.com:google/docker-explorer.git", + "clone_url": "https://github.com/google/docker-explorer.git", + "svn_url": "https://github.com/google/docker-explorer", + "homepage": "", + "size": 3560, + "stargazers_count": 191, + "watchers_count": 191, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 12, + "open_issues": 8, + "watchers": 191, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "google", + "id": 1342004, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1342004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google", + "followers_url": "https://api.github.com/users/google/followers", + "following_url": "https://api.github.com/users/google/following{/other_user}", + "gists_url": "https://api.github.com/users/google/gists{/gist_id}", + "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/google/subscriptions", + "organizations_url": "https://api.github.com/users/google/orgs", + "repos_url": "https://api.github.com/users/google/repos", + "events_url": "https://api.github.com/users/google/events{/privacy}", + "received_events_url": "https://api.github.com/users/google/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 12, + "subscribers_count": 16 + }, + { + "id": 37743436, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc0MzQzNg==", + "name": "notary", + "full_name": "theupdateframework/notary", + "owner": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/theupdateframework/notary", + "description": "Notary is a project that allows anyone to have trust over arbitrary collections of data", + "fork": false, + "url": "https://api.github.com/repos/theupdateframework/notary", + "forks_url": "https://api.github.com/repos/theupdateframework/notary/forks", + "keys_url": "https://api.github.com/repos/theupdateframework/notary/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/theupdateframework/notary/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/theupdateframework/notary/teams", + "hooks_url": "https://api.github.com/repos/theupdateframework/notary/hooks", + "issue_events_url": "https://api.github.com/repos/theupdateframework/notary/issues/events{/number}", + "events_url": "https://api.github.com/repos/theupdateframework/notary/events", + "assignees_url": "https://api.github.com/repos/theupdateframework/notary/assignees{/user}", + "branches_url": "https://api.github.com/repos/theupdateframework/notary/branches{/branch}", + "tags_url": "https://api.github.com/repos/theupdateframework/notary/tags", + "blobs_url": "https://api.github.com/repos/theupdateframework/notary/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/theupdateframework/notary/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/theupdateframework/notary/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/theupdateframework/notary/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/theupdateframework/notary/statuses/{sha}", + "languages_url": "https://api.github.com/repos/theupdateframework/notary/languages", + "stargazers_url": "https://api.github.com/repos/theupdateframework/notary/stargazers", + "contributors_url": "https://api.github.com/repos/theupdateframework/notary/contributors", + "subscribers_url": "https://api.github.com/repos/theupdateframework/notary/subscribers", + "subscription_url": "https://api.github.com/repos/theupdateframework/notary/subscription", + "commits_url": "https://api.github.com/repos/theupdateframework/notary/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/theupdateframework/notary/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/theupdateframework/notary/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/theupdateframework/notary/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/theupdateframework/notary/contents/{+path}", + "compare_url": "https://api.github.com/repos/theupdateframework/notary/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/theupdateframework/notary/merges", + "archive_url": "https://api.github.com/repos/theupdateframework/notary/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/theupdateframework/notary/downloads", + "issues_url": "https://api.github.com/repos/theupdateframework/notary/issues{/number}", + "pulls_url": "https://api.github.com/repos/theupdateframework/notary/pulls{/number}", + "milestones_url": "https://api.github.com/repos/theupdateframework/notary/milestones{/number}", + "notifications_url": "https://api.github.com/repos/theupdateframework/notary/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/theupdateframework/notary/labels{/name}", + "releases_url": "https://api.github.com/repos/theupdateframework/notary/releases{/id}", + "deployments_url": "https://api.github.com/repos/theupdateframework/notary/deployments", + "created_at": "2015-06-19T20:07:53Z", + "updated_at": "2018-08-09T07:12:40Z", + "pushed_at": "2018-08-06T19:01:35Z", + "git_url": "git://github.com/theupdateframework/notary.git", + "ssh_url": "git@github.com:theupdateframework/notary.git", + "clone_url": "https://github.com/theupdateframework/notary.git", + "svn_url": "https://github.com/theupdateframework/notary", + "homepage": "", + "size": 32197, + "stargazers_count": 1461, + "watchers_count": 1461, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 182, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 182, + "watchers": 1461, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "theupdateframework", + "id": 4633028, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ2MzMwMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4633028?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/theupdateframework", + "html_url": "https://github.com/theupdateframework", + "followers_url": "https://api.github.com/users/theupdateframework/followers", + "following_url": "https://api.github.com/users/theupdateframework/following{/other_user}", + "gists_url": "https://api.github.com/users/theupdateframework/gists{/gist_id}", + "starred_url": "https://api.github.com/users/theupdateframework/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/theupdateframework/subscriptions", + "organizations_url": "https://api.github.com/users/theupdateframework/orgs", + "repos_url": "https://api.github.com/users/theupdateframework/repos", + "events_url": "https://api.github.com/users/theupdateframework/events{/privacy}", + "received_events_url": "https://api.github.com/users/theupdateframework/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 260, + "subscribers_count": 118 + }, + { + "id": 19279199, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTI3OTE5OQ==", + "name": "openscap", + "full_name": "OpenSCAP/openscap", + "owner": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OpenSCAP/openscap", + "description": "NIST Certified SCAP 1.2 toolkit", + "fork": false, + "url": "https://api.github.com/repos/OpenSCAP/openscap", + "forks_url": "https://api.github.com/repos/OpenSCAP/openscap/forks", + "keys_url": "https://api.github.com/repos/OpenSCAP/openscap/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OpenSCAP/openscap/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OpenSCAP/openscap/teams", + "hooks_url": "https://api.github.com/repos/OpenSCAP/openscap/hooks", + "issue_events_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/events{/number}", + "events_url": "https://api.github.com/repos/OpenSCAP/openscap/events", + "assignees_url": "https://api.github.com/repos/OpenSCAP/openscap/assignees{/user}", + "branches_url": "https://api.github.com/repos/OpenSCAP/openscap/branches{/branch}", + "tags_url": "https://api.github.com/repos/OpenSCAP/openscap/tags", + "blobs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OpenSCAP/openscap/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OpenSCAP/openscap/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OpenSCAP/openscap/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OpenSCAP/openscap/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OpenSCAP/openscap/languages", + "stargazers_url": "https://api.github.com/repos/OpenSCAP/openscap/stargazers", + "contributors_url": "https://api.github.com/repos/OpenSCAP/openscap/contributors", + "subscribers_url": "https://api.github.com/repos/OpenSCAP/openscap/subscribers", + "subscription_url": "https://api.github.com/repos/OpenSCAP/openscap/subscription", + "commits_url": "https://api.github.com/repos/OpenSCAP/openscap/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OpenSCAP/openscap/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OpenSCAP/openscap/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OpenSCAP/openscap/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OpenSCAP/openscap/contents/{+path}", + "compare_url": "https://api.github.com/repos/OpenSCAP/openscap/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OpenSCAP/openscap/merges", + "archive_url": "https://api.github.com/repos/OpenSCAP/openscap/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OpenSCAP/openscap/downloads", + "issues_url": "https://api.github.com/repos/OpenSCAP/openscap/issues{/number}", + "pulls_url": "https://api.github.com/repos/OpenSCAP/openscap/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OpenSCAP/openscap/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OpenSCAP/openscap/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OpenSCAP/openscap/labels{/name}", + "releases_url": "https://api.github.com/repos/OpenSCAP/openscap/releases{/id}", + "deployments_url": "https://api.github.com/repos/OpenSCAP/openscap/deployments", + "created_at": "2014-04-29T14:23:34Z", + "updated_at": "2018-08-09T09:55:43Z", + "pushed_at": "2018-08-09T16:09:51Z", + "git_url": "git://github.com/OpenSCAP/openscap.git", + "ssh_url": "git@github.com:OpenSCAP/openscap.git", + "clone_url": "https://github.com/OpenSCAP/openscap.git", + "svn_url": "https://github.com/OpenSCAP/openscap", + "homepage": "https://www.open-scap.org/tools/openscap-base", + "size": 23607, + "stargazers_count": 338, + "watchers_count": 338, + "language": "XSLT", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 124, + "mirror_url": null, + "archived": false, + "open_issues_count": 129, + "license": { + "key": "lgpl-2.1", + "name": "GNU Lesser General Public License v2.1", + "spdx_id": "LGPL-2.1", + "url": "https://api.github.com/licenses/lgpl-2.1", + "node_id": "MDc6TGljZW5zZTEx" + }, + "forks": 124, + "open_issues": 129, + "watchers": 338, + "default_branch": "maint-1.2", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OpenSCAP", + "id": 7439934, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0Mzk5MzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7439934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OpenSCAP", + "html_url": "https://github.com/OpenSCAP", + "followers_url": "https://api.github.com/users/OpenSCAP/followers", + "following_url": "https://api.github.com/users/OpenSCAP/following{/other_user}", + "gists_url": "https://api.github.com/users/OpenSCAP/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OpenSCAP/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OpenSCAP/subscriptions", + "organizations_url": "https://api.github.com/users/OpenSCAP/orgs", + "repos_url": "https://api.github.com/users/OpenSCAP/repos", + "events_url": "https://api.github.com/users/OpenSCAP/events{/privacy}", + "received_events_url": "https://api.github.com/users/OpenSCAP/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 124, + "subscribers_count": 51 + }, + { + "id": 49986046, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTk4NjA0Ng==", + "name": "falco", + "full_name": "draios/falco", + "owner": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/draios/falco", + "description": "Sysdig Falco: Behavioral Activity Monitoring With Container Support", + "fork": false, + "url": "https://api.github.com/repos/draios/falco", + "forks_url": "https://api.github.com/repos/draios/falco/forks", + "keys_url": "https://api.github.com/repos/draios/falco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/draios/falco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/draios/falco/teams", + "hooks_url": "https://api.github.com/repos/draios/falco/hooks", + "issue_events_url": "https://api.github.com/repos/draios/falco/issues/events{/number}", + "events_url": "https://api.github.com/repos/draios/falco/events", + "assignees_url": "https://api.github.com/repos/draios/falco/assignees{/user}", + "branches_url": "https://api.github.com/repos/draios/falco/branches{/branch}", + "tags_url": "https://api.github.com/repos/draios/falco/tags", + "blobs_url": "https://api.github.com/repos/draios/falco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/draios/falco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/draios/falco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/draios/falco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/draios/falco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/draios/falco/languages", + "stargazers_url": "https://api.github.com/repos/draios/falco/stargazers", + "contributors_url": "https://api.github.com/repos/draios/falco/contributors", + "subscribers_url": "https://api.github.com/repos/draios/falco/subscribers", + "subscription_url": "https://api.github.com/repos/draios/falco/subscription", + "commits_url": "https://api.github.com/repos/draios/falco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/draios/falco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/draios/falco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/draios/falco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/draios/falco/contents/{+path}", + "compare_url": "https://api.github.com/repos/draios/falco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/draios/falco/merges", + "archive_url": "https://api.github.com/repos/draios/falco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/draios/falco/downloads", + "issues_url": "https://api.github.com/repos/draios/falco/issues{/number}", + "pulls_url": "https://api.github.com/repos/draios/falco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/draios/falco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/draios/falco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/draios/falco/labels{/name}", + "releases_url": "https://api.github.com/repos/draios/falco/releases{/id}", + "deployments_url": "https://api.github.com/repos/draios/falco/deployments", + "created_at": "2016-01-19T21:58:12Z", + "updated_at": "2018-08-09T08:46:11Z", + "pushed_at": "2018-08-07T22:32:41Z", + "git_url": "git://github.com/draios/falco.git", + "ssh_url": "git@github.com:draios/falco.git", + "clone_url": "https://github.com/draios/falco.git", + "svn_url": "https://github.com/draios/falco", + "homepage": "", + "size": 2818, + "stargazers_count": 898, + "watchers_count": 898, + "language": "C++", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 90, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 90, + "open_issues": 45, + "watchers": 898, + "default_branch": "dev", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "draios", + "id": 5068817, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUwNjg4MTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/5068817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/draios", + "html_url": "https://github.com/draios", + "followers_url": "https://api.github.com/users/draios/followers", + "following_url": "https://api.github.com/users/draios/following{/other_user}", + "gists_url": "https://api.github.com/users/draios/gists{/gist_id}", + "starred_url": "https://api.github.com/users/draios/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/draios/subscriptions", + "organizations_url": "https://api.github.com/users/draios/orgs", + "repos_url": "https://api.github.com/users/draios/repos", + "events_url": "https://api.github.com/users/draios/events{/privacy}", + "received_events_url": "https://api.github.com/users/draios/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 90, + "subscribers_count": 88 + }, + { + "id": 20342962, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDM0Mjk2Mg==", + "name": "docker-grand-ambassador", + "full_name": "cpuguy83/docker-grand-ambassador", + "owner": { + "login": "cpuguy83", + "id": 799078, + "node_id": "MDQ6VXNlcjc5OTA3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/799078?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cpuguy83", + "html_url": "https://github.com/cpuguy83", + "followers_url": "https://api.github.com/users/cpuguy83/followers", + "following_url": "https://api.github.com/users/cpuguy83/following{/other_user}", + "gists_url": "https://api.github.com/users/cpuguy83/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cpuguy83/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cpuguy83/subscriptions", + "organizations_url": "https://api.github.com/users/cpuguy83/orgs", + "repos_url": "https://api.github.com/users/cpuguy83/repos", + "events_url": "https://api.github.com/users/cpuguy83/events{/privacy}", + "received_events_url": "https://api.github.com/users/cpuguy83/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador", + "forks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/forks", + "keys_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/teams", + "hooks_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/hooks", + "issue_events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/events{/number}", + "events_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/events", + "assignees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/assignees{/user}", + "branches_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/branches{/branch}", + "tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/tags", + "blobs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/languages", + "stargazers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/stargazers", + "contributors_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contributors", + "subscribers_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscribers", + "subscription_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/subscription", + "commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/contents/{+path}", + "compare_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/merges", + "archive_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/downloads", + "issues_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/issues{/number}", + "pulls_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/labels{/name}", + "releases_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/releases{/id}", + "deployments_url": "https://api.github.com/repos/cpuguy83/docker-grand-ambassador/deployments", + "created_at": "2014-05-30T21:24:51Z", + "updated_at": "2018-07-18T18:23:51Z", + "pushed_at": "2015-01-20T17:11:31Z", + "git_url": "git://github.com/cpuguy83/docker-grand-ambassador.git", + "ssh_url": "git@github.com:cpuguy83/docker-grand-ambassador.git", + "clone_url": "https://github.com/cpuguy83/docker-grand-ambassador.git", + "svn_url": "https://github.com/cpuguy83/docker-grand-ambassador", + "homepage": null, + "size": 384, + "stargazers_count": 194, + "watchers_count": 194, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 22, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 22, + "open_issues": 0, + "watchers": 194, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 22, + "subscribers_count": 12 + }, + { + "id": 20207362, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDIwNzM2Mg==", + "name": "docker-consul", + "full_name": "gliderlabs/docker-consul", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-consul", + "description": "Dockerized Consul", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-consul", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-consul/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-consul/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-consul/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-consul/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-consul/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-consul/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-consul/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-consul/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-consul/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-consul/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-consul/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-consul/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-consul/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-consul/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-consul/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-consul/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-consul/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-consul/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-consul/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-consul/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-consul/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-consul/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-consul/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-consul/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-consul/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-consul/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-consul/deployments", + "created_at": "2014-05-27T04:48:58Z", + "updated_at": "2018-08-02T03:39:01Z", + "pushed_at": "2018-01-03T10:44:10Z", + "git_url": "git://github.com/gliderlabs/docker-consul.git", + "ssh_url": "git@github.com:gliderlabs/docker-consul.git", + "clone_url": "https://github.com/gliderlabs/docker-consul.git", + "svn_url": "https://github.com/gliderlabs/docker-consul", + "homepage": "", + "size": 64, + "stargazers_count": 1033, + "watchers_count": 1033, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 294, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 294, + "open_issues": 35, + "watchers": 1033, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 294, + "subscribers_count": 65 + }, + { + "id": 11225014, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTIyNTAxNA==", + "name": "etcd", + "full_name": "coreos/etcd", + "owner": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/coreos/etcd", + "description": "Distributed reliable key-value store for the most critical data of a distributed system", + "fork": false, + "url": "https://api.github.com/repos/coreos/etcd", + "forks_url": "https://api.github.com/repos/coreos/etcd/forks", + "keys_url": "https://api.github.com/repos/coreos/etcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/coreos/etcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/coreos/etcd/teams", + "hooks_url": "https://api.github.com/repos/coreos/etcd/hooks", + "issue_events_url": "https://api.github.com/repos/coreos/etcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/coreos/etcd/events", + "assignees_url": "https://api.github.com/repos/coreos/etcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/coreos/etcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/coreos/etcd/tags", + "blobs_url": "https://api.github.com/repos/coreos/etcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/coreos/etcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/coreos/etcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/coreos/etcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/coreos/etcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/coreos/etcd/languages", + "stargazers_url": "https://api.github.com/repos/coreos/etcd/stargazers", + "contributors_url": "https://api.github.com/repos/coreos/etcd/contributors", + "subscribers_url": "https://api.github.com/repos/coreos/etcd/subscribers", + "subscription_url": "https://api.github.com/repos/coreos/etcd/subscription", + "commits_url": "https://api.github.com/repos/coreos/etcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/coreos/etcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/coreos/etcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/coreos/etcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/coreos/etcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/coreos/etcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/coreos/etcd/merges", + "archive_url": "https://api.github.com/repos/coreos/etcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/coreos/etcd/downloads", + "issues_url": "https://api.github.com/repos/coreos/etcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/coreos/etcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/coreos/etcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/coreos/etcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/coreos/etcd/labels{/name}", + "releases_url": "https://api.github.com/repos/coreos/etcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/coreos/etcd/deployments", + "created_at": "2013-07-06T21:57:21Z", + "updated_at": "2018-08-09T16:03:38Z", + "pushed_at": "2018-08-09T03:06:30Z", + "git_url": "git://github.com/coreos/etcd.git", + "ssh_url": "git@github.com:coreos/etcd.git", + "clone_url": "https://github.com/coreos/etcd.git", + "svn_url": "https://github.com/coreos/etcd", + "homepage": "https://etcd.readthedocs.io/en/latest", + "size": 45161, + "stargazers_count": 19645, + "watchers_count": 19645, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 3923, + "mirror_url": null, + "archived": false, + "open_issues_count": 277, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3923, + "open_issues": 277, + "watchers": 19645, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "coreos", + "id": 3730757, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzA3NTc=", + "avatar_url": "https://avatars3.githubusercontent.com/u/3730757?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/coreos", + "html_url": "https://github.com/coreos", + "followers_url": "https://api.github.com/users/coreos/followers", + "following_url": "https://api.github.com/users/coreos/following{/other_user}", + "gists_url": "https://api.github.com/users/coreos/gists{/gist_id}", + "starred_url": "https://api.github.com/users/coreos/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/coreos/subscriptions", + "organizations_url": "https://api.github.com/users/coreos/orgs", + "repos_url": "https://api.github.com/users/coreos/repos", + "events_url": "https://api.github.com/users/coreos/events{/privacy}", + "received_events_url": "https://api.github.com/users/coreos/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3923, + "subscribers_count": 1124 + }, + { + "id": 74175805, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDE3NTgwNQ==", + "name": "istio", + "full_name": "istio/istio", + "owner": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/istio/istio", + "description": "Connect, secure, control, and observe services.", + "fork": false, + "url": "https://api.github.com/repos/istio/istio", + "forks_url": "https://api.github.com/repos/istio/istio/forks", + "keys_url": "https://api.github.com/repos/istio/istio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/istio/istio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/istio/istio/teams", + "hooks_url": "https://api.github.com/repos/istio/istio/hooks", + "issue_events_url": "https://api.github.com/repos/istio/istio/issues/events{/number}", + "events_url": "https://api.github.com/repos/istio/istio/events", + "assignees_url": "https://api.github.com/repos/istio/istio/assignees{/user}", + "branches_url": "https://api.github.com/repos/istio/istio/branches{/branch}", + "tags_url": "https://api.github.com/repos/istio/istio/tags", + "blobs_url": "https://api.github.com/repos/istio/istio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/istio/istio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/istio/istio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/istio/istio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/istio/istio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/istio/istio/languages", + "stargazers_url": "https://api.github.com/repos/istio/istio/stargazers", + "contributors_url": "https://api.github.com/repos/istio/istio/contributors", + "subscribers_url": "https://api.github.com/repos/istio/istio/subscribers", + "subscription_url": "https://api.github.com/repos/istio/istio/subscription", + "commits_url": "https://api.github.com/repos/istio/istio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/istio/istio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/istio/istio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/istio/istio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/istio/istio/contents/{+path}", + "compare_url": "https://api.github.com/repos/istio/istio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/istio/istio/merges", + "archive_url": "https://api.github.com/repos/istio/istio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/istio/istio/downloads", + "issues_url": "https://api.github.com/repos/istio/istio/issues{/number}", + "pulls_url": "https://api.github.com/repos/istio/istio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/istio/istio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/istio/istio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/istio/istio/labels{/name}", + "releases_url": "https://api.github.com/repos/istio/istio/releases{/id}", + "deployments_url": "https://api.github.com/repos/istio/istio/deployments", + "created_at": "2016-11-18T23:57:21Z", + "updated_at": "2018-08-09T16:19:22Z", + "pushed_at": "2018-08-09T16:03:36Z", + "git_url": "git://github.com/istio/istio.git", + "ssh_url": "git@github.com:istio/istio.git", + "clone_url": "https://github.com/istio/istio.git", + "svn_url": "https://github.com/istio/istio", + "homepage": "https://istio.io", + "size": 42988, + "stargazers_count": 10653, + "watchers_count": 10653, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1497, + "mirror_url": null, + "archived": false, + "open_issues_count": 893, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1497, + "open_issues": 893, + "watchers": 10653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "istio", + "id": 23534644, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTM0NjQ0", + "avatar_url": "https://avatars1.githubusercontent.com/u/23534644?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/istio", + "html_url": "https://github.com/istio", + "followers_url": "https://api.github.com/users/istio/followers", + "following_url": "https://api.github.com/users/istio/following{/other_user}", + "gists_url": "https://api.github.com/users/istio/gists{/gist_id}", + "starred_url": "https://api.github.com/users/istio/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/istio/subscriptions", + "organizations_url": "https://api.github.com/users/istio/orgs", + "repos_url": "https://api.github.com/users/istio/repos", + "events_url": "https://api.github.com/users/istio/events{/privacy}", + "received_events_url": "https://api.github.com/users/istio/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1497, + "subscribers_count": 694 + }, + { + "id": 33709763, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzcwOTc2Mw==", + "name": "proxy", + "full_name": "factorish/proxy", + "owner": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/factorish/proxy", + "description": "lightweight nginx based load balancer self using service discovery provided by registrator.", + "fork": false, + "url": "https://api.github.com/repos/factorish/proxy", + "forks_url": "https://api.github.com/repos/factorish/proxy/forks", + "keys_url": "https://api.github.com/repos/factorish/proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/factorish/proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/factorish/proxy/teams", + "hooks_url": "https://api.github.com/repos/factorish/proxy/hooks", + "issue_events_url": "https://api.github.com/repos/factorish/proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/factorish/proxy/events", + "assignees_url": "https://api.github.com/repos/factorish/proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/factorish/proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/factorish/proxy/tags", + "blobs_url": "https://api.github.com/repos/factorish/proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/factorish/proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/factorish/proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/factorish/proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/factorish/proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/factorish/proxy/languages", + "stargazers_url": "https://api.github.com/repos/factorish/proxy/stargazers", + "contributors_url": "https://api.github.com/repos/factorish/proxy/contributors", + "subscribers_url": "https://api.github.com/repos/factorish/proxy/subscribers", + "subscription_url": "https://api.github.com/repos/factorish/proxy/subscription", + "commits_url": "https://api.github.com/repos/factorish/proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/factorish/proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/factorish/proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/factorish/proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/factorish/proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/factorish/proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/factorish/proxy/merges", + "archive_url": "https://api.github.com/repos/factorish/proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/factorish/proxy/downloads", + "issues_url": "https://api.github.com/repos/factorish/proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/factorish/proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/factorish/proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/factorish/proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/factorish/proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/factorish/proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/factorish/proxy/deployments", + "created_at": "2015-04-10T05:15:20Z", + "updated_at": "2018-08-04T04:59:22Z", + "pushed_at": "2015-04-26T19:44:00Z", + "git_url": "git://github.com/factorish/proxy.git", + "ssh_url": "git@github.com:factorish/proxy.git", + "clone_url": "https://github.com/factorish/proxy.git", + "svn_url": "https://github.com/factorish/proxy", + "homepage": null, + "size": 146, + "stargazers_count": 50, + "watchers_count": 50, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2, + "open_issues": 0, + "watchers": 50, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "factorish", + "id": 10574918, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTc0OTE4", + "avatar_url": "https://avatars3.githubusercontent.com/u/10574918?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/factorish", + "html_url": "https://github.com/factorish", + "followers_url": "https://api.github.com/users/factorish/followers", + "following_url": "https://api.github.com/users/factorish/following{/other_user}", + "gists_url": "https://api.github.com/users/factorish/gists{/gist_id}", + "starred_url": "https://api.github.com/users/factorish/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/factorish/subscriptions", + "organizations_url": "https://api.github.com/users/factorish/orgs", + "repos_url": "https://api.github.com/users/factorish/repos", + "events_url": "https://api.github.com/users/factorish/events{/privacy}", + "received_events_url": "https://api.github.com/users/factorish/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 4 + }, + { + "id": 22119747, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjExOTc0Nw==", + "name": "registrator", + "full_name": "gliderlabs/registrator", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/registrator", + "description": "Service registry bridge for Docker with pluggable adapters", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/registrator", + "forks_url": "https://api.github.com/repos/gliderlabs/registrator/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/registrator/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/registrator/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/registrator/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/registrator/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/registrator/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/registrator/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/registrator/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/registrator/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/registrator/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/registrator/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/registrator/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/registrator/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/registrator/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/registrator/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/registrator/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/registrator/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/registrator/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/registrator/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/registrator/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/registrator/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/registrator/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/registrator/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/registrator/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/registrator/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/registrator/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/registrator/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/registrator/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/registrator/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/registrator/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/registrator/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/registrator/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/registrator/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/registrator/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/registrator/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/registrator/deployments", + "created_at": "2014-07-22T20:36:02Z", + "updated_at": "2018-08-09T11:20:59Z", + "pushed_at": "2018-07-14T00:14:18Z", + "git_url": "git://github.com/gliderlabs/registrator.git", + "ssh_url": "git@github.com:gliderlabs/registrator.git", + "clone_url": "https://github.com/gliderlabs/registrator.git", + "svn_url": "https://github.com/gliderlabs/registrator", + "homepage": "http://gliderlabs.com/registrator", + "size": 23936, + "stargazers_count": 3749, + "watchers_count": 3749, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 750, + "mirror_url": null, + "archived": false, + "open_issues_count": 225, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 750, + "open_issues": 225, + "watchers": 3749, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 750, + "subscribers_count": 169 + }, + { + "id": 40025292, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDAyNTI5Mg==", + "name": "blockbridge-docker-volume", + "full_name": "blockbridge/blockbridge-docker-volume", + "owner": { + "login": "blockbridge", + "id": 11982909, + "node_id": "MDQ6VXNlcjExOTgyOTA5", + "avatar_url": "https://avatars2.githubusercontent.com/u/11982909?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/blockbridge", + "html_url": "https://github.com/blockbridge", + "followers_url": "https://api.github.com/users/blockbridge/followers", + "following_url": "https://api.github.com/users/blockbridge/following{/other_user}", + "gists_url": "https://api.github.com/users/blockbridge/gists{/gist_id}", + "starred_url": "https://api.github.com/users/blockbridge/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/blockbridge/subscriptions", + "organizations_url": "https://api.github.com/users/blockbridge/orgs", + "repos_url": "https://api.github.com/users/blockbridge/repos", + "events_url": "https://api.github.com/users/blockbridge/events{/privacy}", + "received_events_url": "https://api.github.com/users/blockbridge/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "description": "Blockbridge volume plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume", + "forks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/forks", + "keys_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/teams", + "hooks_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/hooks", + "issue_events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/events{/number}", + "events_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/events", + "assignees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/assignees{/user}", + "branches_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/branches{/branch}", + "tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/tags", + "blobs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/statuses/{sha}", + "languages_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/languages", + "stargazers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/stargazers", + "contributors_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contributors", + "subscribers_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscribers", + "subscription_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/subscription", + "commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/contents/{+path}", + "compare_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/merges", + "archive_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/downloads", + "issues_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/issues{/number}", + "pulls_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/pulls{/number}", + "milestones_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/milestones{/number}", + "notifications_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/labels{/name}", + "releases_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/releases{/id}", + "deployments_url": "https://api.github.com/repos/blockbridge/blockbridge-docker-volume/deployments", + "created_at": "2015-07-31T21:17:53Z", + "updated_at": "2018-07-28T07:39:13Z", + "pushed_at": "2017-12-07T19:56:25Z", + "git_url": "git://github.com/blockbridge/blockbridge-docker-volume.git", + "ssh_url": "git@github.com:blockbridge/blockbridge-docker-volume.git", + "clone_url": "https://github.com/blockbridge/blockbridge-docker-volume.git", + "svn_url": "https://github.com/blockbridge/blockbridge-docker-volume", + "homepage": null, + "size": 195, + "stargazers_count": 73, + "watchers_count": 73, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 10, + "open_issues": 0, + "watchers": 73, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 9 + }, + { + "id": 29041226, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTA0MTIyNg==", + "name": "convoy", + "full_name": "rancher/convoy", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/convoy", + "description": "A Docker volume plugin, managing persistent container volumes.", + "fork": false, + "url": "https://api.github.com/repos/rancher/convoy", + "forks_url": "https://api.github.com/repos/rancher/convoy/forks", + "keys_url": "https://api.github.com/repos/rancher/convoy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/convoy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/convoy/teams", + "hooks_url": "https://api.github.com/repos/rancher/convoy/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/convoy/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/convoy/events", + "assignees_url": "https://api.github.com/repos/rancher/convoy/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/convoy/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/convoy/tags", + "blobs_url": "https://api.github.com/repos/rancher/convoy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/convoy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/convoy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/convoy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/convoy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/convoy/languages", + "stargazers_url": "https://api.github.com/repos/rancher/convoy/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/convoy/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/convoy/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/convoy/subscription", + "commits_url": "https://api.github.com/repos/rancher/convoy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/convoy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/convoy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/convoy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/convoy/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/convoy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/convoy/merges", + "archive_url": "https://api.github.com/repos/rancher/convoy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/convoy/downloads", + "issues_url": "https://api.github.com/repos/rancher/convoy/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/convoy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/convoy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/convoy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/convoy/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/convoy/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/convoy/deployments", + "created_at": "2015-01-10T00:10:25Z", + "updated_at": "2018-08-09T12:03:17Z", + "pushed_at": "2017-06-16T22:44:57Z", + "git_url": "git://github.com/rancher/convoy.git", + "ssh_url": "git@github.com:rancher/convoy.git", + "clone_url": "https://github.com/rancher/convoy.git", + "svn_url": "https://github.com/rancher/convoy", + "homepage": "", + "size": 4374, + "stargazers_count": 1018, + "watchers_count": 1018, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 109, + "mirror_url": null, + "archived": false, + "open_issues_count": 73, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 109, + "open_issues": 73, + "watchers": 1018, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 109, + "subscribers_count": 39 + }, + { + "id": 35803883, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgwMzg4Mw==", + "name": "docker-machine-nfs", + "full_name": "adlogix/docker-machine-nfs", + "owner": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adlogix/docker-machine-nfs", + "description": "Activates NFS on docker-machine", + "fork": false, + "url": "https://api.github.com/repos/adlogix/docker-machine-nfs", + "forks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/forks", + "keys_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/teams", + "hooks_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/hooks", + "issue_events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/events{/number}", + "events_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/events", + "assignees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/assignees{/user}", + "branches_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/branches{/branch}", + "tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/tags", + "blobs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/languages", + "stargazers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/stargazers", + "contributors_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contributors", + "subscribers_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscribers", + "subscription_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/subscription", + "commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/contents/{+path}", + "compare_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/merges", + "archive_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/downloads", + "issues_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/issues{/number}", + "pulls_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/labels{/name}", + "releases_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/releases{/id}", + "deployments_url": "https://api.github.com/repos/adlogix/docker-machine-nfs/deployments", + "created_at": "2015-05-18T07:42:35Z", + "updated_at": "2018-08-03T09:53:39Z", + "pushed_at": "2018-05-18T07:23:40Z", + "git_url": "git://github.com/adlogix/docker-machine-nfs.git", + "ssh_url": "git@github.com:adlogix/docker-machine-nfs.git", + "clone_url": "https://github.com/adlogix/docker-machine-nfs.git", + "svn_url": "https://github.com/adlogix/docker-machine-nfs", + "homepage": "", + "size": 190, + "stargazers_count": 733, + "watchers_count": 733, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 95, + "open_issues": 9, + "watchers": 733, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "adlogix", + "id": 584264, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDI2NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/584264?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adlogix", + "html_url": "https://github.com/adlogix", + "followers_url": "https://api.github.com/users/adlogix/followers", + "following_url": "https://api.github.com/users/adlogix/following{/other_user}", + "gists_url": "https://api.github.com/users/adlogix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adlogix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adlogix/subscriptions", + "organizations_url": "https://api.github.com/users/adlogix/orgs", + "repos_url": "https://api.github.com/users/adlogix/repos", + "events_url": "https://api.github.com/users/adlogix/events{/privacy}", + "received_events_url": "https://api.github.com/users/adlogix/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 30 + }, + { + "id": 34205411, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNTQxMQ==", + "name": "docker-unison", + "full_name": "leighmcculloch/docker-unison", + "owner": { + "login": "leighmcculloch", + "id": 351529, + "node_id": "MDQ6VXNlcjM1MTUyOQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/351529?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/leighmcculloch", + "html_url": "https://github.com/leighmcculloch", + "followers_url": "https://api.github.com/users/leighmcculloch/followers", + "following_url": "https://api.github.com/users/leighmcculloch/following{/other_user}", + "gists_url": "https://api.github.com/users/leighmcculloch/gists{/gist_id}", + "starred_url": "https://api.github.com/users/leighmcculloch/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/leighmcculloch/subscriptions", + "organizations_url": "https://api.github.com/users/leighmcculloch/orgs", + "repos_url": "https://api.github.com/users/leighmcculloch/repos", + "events_url": "https://api.github.com/users/leighmcculloch/events{/privacy}", + "received_events_url": "https://api.github.com/users/leighmcculloch/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/leighmcculloch/docker-unison", + "description": "A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.", + "fork": false, + "url": "https://api.github.com/repos/leighmcculloch/docker-unison", + "forks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/forks", + "keys_url": "https://api.github.com/repos/leighmcculloch/docker-unison/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/leighmcculloch/docker-unison/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/leighmcculloch/docker-unison/teams", + "hooks_url": "https://api.github.com/repos/leighmcculloch/docker-unison/hooks", + "issue_events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/events{/number}", + "events_url": "https://api.github.com/repos/leighmcculloch/docker-unison/events", + "assignees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/assignees{/user}", + "branches_url": "https://api.github.com/repos/leighmcculloch/docker-unison/branches{/branch}", + "tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/tags", + "blobs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/leighmcculloch/docker-unison/statuses/{sha}", + "languages_url": "https://api.github.com/repos/leighmcculloch/docker-unison/languages", + "stargazers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/stargazers", + "contributors_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contributors", + "subscribers_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscribers", + "subscription_url": "https://api.github.com/repos/leighmcculloch/docker-unison/subscription", + "commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/leighmcculloch/docker-unison/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/leighmcculloch/docker-unison/contents/{+path}", + "compare_url": "https://api.github.com/repos/leighmcculloch/docker-unison/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/leighmcculloch/docker-unison/merges", + "archive_url": "https://api.github.com/repos/leighmcculloch/docker-unison/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/leighmcculloch/docker-unison/downloads", + "issues_url": "https://api.github.com/repos/leighmcculloch/docker-unison/issues{/number}", + "pulls_url": "https://api.github.com/repos/leighmcculloch/docker-unison/pulls{/number}", + "milestones_url": "https://api.github.com/repos/leighmcculloch/docker-unison/milestones{/number}", + "notifications_url": "https://api.github.com/repos/leighmcculloch/docker-unison/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/leighmcculloch/docker-unison/labels{/name}", + "releases_url": "https://api.github.com/repos/leighmcculloch/docker-unison/releases{/id}", + "deployments_url": "https://api.github.com/repos/leighmcculloch/docker-unison/deployments", + "created_at": "2015-04-19T12:17:36Z", + "updated_at": "2018-06-23T08:07:05Z", + "pushed_at": "2016-11-05T04:47:04Z", + "git_url": "git://github.com/leighmcculloch/docker-unison.git", + "ssh_url": "git@github.com:leighmcculloch/docker-unison.git", + "clone_url": "https://github.com/leighmcculloch/docker-unison.git", + "svn_url": "https://github.com/leighmcculloch/docker-unison", + "homepage": "", + "size": 4969, + "stargazers_count": 163, + "watchers_count": 163, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 25, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 25, + "open_issues": 9, + "watchers": 163, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 25, + "subscribers_count": 12 + }, + { + "id": 51194610, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTE5NDYxMA==", + "name": "local-persist", + "full_name": "CWSpear/local-persist", + "owner": { + "login": "CWSpear", + "id": 495855, + "node_id": "MDQ6VXNlcjQ5NTg1NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/495855?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CWSpear", + "html_url": "https://github.com/CWSpear", + "followers_url": "https://api.github.com/users/CWSpear/followers", + "following_url": "https://api.github.com/users/CWSpear/following{/other_user}", + "gists_url": "https://api.github.com/users/CWSpear/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CWSpear/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CWSpear/subscriptions", + "organizations_url": "https://api.github.com/users/CWSpear/orgs", + "repos_url": "https://api.github.com/users/CWSpear/repos", + "events_url": "https://api.github.com/users/CWSpear/events{/privacy}", + "received_events_url": "https://api.github.com/users/CWSpear/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CWSpear/local-persist", + "description": "Create named local volumes that persist in the location(s) you want", + "fork": false, + "url": "https://api.github.com/repos/CWSpear/local-persist", + "forks_url": "https://api.github.com/repos/CWSpear/local-persist/forks", + "keys_url": "https://api.github.com/repos/CWSpear/local-persist/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CWSpear/local-persist/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CWSpear/local-persist/teams", + "hooks_url": "https://api.github.com/repos/CWSpear/local-persist/hooks", + "issue_events_url": "https://api.github.com/repos/CWSpear/local-persist/issues/events{/number}", + "events_url": "https://api.github.com/repos/CWSpear/local-persist/events", + "assignees_url": "https://api.github.com/repos/CWSpear/local-persist/assignees{/user}", + "branches_url": "https://api.github.com/repos/CWSpear/local-persist/branches{/branch}", + "tags_url": "https://api.github.com/repos/CWSpear/local-persist/tags", + "blobs_url": "https://api.github.com/repos/CWSpear/local-persist/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CWSpear/local-persist/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CWSpear/local-persist/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CWSpear/local-persist/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CWSpear/local-persist/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CWSpear/local-persist/languages", + "stargazers_url": "https://api.github.com/repos/CWSpear/local-persist/stargazers", + "contributors_url": "https://api.github.com/repos/CWSpear/local-persist/contributors", + "subscribers_url": "https://api.github.com/repos/CWSpear/local-persist/subscribers", + "subscription_url": "https://api.github.com/repos/CWSpear/local-persist/subscription", + "commits_url": "https://api.github.com/repos/CWSpear/local-persist/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CWSpear/local-persist/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CWSpear/local-persist/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CWSpear/local-persist/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CWSpear/local-persist/contents/{+path}", + "compare_url": "https://api.github.com/repos/CWSpear/local-persist/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CWSpear/local-persist/merges", + "archive_url": "https://api.github.com/repos/CWSpear/local-persist/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CWSpear/local-persist/downloads", + "issues_url": "https://api.github.com/repos/CWSpear/local-persist/issues{/number}", + "pulls_url": "https://api.github.com/repos/CWSpear/local-persist/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CWSpear/local-persist/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CWSpear/local-persist/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CWSpear/local-persist/labels{/name}", + "releases_url": "https://api.github.com/repos/CWSpear/local-persist/releases{/id}", + "deployments_url": "https://api.github.com/repos/CWSpear/local-persist/deployments", + "created_at": "2016-02-06T08:00:07Z", + "updated_at": "2018-08-09T02:05:51Z", + "pushed_at": "2018-04-12T06:20:37Z", + "git_url": "git://github.com/CWSpear/local-persist.git", + "ssh_url": "git@github.com:CWSpear/local-persist.git", + "clone_url": "https://github.com/CWSpear/local-persist.git", + "svn_url": "https://github.com/CWSpear/local-persist", + "homepage": "", + "size": 76, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 34, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 34, + "open_issues": 3, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 34, + "subscribers_count": 29 + }, + { + "id": 67434593, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQzNDU5Mw==", + "name": "minio", + "full_name": "jelastic-jps/minio", + "owner": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jelastic-jps/minio", + "description": "Minio Cluster - S3 Compatible Object Storage", + "fork": false, + "url": "https://api.github.com/repos/jelastic-jps/minio", + "forks_url": "https://api.github.com/repos/jelastic-jps/minio/forks", + "keys_url": "https://api.github.com/repos/jelastic-jps/minio/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jelastic-jps/minio/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jelastic-jps/minio/teams", + "hooks_url": "https://api.github.com/repos/jelastic-jps/minio/hooks", + "issue_events_url": "https://api.github.com/repos/jelastic-jps/minio/issues/events{/number}", + "events_url": "https://api.github.com/repos/jelastic-jps/minio/events", + "assignees_url": "https://api.github.com/repos/jelastic-jps/minio/assignees{/user}", + "branches_url": "https://api.github.com/repos/jelastic-jps/minio/branches{/branch}", + "tags_url": "https://api.github.com/repos/jelastic-jps/minio/tags", + "blobs_url": "https://api.github.com/repos/jelastic-jps/minio/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jelastic-jps/minio/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jelastic-jps/minio/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jelastic-jps/minio/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jelastic-jps/minio/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jelastic-jps/minio/languages", + "stargazers_url": "https://api.github.com/repos/jelastic-jps/minio/stargazers", + "contributors_url": "https://api.github.com/repos/jelastic-jps/minio/contributors", + "subscribers_url": "https://api.github.com/repos/jelastic-jps/minio/subscribers", + "subscription_url": "https://api.github.com/repos/jelastic-jps/minio/subscription", + "commits_url": "https://api.github.com/repos/jelastic-jps/minio/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jelastic-jps/minio/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jelastic-jps/minio/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jelastic-jps/minio/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jelastic-jps/minio/contents/{+path}", + "compare_url": "https://api.github.com/repos/jelastic-jps/minio/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jelastic-jps/minio/merges", + "archive_url": "https://api.github.com/repos/jelastic-jps/minio/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jelastic-jps/minio/downloads", + "issues_url": "https://api.github.com/repos/jelastic-jps/minio/issues{/number}", + "pulls_url": "https://api.github.com/repos/jelastic-jps/minio/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jelastic-jps/minio/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jelastic-jps/minio/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jelastic-jps/minio/labels{/name}", + "releases_url": "https://api.github.com/repos/jelastic-jps/minio/releases{/id}", + "deployments_url": "https://api.github.com/repos/jelastic-jps/minio/deployments", + "created_at": "2016-09-05T16:08:58Z", + "updated_at": "2018-05-23T11:06:51Z", + "pushed_at": "2018-03-06T15:28:31Z", + "git_url": "git://github.com/jelastic-jps/minio.git", + "ssh_url": "git@github.com:jelastic-jps/minio.git", + "clone_url": "https://github.com/jelastic-jps/minio.git", + "svn_url": "https://github.com/jelastic-jps/minio", + "homepage": "", + "size": 3066, + "stargazers_count": 30, + "watchers_count": 30, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 6, + "open_issues": 1, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jelastic-jps", + "id": 19328652, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5MzI4NjUy", + "avatar_url": "https://avatars3.githubusercontent.com/u/19328652?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jelastic-jps", + "html_url": "https://github.com/jelastic-jps", + "followers_url": "https://api.github.com/users/jelastic-jps/followers", + "following_url": "https://api.github.com/users/jelastic-jps/following{/other_user}", + "gists_url": "https://api.github.com/users/jelastic-jps/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jelastic-jps/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jelastic-jps/subscriptions", + "organizations_url": "https://api.github.com/users/jelastic-jps/orgs", + "repos_url": "https://api.github.com/users/jelastic-jps/repos", + "events_url": "https://api.github.com/users/jelastic-jps/events{/privacy}", + "received_events_url": "https://api.github.com/users/jelastic-jps/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 44638257, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDYzODI1Nw==", + "name": "docker-volume-netshare", + "full_name": "ContainX/docker-volume-netshare", + "owner": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ContainX/docker-volume-netshare", + "description": "Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin", + "fork": false, + "url": "https://api.github.com/repos/ContainX/docker-volume-netshare", + "forks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/forks", + "keys_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/teams", + "hooks_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/hooks", + "issue_events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/events{/number}", + "events_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/events", + "assignees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/assignees{/user}", + "branches_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/branches{/branch}", + "tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/tags", + "blobs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/languages", + "stargazers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/stargazers", + "contributors_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contributors", + "subscribers_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscribers", + "subscription_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/subscription", + "commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/contents/{+path}", + "compare_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/merges", + "archive_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/downloads", + "issues_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/issues{/number}", + "pulls_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/labels{/name}", + "releases_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/releases{/id}", + "deployments_url": "https://api.github.com/repos/ContainX/docker-volume-netshare/deployments", + "created_at": "2015-10-20T22:21:35Z", + "updated_at": "2018-08-08T01:43:18Z", + "pushed_at": "2018-06-16T23:01:15Z", + "git_url": "git://github.com/ContainX/docker-volume-netshare.git", + "ssh_url": "git@github.com:ContainX/docker-volume-netshare.git", + "clone_url": "https://github.com/ContainX/docker-volume-netshare.git", + "svn_url": "https://github.com/ContainX/docker-volume-netshare", + "homepage": "http://netshare.containx.io", + "size": 3156, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 112, + "mirror_url": null, + "archived": false, + "open_issues_count": 84, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 112, + "open_issues": 84, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ContainX", + "id": 18368830, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4MzY4ODMw", + "avatar_url": "https://avatars3.githubusercontent.com/u/18368830?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ContainX", + "html_url": "https://github.com/ContainX", + "followers_url": "https://api.github.com/users/ContainX/followers", + "following_url": "https://api.github.com/users/ContainX/following{/other_user}", + "gists_url": "https://api.github.com/users/ContainX/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ContainX/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ContainX/subscriptions", + "organizations_url": "https://api.github.com/users/ContainX/orgs", + "repos_url": "https://api.github.com/users/ContainX/repos", + "events_url": "https://api.github.com/users/ContainX/events{/privacy}", + "received_events_url": "https://api.github.com/users/ContainX/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 112, + "subscribers_count": 50 + }, + { + "id": 33909634, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzkwOTYzNA==", + "name": "rexray", + "full_name": "rexray/rexray", + "owner": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rexray/rexray", + "description": "REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads", + "fork": false, + "url": "https://api.github.com/repos/rexray/rexray", + "forks_url": "https://api.github.com/repos/rexray/rexray/forks", + "keys_url": "https://api.github.com/repos/rexray/rexray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rexray/rexray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rexray/rexray/teams", + "hooks_url": "https://api.github.com/repos/rexray/rexray/hooks", + "issue_events_url": "https://api.github.com/repos/rexray/rexray/issues/events{/number}", + "events_url": "https://api.github.com/repos/rexray/rexray/events", + "assignees_url": "https://api.github.com/repos/rexray/rexray/assignees{/user}", + "branches_url": "https://api.github.com/repos/rexray/rexray/branches{/branch}", + "tags_url": "https://api.github.com/repos/rexray/rexray/tags", + "blobs_url": "https://api.github.com/repos/rexray/rexray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rexray/rexray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rexray/rexray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rexray/rexray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rexray/rexray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rexray/rexray/languages", + "stargazers_url": "https://api.github.com/repos/rexray/rexray/stargazers", + "contributors_url": "https://api.github.com/repos/rexray/rexray/contributors", + "subscribers_url": "https://api.github.com/repos/rexray/rexray/subscribers", + "subscription_url": "https://api.github.com/repos/rexray/rexray/subscription", + "commits_url": "https://api.github.com/repos/rexray/rexray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rexray/rexray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rexray/rexray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rexray/rexray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rexray/rexray/contents/{+path}", + "compare_url": "https://api.github.com/repos/rexray/rexray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rexray/rexray/merges", + "archive_url": "https://api.github.com/repos/rexray/rexray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rexray/rexray/downloads", + "issues_url": "https://api.github.com/repos/rexray/rexray/issues{/number}", + "pulls_url": "https://api.github.com/repos/rexray/rexray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rexray/rexray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rexray/rexray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rexray/rexray/labels{/name}", + "releases_url": "https://api.github.com/repos/rexray/rexray/releases{/id}", + "deployments_url": "https://api.github.com/repos/rexray/rexray/deployments", + "created_at": "2015-04-14T03:53:58Z", + "updated_at": "2018-08-08T20:12:17Z", + "pushed_at": "2018-07-09T18:47:50Z", + "git_url": "git://github.com/rexray/rexray.git", + "ssh_url": "git@github.com:rexray/rexray.git", + "clone_url": "https://github.com/rexray/rexray.git", + "svn_url": "https://github.com/rexray/rexray", + "homepage": "http://rexray.io", + "size": 49773, + "stargazers_count": 1288, + "watchers_count": 1288, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 202, + "mirror_url": null, + "archived": false, + "open_issues_count": 206, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 202, + "open_issues": 206, + "watchers": 1288, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rexray", + "id": 36492140, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM2NDkyMTQw", + "avatar_url": "https://avatars1.githubusercontent.com/u/36492140?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rexray", + "html_url": "https://github.com/rexray", + "followers_url": "https://api.github.com/users/rexray/followers", + "following_url": "https://api.github.com/users/rexray/following{/other_user}", + "gists_url": "https://api.github.com/users/rexray/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rexray/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rexray/subscriptions", + "organizations_url": "https://api.github.com/users/rexray/orgs", + "repos_url": "https://api.github.com/users/rexray/repos", + "events_url": "https://api.github.com/users/rexray/events{/privacy}", + "received_events_url": "https://api.github.com/users/rexray/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 202, + "subscribers_count": 96 + }, + { + "id": 86091609, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjA5MTYwOQ==", + "name": "dockeron", + "full_name": "dockeron/dockeron", + "owner": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockeron/dockeron", + "description": "Electron + Vue.js for Docker", + "fork": false, + "url": "https://api.github.com/repos/dockeron/dockeron", + "forks_url": "https://api.github.com/repos/dockeron/dockeron/forks", + "keys_url": "https://api.github.com/repos/dockeron/dockeron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockeron/dockeron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockeron/dockeron/teams", + "hooks_url": "https://api.github.com/repos/dockeron/dockeron/hooks", + "issue_events_url": "https://api.github.com/repos/dockeron/dockeron/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockeron/dockeron/events", + "assignees_url": "https://api.github.com/repos/dockeron/dockeron/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockeron/dockeron/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockeron/dockeron/tags", + "blobs_url": "https://api.github.com/repos/dockeron/dockeron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockeron/dockeron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockeron/dockeron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockeron/dockeron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockeron/dockeron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockeron/dockeron/languages", + "stargazers_url": "https://api.github.com/repos/dockeron/dockeron/stargazers", + "contributors_url": "https://api.github.com/repos/dockeron/dockeron/contributors", + "subscribers_url": "https://api.github.com/repos/dockeron/dockeron/subscribers", + "subscription_url": "https://api.github.com/repos/dockeron/dockeron/subscription", + "commits_url": "https://api.github.com/repos/dockeron/dockeron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockeron/dockeron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockeron/dockeron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockeron/dockeron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockeron/dockeron/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockeron/dockeron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockeron/dockeron/merges", + "archive_url": "https://api.github.com/repos/dockeron/dockeron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockeron/dockeron/downloads", + "issues_url": "https://api.github.com/repos/dockeron/dockeron/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockeron/dockeron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockeron/dockeron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockeron/dockeron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockeron/dockeron/labels{/name}", + "releases_url": "https://api.github.com/repos/dockeron/dockeron/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockeron/dockeron/deployments", + "created_at": "2017-03-24T17:01:23Z", + "updated_at": "2018-08-09T11:40:49Z", + "pushed_at": "2017-09-23T12:52:50Z", + "git_url": "git://github.com/dockeron/dockeron.git", + "ssh_url": "git@github.com:dockeron/dockeron.git", + "clone_url": "https://github.com/dockeron/dockeron.git", + "svn_url": "https://github.com/dockeron/dockeron", + "homepage": "", + "size": 4596, + "stargazers_count": 384, + "watchers_count": 384, + "language": "Vue", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 0, + "watchers": 384, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockeron", + "id": 26657153, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NjU3MTUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26657153?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockeron", + "html_url": "https://github.com/dockeron", + "followers_url": "https://api.github.com/users/dockeron/followers", + "following_url": "https://api.github.com/users/dockeron/following{/other_user}", + "gists_url": "https://api.github.com/users/dockeron/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockeron/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockeron/subscriptions", + "organizations_url": "https://api.github.com/users/dockeron/orgs", + "repos_url": "https://api.github.com/users/dockeron/repos", + "events_url": "https://api.github.com/users/dockeron/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockeron/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 53, + "subscribers_count": 21 + }, + { + "id": 85733855, + "node_id": "MDEwOlJlcG9zaXRvcnk4NTczMzg1NQ==", + "name": "dockstation", + "full_name": "DockStation/dockstation", + "owner": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/DockStation/dockstation", + "description": "DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.", + "fork": false, + "url": "https://api.github.com/repos/DockStation/dockstation", + "forks_url": "https://api.github.com/repos/DockStation/dockstation/forks", + "keys_url": "https://api.github.com/repos/DockStation/dockstation/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/DockStation/dockstation/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/DockStation/dockstation/teams", + "hooks_url": "https://api.github.com/repos/DockStation/dockstation/hooks", + "issue_events_url": "https://api.github.com/repos/DockStation/dockstation/issues/events{/number}", + "events_url": "https://api.github.com/repos/DockStation/dockstation/events", + "assignees_url": "https://api.github.com/repos/DockStation/dockstation/assignees{/user}", + "branches_url": "https://api.github.com/repos/DockStation/dockstation/branches{/branch}", + "tags_url": "https://api.github.com/repos/DockStation/dockstation/tags", + "blobs_url": "https://api.github.com/repos/DockStation/dockstation/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/DockStation/dockstation/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/DockStation/dockstation/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/DockStation/dockstation/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/DockStation/dockstation/statuses/{sha}", + "languages_url": "https://api.github.com/repos/DockStation/dockstation/languages", + "stargazers_url": "https://api.github.com/repos/DockStation/dockstation/stargazers", + "contributors_url": "https://api.github.com/repos/DockStation/dockstation/contributors", + "subscribers_url": "https://api.github.com/repos/DockStation/dockstation/subscribers", + "subscription_url": "https://api.github.com/repos/DockStation/dockstation/subscription", + "commits_url": "https://api.github.com/repos/DockStation/dockstation/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/DockStation/dockstation/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/DockStation/dockstation/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/DockStation/dockstation/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/DockStation/dockstation/contents/{+path}", + "compare_url": "https://api.github.com/repos/DockStation/dockstation/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/DockStation/dockstation/merges", + "archive_url": "https://api.github.com/repos/DockStation/dockstation/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/DockStation/dockstation/downloads", + "issues_url": "https://api.github.com/repos/DockStation/dockstation/issues{/number}", + "pulls_url": "https://api.github.com/repos/DockStation/dockstation/pulls{/number}", + "milestones_url": "https://api.github.com/repos/DockStation/dockstation/milestones{/number}", + "notifications_url": "https://api.github.com/repos/DockStation/dockstation/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/DockStation/dockstation/labels{/name}", + "releases_url": "https://api.github.com/repos/DockStation/dockstation/releases{/id}", + "deployments_url": "https://api.github.com/repos/DockStation/dockstation/deployments", + "created_at": "2017-03-21T17:37:47Z", + "updated_at": "2018-08-07T07:15:12Z", + "pushed_at": "2018-03-29T00:06:44Z", + "git_url": "git://github.com/DockStation/dockstation.git", + "ssh_url": "git@github.com:DockStation/dockstation.git", + "clone_url": "https://github.com/DockStation/dockstation.git", + "svn_url": "https://github.com/DockStation/dockstation", + "homepage": "https://dockstation.io/", + "size": 14, + "stargazers_count": 483, + "watchers_count": 483, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 37, + "watchers": 483, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "DockStation", + "id": 26579193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2NTc5MTkz", + "avatar_url": "https://avatars2.githubusercontent.com/u/26579193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/DockStation", + "html_url": "https://github.com/DockStation", + "followers_url": "https://api.github.com/users/DockStation/followers", + "following_url": "https://api.github.com/users/DockStation/following{/other_user}", + "gists_url": "https://api.github.com/users/DockStation/gists{/gist_id}", + "starred_url": "https://api.github.com/users/DockStation/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/DockStation/subscriptions", + "organizations_url": "https://api.github.com/users/DockStation/orgs", + "repos_url": "https://api.github.com/users/DockStation/repos", + "events_url": "https://api.github.com/users/DockStation/events{/privacy}", + "received_events_url": "https://api.github.com/users/DockStation/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 26 + }, + { + "id": 104532440, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ1MzI0NDA=", + "name": "lifeboat", + "full_name": "jplhomer/lifeboat", + "owner": { + "login": "jplhomer", + "id": 848147, + "node_id": "MDQ6VXNlcjg0ODE0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/848147?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jplhomer", + "html_url": "https://github.com/jplhomer", + "followers_url": "https://api.github.com/users/jplhomer/followers", + "following_url": "https://api.github.com/users/jplhomer/following{/other_user}", + "gists_url": "https://api.github.com/users/jplhomer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jplhomer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jplhomer/subscriptions", + "organizations_url": "https://api.github.com/users/jplhomer/orgs", + "repos_url": "https://api.github.com/users/jplhomer/repos", + "events_url": "https://api.github.com/users/jplhomer/events{/privacy}", + "received_events_url": "https://api.github.com/users/jplhomer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jplhomer/lifeboat", + "description": "Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface", + "fork": false, + "url": "https://api.github.com/repos/jplhomer/lifeboat", + "forks_url": "https://api.github.com/repos/jplhomer/lifeboat/forks", + "keys_url": "https://api.github.com/repos/jplhomer/lifeboat/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jplhomer/lifeboat/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jplhomer/lifeboat/teams", + "hooks_url": "https://api.github.com/repos/jplhomer/lifeboat/hooks", + "issue_events_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/events{/number}", + "events_url": "https://api.github.com/repos/jplhomer/lifeboat/events", + "assignees_url": "https://api.github.com/repos/jplhomer/lifeboat/assignees{/user}", + "branches_url": "https://api.github.com/repos/jplhomer/lifeboat/branches{/branch}", + "tags_url": "https://api.github.com/repos/jplhomer/lifeboat/tags", + "blobs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jplhomer/lifeboat/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jplhomer/lifeboat/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jplhomer/lifeboat/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jplhomer/lifeboat/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jplhomer/lifeboat/languages", + "stargazers_url": "https://api.github.com/repos/jplhomer/lifeboat/stargazers", + "contributors_url": "https://api.github.com/repos/jplhomer/lifeboat/contributors", + "subscribers_url": "https://api.github.com/repos/jplhomer/lifeboat/subscribers", + "subscription_url": "https://api.github.com/repos/jplhomer/lifeboat/subscription", + "commits_url": "https://api.github.com/repos/jplhomer/lifeboat/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jplhomer/lifeboat/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jplhomer/lifeboat/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jplhomer/lifeboat/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jplhomer/lifeboat/contents/{+path}", + "compare_url": "https://api.github.com/repos/jplhomer/lifeboat/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jplhomer/lifeboat/merges", + "archive_url": "https://api.github.com/repos/jplhomer/lifeboat/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jplhomer/lifeboat/downloads", + "issues_url": "https://api.github.com/repos/jplhomer/lifeboat/issues{/number}", + "pulls_url": "https://api.github.com/repos/jplhomer/lifeboat/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jplhomer/lifeboat/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jplhomer/lifeboat/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jplhomer/lifeboat/labels{/name}", + "releases_url": "https://api.github.com/repos/jplhomer/lifeboat/releases{/id}", + "deployments_url": "https://api.github.com/repos/jplhomer/lifeboat/deployments", + "created_at": "2017-09-23T01:33:01Z", + "updated_at": "2018-08-06T00:17:23Z", + "pushed_at": "2018-01-07T20:55:05Z", + "git_url": "git://github.com/jplhomer/lifeboat.git", + "ssh_url": "git@github.com:jplhomer/lifeboat.git", + "clone_url": "https://github.com/jplhomer/lifeboat.git", + "svn_url": "https://github.com/jplhomer/lifeboat", + "homepage": "https://uselifeboat.com/", + "size": 2790, + "stargazers_count": 97, + "watchers_count": 97, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": null, + "forks": 9, + "open_issues": 16, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 9 + }, + { + "id": 112781729, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTI3ODE3Mjk=", + "name": "captain", + "full_name": "jenssegers/captain", + "owner": { + "login": "jenssegers", + "id": 194377, + "node_id": "MDQ6VXNlcjE5NDM3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/194377?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenssegers", + "html_url": "https://github.com/jenssegers", + "followers_url": "https://api.github.com/users/jenssegers/followers", + "following_url": "https://api.github.com/users/jenssegers/following{/other_user}", + "gists_url": "https://api.github.com/users/jenssegers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenssegers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenssegers/subscriptions", + "organizations_url": "https://api.github.com/users/jenssegers/orgs", + "repos_url": "https://api.github.com/users/jenssegers/repos", + "events_url": "https://api.github.com/users/jenssegers/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenssegers/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenssegers/captain", + "description": "⚓️ Easily start and stop docker compose projects", + "fork": false, + "url": "https://api.github.com/repos/jenssegers/captain", + "forks_url": "https://api.github.com/repos/jenssegers/captain/forks", + "keys_url": "https://api.github.com/repos/jenssegers/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenssegers/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenssegers/captain/teams", + "hooks_url": "https://api.github.com/repos/jenssegers/captain/hooks", + "issue_events_url": "https://api.github.com/repos/jenssegers/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenssegers/captain/events", + "assignees_url": "https://api.github.com/repos/jenssegers/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenssegers/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenssegers/captain/tags", + "blobs_url": "https://api.github.com/repos/jenssegers/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenssegers/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenssegers/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenssegers/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenssegers/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenssegers/captain/languages", + "stargazers_url": "https://api.github.com/repos/jenssegers/captain/stargazers", + "contributors_url": "https://api.github.com/repos/jenssegers/captain/contributors", + "subscribers_url": "https://api.github.com/repos/jenssegers/captain/subscribers", + "subscription_url": "https://api.github.com/repos/jenssegers/captain/subscription", + "commits_url": "https://api.github.com/repos/jenssegers/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenssegers/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenssegers/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenssegers/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenssegers/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenssegers/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenssegers/captain/merges", + "archive_url": "https://api.github.com/repos/jenssegers/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenssegers/captain/downloads", + "issues_url": "https://api.github.com/repos/jenssegers/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenssegers/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenssegers/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenssegers/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenssegers/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/jenssegers/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenssegers/captain/deployments", + "created_at": "2017-12-01T20:04:33Z", + "updated_at": "2018-08-09T12:06:47Z", + "pushed_at": "2018-07-19T10:53:40Z", + "git_url": "git://github.com/jenssegers/captain.git", + "ssh_url": "git@github.com:jenssegers/captain.git", + "clone_url": "https://github.com/jenssegers/captain.git", + "svn_url": "https://github.com/jenssegers/captain", + "homepage": "", + "size": 1999, + "stargazers_count": 74, + "watchers_count": 74, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 3, + "open_issues": 4, + "watchers": 74, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 3 + }, + { + "id": 31443861, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTQ0Mzg2MQ==", + "name": "ctop", + "full_name": "yadutaf/ctop", + "owner": { + "login": "yadutaf", + "id": 739985, + "node_id": "MDQ6VXNlcjczOTk4NQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/739985?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/yadutaf", + "html_url": "https://github.com/yadutaf", + "followers_url": "https://api.github.com/users/yadutaf/followers", + "following_url": "https://api.github.com/users/yadutaf/following{/other_user}", + "gists_url": "https://api.github.com/users/yadutaf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/yadutaf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/yadutaf/subscriptions", + "organizations_url": "https://api.github.com/users/yadutaf/orgs", + "repos_url": "https://api.github.com/users/yadutaf/repos", + "events_url": "https://api.github.com/users/yadutaf/events{/privacy}", + "received_events_url": "https://api.github.com/users/yadutaf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/yadutaf/ctop", + "description": "A command line / text based Linux Containers monitoring tool that works just like you expect.", + "fork": false, + "url": "https://api.github.com/repos/yadutaf/ctop", + "forks_url": "https://api.github.com/repos/yadutaf/ctop/forks", + "keys_url": "https://api.github.com/repos/yadutaf/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/yadutaf/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/yadutaf/ctop/teams", + "hooks_url": "https://api.github.com/repos/yadutaf/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/yadutaf/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/yadutaf/ctop/events", + "assignees_url": "https://api.github.com/repos/yadutaf/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/yadutaf/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/yadutaf/ctop/tags", + "blobs_url": "https://api.github.com/repos/yadutaf/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/yadutaf/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/yadutaf/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/yadutaf/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/yadutaf/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/yadutaf/ctop/languages", + "stargazers_url": "https://api.github.com/repos/yadutaf/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/yadutaf/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/yadutaf/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/yadutaf/ctop/subscription", + "commits_url": "https://api.github.com/repos/yadutaf/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/yadutaf/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/yadutaf/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/yadutaf/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/yadutaf/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/yadutaf/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/yadutaf/ctop/merges", + "archive_url": "https://api.github.com/repos/yadutaf/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/yadutaf/ctop/downloads", + "issues_url": "https://api.github.com/repos/yadutaf/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/yadutaf/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/yadutaf/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/yadutaf/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/yadutaf/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/yadutaf/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/yadutaf/ctop/deployments", + "created_at": "2015-02-27T23:30:48Z", + "updated_at": "2018-07-23T07:12:23Z", + "pushed_at": "2017-10-02T02:16:33Z", + "git_url": "git://github.com/yadutaf/ctop.git", + "ssh_url": "git@github.com:yadutaf/ctop.git", + "clone_url": "https://github.com/yadutaf/ctop.git", + "svn_url": "https://github.com/yadutaf/ctop", + "homepage": "https://pypi.python.org/pypi/ctop", + "size": 238, + "stargazers_count": 380, + "watchers_count": 380, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 32, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 32, + "open_issues": 3, + "watchers": 380, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 32, + "subscribers_count": 19 + }, + { + "id": 77419377, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzQxOTM3Nw==", + "name": "ctop", + "full_name": "bcicen/ctop", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/ctop", + "description": "Top-like interface for container metrics", + "fork": false, + "url": "https://api.github.com/repos/bcicen/ctop", + "forks_url": "https://api.github.com/repos/bcicen/ctop/forks", + "keys_url": "https://api.github.com/repos/bcicen/ctop/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/ctop/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/ctop/teams", + "hooks_url": "https://api.github.com/repos/bcicen/ctop/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/ctop/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/ctop/events", + "assignees_url": "https://api.github.com/repos/bcicen/ctop/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/ctop/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/ctop/tags", + "blobs_url": "https://api.github.com/repos/bcicen/ctop/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/ctop/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/ctop/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/ctop/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/ctop/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/ctop/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/ctop/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/ctop/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/ctop/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/ctop/subscription", + "commits_url": "https://api.github.com/repos/bcicen/ctop/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/ctop/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/ctop/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/ctop/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/ctop/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/ctop/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/ctop/merges", + "archive_url": "https://api.github.com/repos/bcicen/ctop/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/ctop/downloads", + "issues_url": "https://api.github.com/repos/bcicen/ctop/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/ctop/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/ctop/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/ctop/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/ctop/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/ctop/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/ctop/deployments", + "created_at": "2016-12-27T02:25:57Z", + "updated_at": "2018-08-09T07:58:12Z", + "pushed_at": "2018-06-30T06:31:45Z", + "git_url": "git://github.com/bcicen/ctop.git", + "ssh_url": "git@github.com:bcicen/ctop.git", + "clone_url": "https://github.com/bcicen/ctop.git", + "svn_url": "https://github.com/bcicen/ctop", + "homepage": "https://ctop.sh", + "size": 3150, + "stargazers_count": 7264, + "watchers_count": 7264, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 256, + "mirror_url": null, + "archived": false, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 256, + "open_issues": 26, + "watchers": 7264, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 256, + "subscribers_count": 154 + }, + { + "id": 67333217, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzMzMzIxNw==", + "name": "dext-docker-registry-plugin", + "full_name": "vutran/dext-docker-registry-plugin", + "owner": { + "login": "vutran", + "id": 1088312, + "node_id": "MDQ6VXNlcjEwODgzMTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1088312?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vutran", + "html_url": "https://github.com/vutran", + "followers_url": "https://api.github.com/users/vutran/followers", + "following_url": "https://api.github.com/users/vutran/following{/other_user}", + "gists_url": "https://api.github.com/users/vutran/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vutran/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vutran/subscriptions", + "organizations_url": "https://api.github.com/users/vutran/orgs", + "repos_url": "https://api.github.com/users/vutran/repos", + "events_url": "https://api.github.com/users/vutran/events{/privacy}", + "received_events_url": "https://api.github.com/users/vutran/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vutran/dext-docker-registry-plugin", + "description": ":whale: Dext plugin to search the Docker Registry for Docker images.", + "fork": false, + "url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin", + "forks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/forks", + "keys_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/teams", + "hooks_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/events", + "assignees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/tags", + "blobs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/languages", + "stargazers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/subscription", + "commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/merges", + "archive_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/downloads", + "issues_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/vutran/dext-docker-registry-plugin/deployments", + "created_at": "2016-09-04T08:10:23Z", + "updated_at": "2016-11-11T06:16:19Z", + "pushed_at": "2017-01-10T03:04:36Z", + "git_url": "git://github.com/vutran/dext-docker-registry-plugin.git", + "ssh_url": "git@github.com:vutran/dext-docker-registry-plugin.git", + "clone_url": "https://github.com/vutran/dext-docker-registry-plugin.git", + "svn_url": "https://github.com/vutran/dext-docker-registry-plugin", + "homepage": "", + "size": 1333, + "stargazers_count": 1, + "watchers_count": 1, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 0, + "watchers": 1, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 52611782, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjYxMTc4Mg==", + "name": "docker-ls", + "full_name": "mayflower/docker-ls", + "owner": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mayflower/docker-ls", + "description": "Tools for browsing and manipulating docker registries.", + "fork": false, + "url": "https://api.github.com/repos/mayflower/docker-ls", + "forks_url": "https://api.github.com/repos/mayflower/docker-ls/forks", + "keys_url": "https://api.github.com/repos/mayflower/docker-ls/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mayflower/docker-ls/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mayflower/docker-ls/teams", + "hooks_url": "https://api.github.com/repos/mayflower/docker-ls/hooks", + "issue_events_url": "https://api.github.com/repos/mayflower/docker-ls/issues/events{/number}", + "events_url": "https://api.github.com/repos/mayflower/docker-ls/events", + "assignees_url": "https://api.github.com/repos/mayflower/docker-ls/assignees{/user}", + "branches_url": "https://api.github.com/repos/mayflower/docker-ls/branches{/branch}", + "tags_url": "https://api.github.com/repos/mayflower/docker-ls/tags", + "blobs_url": "https://api.github.com/repos/mayflower/docker-ls/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mayflower/docker-ls/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mayflower/docker-ls/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mayflower/docker-ls/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mayflower/docker-ls/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mayflower/docker-ls/languages", + "stargazers_url": "https://api.github.com/repos/mayflower/docker-ls/stargazers", + "contributors_url": "https://api.github.com/repos/mayflower/docker-ls/contributors", + "subscribers_url": "https://api.github.com/repos/mayflower/docker-ls/subscribers", + "subscription_url": "https://api.github.com/repos/mayflower/docker-ls/subscription", + "commits_url": "https://api.github.com/repos/mayflower/docker-ls/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mayflower/docker-ls/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mayflower/docker-ls/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mayflower/docker-ls/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mayflower/docker-ls/contents/{+path}", + "compare_url": "https://api.github.com/repos/mayflower/docker-ls/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mayflower/docker-ls/merges", + "archive_url": "https://api.github.com/repos/mayflower/docker-ls/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mayflower/docker-ls/downloads", + "issues_url": "https://api.github.com/repos/mayflower/docker-ls/issues{/number}", + "pulls_url": "https://api.github.com/repos/mayflower/docker-ls/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mayflower/docker-ls/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mayflower/docker-ls/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mayflower/docker-ls/labels{/name}", + "releases_url": "https://api.github.com/repos/mayflower/docker-ls/releases{/id}", + "deployments_url": "https://api.github.com/repos/mayflower/docker-ls/deployments", + "created_at": "2016-02-26T15:00:56Z", + "updated_at": "2018-07-22T15:23:13Z", + "pushed_at": "2018-07-09T18:12:23Z", + "git_url": "git://github.com/mayflower/docker-ls.git", + "ssh_url": "git@github.com:mayflower/docker-ls.git", + "clone_url": "https://github.com/mayflower/docker-ls.git", + "svn_url": "https://github.com/mayflower/docker-ls", + "homepage": null, + "size": 10433, + "stargazers_count": 245, + "watchers_count": 245, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 36, + "open_issues": 10, + "watchers": 245, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mayflower", + "id": 536878, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjUzNjg3OA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/536878?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mayflower", + "html_url": "https://github.com/mayflower", + "followers_url": "https://api.github.com/users/mayflower/followers", + "following_url": "https://api.github.com/users/mayflower/following{/other_user}", + "gists_url": "https://api.github.com/users/mayflower/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mayflower/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mayflower/subscriptions", + "organizations_url": "https://api.github.com/users/mayflower/orgs", + "repos_url": "https://api.github.com/users/mayflower/repos", + "events_url": "https://api.github.com/users/mayflower/events{/privacy}", + "received_events_url": "https://api.github.com/users/mayflower/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 29803627, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTgwMzYyNw==", + "name": "docker-mon", + "full_name": "icecrime/docker-mon", + "owner": { + "login": "icecrime", + "id": 1564054, + "node_id": "MDQ6VXNlcjE1NjQwNTQ=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1564054?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/icecrime", + "html_url": "https://github.com/icecrime", + "followers_url": "https://api.github.com/users/icecrime/followers", + "following_url": "https://api.github.com/users/icecrime/following{/other_user}", + "gists_url": "https://api.github.com/users/icecrime/gists{/gist_id}", + "starred_url": "https://api.github.com/users/icecrime/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/icecrime/subscriptions", + "organizations_url": "https://api.github.com/users/icecrime/orgs", + "repos_url": "https://api.github.com/users/icecrime/repos", + "events_url": "https://api.github.com/users/icecrime/events{/privacy}", + "received_events_url": "https://api.github.com/users/icecrime/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/icecrime/docker-mon", + "description": "Console-based Docker monitoring", + "fork": false, + "url": "https://api.github.com/repos/icecrime/docker-mon", + "forks_url": "https://api.github.com/repos/icecrime/docker-mon/forks", + "keys_url": "https://api.github.com/repos/icecrime/docker-mon/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/icecrime/docker-mon/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/icecrime/docker-mon/teams", + "hooks_url": "https://api.github.com/repos/icecrime/docker-mon/hooks", + "issue_events_url": "https://api.github.com/repos/icecrime/docker-mon/issues/events{/number}", + "events_url": "https://api.github.com/repos/icecrime/docker-mon/events", + "assignees_url": "https://api.github.com/repos/icecrime/docker-mon/assignees{/user}", + "branches_url": "https://api.github.com/repos/icecrime/docker-mon/branches{/branch}", + "tags_url": "https://api.github.com/repos/icecrime/docker-mon/tags", + "blobs_url": "https://api.github.com/repos/icecrime/docker-mon/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/icecrime/docker-mon/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/icecrime/docker-mon/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/icecrime/docker-mon/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/icecrime/docker-mon/statuses/{sha}", + "languages_url": "https://api.github.com/repos/icecrime/docker-mon/languages", + "stargazers_url": "https://api.github.com/repos/icecrime/docker-mon/stargazers", + "contributors_url": "https://api.github.com/repos/icecrime/docker-mon/contributors", + "subscribers_url": "https://api.github.com/repos/icecrime/docker-mon/subscribers", + "subscription_url": "https://api.github.com/repos/icecrime/docker-mon/subscription", + "commits_url": "https://api.github.com/repos/icecrime/docker-mon/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/icecrime/docker-mon/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/icecrime/docker-mon/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/icecrime/docker-mon/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/icecrime/docker-mon/contents/{+path}", + "compare_url": "https://api.github.com/repos/icecrime/docker-mon/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/icecrime/docker-mon/merges", + "archive_url": "https://api.github.com/repos/icecrime/docker-mon/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/icecrime/docker-mon/downloads", + "issues_url": "https://api.github.com/repos/icecrime/docker-mon/issues{/number}", + "pulls_url": "https://api.github.com/repos/icecrime/docker-mon/pulls{/number}", + "milestones_url": "https://api.github.com/repos/icecrime/docker-mon/milestones{/number}", + "notifications_url": "https://api.github.com/repos/icecrime/docker-mon/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/icecrime/docker-mon/labels{/name}", + "releases_url": "https://api.github.com/repos/icecrime/docker-mon/releases{/id}", + "deployments_url": "https://api.github.com/repos/icecrime/docker-mon/deployments", + "created_at": "2015-01-25T05:12:16Z", + "updated_at": "2018-08-03T08:12:40Z", + "pushed_at": "2015-07-27T14:24:24Z", + "git_url": "git://github.com/icecrime/docker-mon.git", + "ssh_url": "git@github.com:icecrime/docker-mon.git", + "clone_url": "https://github.com/icecrime/docker-mon.git", + "svn_url": "https://github.com/icecrime/docker-mon", + "homepage": null, + "size": 2171, + "stargazers_count": 754, + "watchers_count": 754, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 10, + "watchers": 754, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 37 + }, + { + "id": 35836812, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTgzNjgxMg==", + "name": "docker.el", + "full_name": "Silex/docker.el", + "owner": { + "login": "Silex", + "id": 16015, + "node_id": "MDQ6VXNlcjE2MDE1", + "avatar_url": "https://avatars3.githubusercontent.com/u/16015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Silex", + "html_url": "https://github.com/Silex", + "followers_url": "https://api.github.com/users/Silex/followers", + "following_url": "https://api.github.com/users/Silex/following{/other_user}", + "gists_url": "https://api.github.com/users/Silex/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Silex/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Silex/subscriptions", + "organizations_url": "https://api.github.com/users/Silex/orgs", + "repos_url": "https://api.github.com/users/Silex/repos", + "events_url": "https://api.github.com/users/Silex/events{/privacy}", + "received_events_url": "https://api.github.com/users/Silex/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Silex/docker.el", + "description": "Manage docker from Emacs.", + "fork": false, + "url": "https://api.github.com/repos/Silex/docker.el", + "forks_url": "https://api.github.com/repos/Silex/docker.el/forks", + "keys_url": "https://api.github.com/repos/Silex/docker.el/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Silex/docker.el/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Silex/docker.el/teams", + "hooks_url": "https://api.github.com/repos/Silex/docker.el/hooks", + "issue_events_url": "https://api.github.com/repos/Silex/docker.el/issues/events{/number}", + "events_url": "https://api.github.com/repos/Silex/docker.el/events", + "assignees_url": "https://api.github.com/repos/Silex/docker.el/assignees{/user}", + "branches_url": "https://api.github.com/repos/Silex/docker.el/branches{/branch}", + "tags_url": "https://api.github.com/repos/Silex/docker.el/tags", + "blobs_url": "https://api.github.com/repos/Silex/docker.el/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Silex/docker.el/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Silex/docker.el/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Silex/docker.el/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Silex/docker.el/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Silex/docker.el/languages", + "stargazers_url": "https://api.github.com/repos/Silex/docker.el/stargazers", + "contributors_url": "https://api.github.com/repos/Silex/docker.el/contributors", + "subscribers_url": "https://api.github.com/repos/Silex/docker.el/subscribers", + "subscription_url": "https://api.github.com/repos/Silex/docker.el/subscription", + "commits_url": "https://api.github.com/repos/Silex/docker.el/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Silex/docker.el/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Silex/docker.el/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Silex/docker.el/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Silex/docker.el/contents/{+path}", + "compare_url": "https://api.github.com/repos/Silex/docker.el/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Silex/docker.el/merges", + "archive_url": "https://api.github.com/repos/Silex/docker.el/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Silex/docker.el/downloads", + "issues_url": "https://api.github.com/repos/Silex/docker.el/issues{/number}", + "pulls_url": "https://api.github.com/repos/Silex/docker.el/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Silex/docker.el/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Silex/docker.el/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Silex/docker.el/labels{/name}", + "releases_url": "https://api.github.com/repos/Silex/docker.el/releases{/id}", + "deployments_url": "https://api.github.com/repos/Silex/docker.el/deployments", + "created_at": "2015-05-18T19:00:53Z", + "updated_at": "2018-08-05T08:57:08Z", + "pushed_at": "2018-08-05T08:57:23Z", + "git_url": "git://github.com/Silex/docker.el.git", + "ssh_url": "git@github.com:Silex/docker.el.git", + "clone_url": "https://github.com/Silex/docker.el.git", + "svn_url": "https://github.com/Silex/docker.el", + "homepage": "", + "size": 363, + "stargazers_count": 273, + "watchers_count": 273, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 23, + "open_issues": 6, + "watchers": 273, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 38139390, + "node_id": "MDEwOlJlcG9zaXRvcnkzODEzOTM5MA==", + "name": "dockercraft", + "full_name": "docker/dockercraft", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/dockercraft", + "description": "Docker + Minecraft = Dockercraft", + "fork": false, + "url": "https://api.github.com/repos/docker/dockercraft", + "forks_url": "https://api.github.com/repos/docker/dockercraft/forks", + "keys_url": "https://api.github.com/repos/docker/dockercraft/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/dockercraft/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/dockercraft/teams", + "hooks_url": "https://api.github.com/repos/docker/dockercraft/hooks", + "issue_events_url": "https://api.github.com/repos/docker/dockercraft/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/dockercraft/events", + "assignees_url": "https://api.github.com/repos/docker/dockercraft/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/dockercraft/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/dockercraft/tags", + "blobs_url": "https://api.github.com/repos/docker/dockercraft/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/dockercraft/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/dockercraft/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/dockercraft/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/dockercraft/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/dockercraft/languages", + "stargazers_url": "https://api.github.com/repos/docker/dockercraft/stargazers", + "contributors_url": "https://api.github.com/repos/docker/dockercraft/contributors", + "subscribers_url": "https://api.github.com/repos/docker/dockercraft/subscribers", + "subscription_url": "https://api.github.com/repos/docker/dockercraft/subscription", + "commits_url": "https://api.github.com/repos/docker/dockercraft/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/dockercraft/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/dockercraft/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/dockercraft/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/dockercraft/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/dockercraft/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/dockercraft/merges", + "archive_url": "https://api.github.com/repos/docker/dockercraft/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/dockercraft/downloads", + "issues_url": "https://api.github.com/repos/docker/dockercraft/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/dockercraft/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/dockercraft/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/dockercraft/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/dockercraft/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/dockercraft/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/dockercraft/deployments", + "created_at": "2015-06-26T23:51:50Z", + "updated_at": "2018-08-09T13:30:10Z", + "pushed_at": "2018-06-18T12:15:21Z", + "git_url": "git://github.com/docker/dockercraft.git", + "ssh_url": "git@github.com:docker/dockercraft.git", + "clone_url": "https://github.com/docker/dockercraft.git", + "svn_url": "https://github.com/docker/dockercraft", + "homepage": null, + "size": 48859, + "stargazers_count": 4926, + "watchers_count": 4926, + "language": "Lua", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 296, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 296, + "open_issues": 13, + "watchers": 4926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 296, + "subscribers_count": 230 + }, + { + "id": 11930304, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTkzMDMwNA==", + "name": "dockerfile-mode", + "full_name": "spotify/dockerfile-mode", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-mode", + "description": "An emacs mode for handling Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-mode", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-mode/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-mode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-mode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-mode/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-mode/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-mode/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-mode/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-mode/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-mode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-mode/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-mode/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-mode/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-mode/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-mode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-mode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-mode/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-mode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-mode/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-mode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-mode/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-mode/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-mode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-mode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-mode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-mode/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-mode/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-mode/deployments", + "created_at": "2013-08-06T17:35:45Z", + "updated_at": "2018-08-07T15:05:49Z", + "pushed_at": "2018-07-28T20:59:47Z", + "git_url": "git://github.com/spotify/dockerfile-mode.git", + "ssh_url": "git@github.com:spotify/dockerfile-mode.git", + "clone_url": "https://github.com/spotify/dockerfile-mode.git", + "svn_url": "https://github.com/spotify/dockerfile-mode", + "homepage": null, + "size": 49, + "stargazers_count": 269, + "watchers_count": 269, + "language": "Emacs Lisp", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 36, + "open_issues": 7, + "watchers": 269, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 36, + "subscribers_count": 22 + }, + { + "id": 26027388, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjAyNzM4OA==", + "name": "dockersql", + "full_name": "crosbymichael/dockersql", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/dockersql", + "description": "Query your docker via SQL", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/dockersql", + "forks_url": "https://api.github.com/repos/crosbymichael/dockersql/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/dockersql/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/dockersql/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/dockersql/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/dockersql/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/dockersql/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/dockersql/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/dockersql/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/dockersql/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/dockersql/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/dockersql/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/dockersql/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/dockersql/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/dockersql/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/dockersql/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/dockersql/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/dockersql/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/dockersql/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/dockersql/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/dockersql/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/dockersql/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/dockersql/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/dockersql/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/dockersql/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/dockersql/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/dockersql/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/dockersql/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/dockersql/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/dockersql/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/dockersql/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/dockersql/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/dockersql/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/dockersql/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/dockersql/deployments", + "created_at": "2014-10-31T18:03:08Z", + "updated_at": "2018-05-22T22:08:58Z", + "pushed_at": "2014-11-09T08:05:35Z", + "git_url": "git://github.com/crosbymichael/dockersql.git", + "ssh_url": "git@github.com:crosbymichael/dockersql.git", + "clone_url": "https://github.com/crosbymichael/dockersql.git", + "svn_url": "https://github.com/crosbymichael/dockersql", + "homepage": null, + "size": 125, + "stargazers_count": 85, + "watchers_count": 85, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 85, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 7 + }, + { + "id": 71667498, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTY2NzQ5OA==", + "name": "dockly", + "full_name": "lirantal/dockly", + "owner": { + "login": "lirantal", + "id": 316371, + "node_id": "MDQ6VXNlcjMxNjM3MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/316371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lirantal", + "html_url": "https://github.com/lirantal", + "followers_url": "https://api.github.com/users/lirantal/followers", + "following_url": "https://api.github.com/users/lirantal/following{/other_user}", + "gists_url": "https://api.github.com/users/lirantal/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lirantal/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lirantal/subscriptions", + "organizations_url": "https://api.github.com/users/lirantal/orgs", + "repos_url": "https://api.github.com/users/lirantal/repos", + "events_url": "https://api.github.com/users/lirantal/events{/privacy}", + "received_events_url": "https://api.github.com/users/lirantal/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lirantal/dockly", + "description": "Immersive terminal interface for managing docker containers and services", + "fork": false, + "url": "https://api.github.com/repos/lirantal/dockly", + "forks_url": "https://api.github.com/repos/lirantal/dockly/forks", + "keys_url": "https://api.github.com/repos/lirantal/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lirantal/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lirantal/dockly/teams", + "hooks_url": "https://api.github.com/repos/lirantal/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/lirantal/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/lirantal/dockly/events", + "assignees_url": "https://api.github.com/repos/lirantal/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/lirantal/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/lirantal/dockly/tags", + "blobs_url": "https://api.github.com/repos/lirantal/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lirantal/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lirantal/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lirantal/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lirantal/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lirantal/dockly/languages", + "stargazers_url": "https://api.github.com/repos/lirantal/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/lirantal/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/lirantal/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/lirantal/dockly/subscription", + "commits_url": "https://api.github.com/repos/lirantal/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lirantal/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lirantal/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lirantal/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lirantal/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/lirantal/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lirantal/dockly/merges", + "archive_url": "https://api.github.com/repos/lirantal/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lirantal/dockly/downloads", + "issues_url": "https://api.github.com/repos/lirantal/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/lirantal/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lirantal/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lirantal/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lirantal/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/lirantal/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/lirantal/dockly/deployments", + "created_at": "2016-10-22T21:47:48Z", + "updated_at": "2018-08-09T12:47:51Z", + "pushed_at": "2018-07-17T18:26:42Z", + "git_url": "git://github.com/lirantal/dockly.git", + "ssh_url": "git@github.com:lirantal/dockly.git", + "clone_url": "https://github.com/lirantal/dockly.git", + "svn_url": "https://github.com/lirantal/dockly", + "homepage": "", + "size": 944, + "stargazers_count": 1207, + "watchers_count": 1207, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 53, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 53, + "open_issues": 2, + "watchers": 1207, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 53, + "subscribers_count": 29 + }, + { + "id": 45923375, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTkyMzM3NQ==", + "name": "dry", + "full_name": "moncho/dry", + "owner": { + "login": "moncho", + "id": 50428, + "node_id": "MDQ6VXNlcjUwNDI4", + "avatar_url": "https://avatars0.githubusercontent.com/u/50428?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/moncho", + "html_url": "https://github.com/moncho", + "followers_url": "https://api.github.com/users/moncho/followers", + "following_url": "https://api.github.com/users/moncho/following{/other_user}", + "gists_url": "https://api.github.com/users/moncho/gists{/gist_id}", + "starred_url": "https://api.github.com/users/moncho/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/moncho/subscriptions", + "organizations_url": "https://api.github.com/users/moncho/orgs", + "repos_url": "https://api.github.com/users/moncho/repos", + "events_url": "https://api.github.com/users/moncho/events{/privacy}", + "received_events_url": "https://api.github.com/users/moncho/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/moncho/dry", + "description": "dry - A Docker manager for the terminal @", + "fork": false, + "url": "https://api.github.com/repos/moncho/dry", + "forks_url": "https://api.github.com/repos/moncho/dry/forks", + "keys_url": "https://api.github.com/repos/moncho/dry/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/moncho/dry/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/moncho/dry/teams", + "hooks_url": "https://api.github.com/repos/moncho/dry/hooks", + "issue_events_url": "https://api.github.com/repos/moncho/dry/issues/events{/number}", + "events_url": "https://api.github.com/repos/moncho/dry/events", + "assignees_url": "https://api.github.com/repos/moncho/dry/assignees{/user}", + "branches_url": "https://api.github.com/repos/moncho/dry/branches{/branch}", + "tags_url": "https://api.github.com/repos/moncho/dry/tags", + "blobs_url": "https://api.github.com/repos/moncho/dry/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/moncho/dry/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/moncho/dry/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/moncho/dry/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/moncho/dry/statuses/{sha}", + "languages_url": "https://api.github.com/repos/moncho/dry/languages", + "stargazers_url": "https://api.github.com/repos/moncho/dry/stargazers", + "contributors_url": "https://api.github.com/repos/moncho/dry/contributors", + "subscribers_url": "https://api.github.com/repos/moncho/dry/subscribers", + "subscription_url": "https://api.github.com/repos/moncho/dry/subscription", + "commits_url": "https://api.github.com/repos/moncho/dry/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/moncho/dry/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/moncho/dry/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/moncho/dry/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/moncho/dry/contents/{+path}", + "compare_url": "https://api.github.com/repos/moncho/dry/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/moncho/dry/merges", + "archive_url": "https://api.github.com/repos/moncho/dry/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/moncho/dry/downloads", + "issues_url": "https://api.github.com/repos/moncho/dry/issues{/number}", + "pulls_url": "https://api.github.com/repos/moncho/dry/pulls{/number}", + "milestones_url": "https://api.github.com/repos/moncho/dry/milestones{/number}", + "notifications_url": "https://api.github.com/repos/moncho/dry/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/moncho/dry/labels{/name}", + "releases_url": "https://api.github.com/repos/moncho/dry/releases{/id}", + "deployments_url": "https://api.github.com/repos/moncho/dry/deployments", + "created_at": "2015-11-10T16:07:21Z", + "updated_at": "2018-08-09T15:35:56Z", + "pushed_at": "2018-07-28T11:59:47Z", + "git_url": "git://github.com/moncho/dry.git", + "ssh_url": "git@github.com:moncho/dry.git", + "clone_url": "https://github.com/moncho/dry.git", + "svn_url": "https://github.com/moncho/dry", + "homepage": "http://moncho.github.io/dry/", + "size": 31798, + "stargazers_count": 1203, + "watchers_count": 1203, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 10, + "watchers": 1203, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 40, + "subscribers_count": 39 + }, + { + "id": 42531199, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjUzMTE5OQ==", + "name": "dvm", + "full_name": "howtowhale/dvm", + "owner": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/howtowhale/dvm", + "description": "Docker Version Manager", + "fork": false, + "url": "https://api.github.com/repos/howtowhale/dvm", + "forks_url": "https://api.github.com/repos/howtowhale/dvm/forks", + "keys_url": "https://api.github.com/repos/howtowhale/dvm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/howtowhale/dvm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/howtowhale/dvm/teams", + "hooks_url": "https://api.github.com/repos/howtowhale/dvm/hooks", + "issue_events_url": "https://api.github.com/repos/howtowhale/dvm/issues/events{/number}", + "events_url": "https://api.github.com/repos/howtowhale/dvm/events", + "assignees_url": "https://api.github.com/repos/howtowhale/dvm/assignees{/user}", + "branches_url": "https://api.github.com/repos/howtowhale/dvm/branches{/branch}", + "tags_url": "https://api.github.com/repos/howtowhale/dvm/tags", + "blobs_url": "https://api.github.com/repos/howtowhale/dvm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/howtowhale/dvm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/howtowhale/dvm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/howtowhale/dvm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/howtowhale/dvm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/howtowhale/dvm/languages", + "stargazers_url": "https://api.github.com/repos/howtowhale/dvm/stargazers", + "contributors_url": "https://api.github.com/repos/howtowhale/dvm/contributors", + "subscribers_url": "https://api.github.com/repos/howtowhale/dvm/subscribers", + "subscription_url": "https://api.github.com/repos/howtowhale/dvm/subscription", + "commits_url": "https://api.github.com/repos/howtowhale/dvm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/howtowhale/dvm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/howtowhale/dvm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/howtowhale/dvm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/howtowhale/dvm/contents/{+path}", + "compare_url": "https://api.github.com/repos/howtowhale/dvm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/howtowhale/dvm/merges", + "archive_url": "https://api.github.com/repos/howtowhale/dvm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/howtowhale/dvm/downloads", + "issues_url": "https://api.github.com/repos/howtowhale/dvm/issues{/number}", + "pulls_url": "https://api.github.com/repos/howtowhale/dvm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/howtowhale/dvm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/howtowhale/dvm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/howtowhale/dvm/labels{/name}", + "releases_url": "https://api.github.com/repos/howtowhale/dvm/releases{/id}", + "deployments_url": "https://api.github.com/repos/howtowhale/dvm/deployments", + "created_at": "2015-09-15T16:18:09Z", + "updated_at": "2018-07-25T09:55:50Z", + "pushed_at": "2018-04-21T15:35:06Z", + "git_url": "git://github.com/howtowhale/dvm.git", + "ssh_url": "git@github.com:howtowhale/dvm.git", + "clone_url": "https://github.com/howtowhale/dvm.git", + "svn_url": "https://github.com/howtowhale/dvm", + "homepage": "https://howtowhale.github.io/dvm/", + "size": 208260, + "stargazers_count": 468, + "watchers_count": 468, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 50, + "open_issues": 13, + "watchers": 468, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "howtowhale", + "id": 26232881, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2MjMyODgx", + "avatar_url": "https://avatars3.githubusercontent.com/u/26232881?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/howtowhale", + "html_url": "https://github.com/howtowhale", + "followers_url": "https://api.github.com/users/howtowhale/followers", + "following_url": "https://api.github.com/users/howtowhale/following{/other_user}", + "gists_url": "https://api.github.com/users/howtowhale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/howtowhale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/howtowhale/subscriptions", + "organizations_url": "https://api.github.com/users/howtowhale/orgs", + "repos_url": "https://api.github.com/users/howtowhale/repos", + "events_url": "https://api.github.com/users/howtowhale/events{/privacy}", + "received_events_url": "https://api.github.com/users/howtowhale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 23 + }, + { + "id": 95304830, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTMwNDgzMA==", + "name": "multidocker", + "full_name": "marty90/multidocker", + "owner": { + "login": "marty90", + "id": 11349259, + "node_id": "MDQ6VXNlcjExMzQ5MjU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/11349259?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marty90", + "html_url": "https://github.com/marty90", + "followers_url": "https://api.github.com/users/marty90/followers", + "following_url": "https://api.github.com/users/marty90/following{/other_user}", + "gists_url": "https://api.github.com/users/marty90/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marty90/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marty90/subscriptions", + "organizations_url": "https://api.github.com/users/marty90/orgs", + "repos_url": "https://api.github.com/users/marty90/repos", + "events_url": "https://api.github.com/users/marty90/events{/privacy}", + "received_events_url": "https://api.github.com/users/marty90/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marty90/multidocker", + "description": "Creates a system where users are forced to login in dedicated independent docker containers.", + "fork": false, + "url": "https://api.github.com/repos/marty90/multidocker", + "forks_url": "https://api.github.com/repos/marty90/multidocker/forks", + "keys_url": "https://api.github.com/repos/marty90/multidocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marty90/multidocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marty90/multidocker/teams", + "hooks_url": "https://api.github.com/repos/marty90/multidocker/hooks", + "issue_events_url": "https://api.github.com/repos/marty90/multidocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marty90/multidocker/events", + "assignees_url": "https://api.github.com/repos/marty90/multidocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marty90/multidocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marty90/multidocker/tags", + "blobs_url": "https://api.github.com/repos/marty90/multidocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marty90/multidocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marty90/multidocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marty90/multidocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marty90/multidocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marty90/multidocker/languages", + "stargazers_url": "https://api.github.com/repos/marty90/multidocker/stargazers", + "contributors_url": "https://api.github.com/repos/marty90/multidocker/contributors", + "subscribers_url": "https://api.github.com/repos/marty90/multidocker/subscribers", + "subscription_url": "https://api.github.com/repos/marty90/multidocker/subscription", + "commits_url": "https://api.github.com/repos/marty90/multidocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marty90/multidocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marty90/multidocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marty90/multidocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marty90/multidocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marty90/multidocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marty90/multidocker/merges", + "archive_url": "https://api.github.com/repos/marty90/multidocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marty90/multidocker/downloads", + "issues_url": "https://api.github.com/repos/marty90/multidocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marty90/multidocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marty90/multidocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marty90/multidocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marty90/multidocker/labels{/name}", + "releases_url": "https://api.github.com/repos/marty90/multidocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marty90/multidocker/deployments", + "created_at": "2017-06-24T15:07:05Z", + "updated_at": "2018-05-22T15:54:59Z", + "pushed_at": "2018-05-21T15:40:41Z", + "git_url": "git://github.com/marty90/multidocker.git", + "ssh_url": "git@github.com:marty90/multidocker.git", + "clone_url": "https://github.com/marty90/multidocker.git", + "svn_url": "https://github.com/marty90/multidocker", + "homepage": null, + "size": 15, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 1 + }, + { + "id": 21020707, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTAyMDcwNw==", + "name": "nsenter", + "full_name": "jpetazzo/nsenter", + "owner": { + "login": "jpetazzo", + "id": 171481, + "node_id": "MDQ6VXNlcjE3MTQ4MQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/171481?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jpetazzo", + "html_url": "https://github.com/jpetazzo", + "followers_url": "https://api.github.com/users/jpetazzo/followers", + "following_url": "https://api.github.com/users/jpetazzo/following{/other_user}", + "gists_url": "https://api.github.com/users/jpetazzo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jpetazzo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jpetazzo/subscriptions", + "organizations_url": "https://api.github.com/users/jpetazzo/orgs", + "repos_url": "https://api.github.com/users/jpetazzo/repos", + "events_url": "https://api.github.com/users/jpetazzo/events{/privacy}", + "received_events_url": "https://api.github.com/users/jpetazzo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jpetazzo/nsenter", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/jpetazzo/nsenter", + "forks_url": "https://api.github.com/repos/jpetazzo/nsenter/forks", + "keys_url": "https://api.github.com/repos/jpetazzo/nsenter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jpetazzo/nsenter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jpetazzo/nsenter/teams", + "hooks_url": "https://api.github.com/repos/jpetazzo/nsenter/hooks", + "issue_events_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jpetazzo/nsenter/events", + "assignees_url": "https://api.github.com/repos/jpetazzo/nsenter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jpetazzo/nsenter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jpetazzo/nsenter/tags", + "blobs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jpetazzo/nsenter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jpetazzo/nsenter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jpetazzo/nsenter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jpetazzo/nsenter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jpetazzo/nsenter/languages", + "stargazers_url": "https://api.github.com/repos/jpetazzo/nsenter/stargazers", + "contributors_url": "https://api.github.com/repos/jpetazzo/nsenter/contributors", + "subscribers_url": "https://api.github.com/repos/jpetazzo/nsenter/subscribers", + "subscription_url": "https://api.github.com/repos/jpetazzo/nsenter/subscription", + "commits_url": "https://api.github.com/repos/jpetazzo/nsenter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jpetazzo/nsenter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jpetazzo/nsenter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jpetazzo/nsenter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jpetazzo/nsenter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jpetazzo/nsenter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jpetazzo/nsenter/merges", + "archive_url": "https://api.github.com/repos/jpetazzo/nsenter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jpetazzo/nsenter/downloads", + "issues_url": "https://api.github.com/repos/jpetazzo/nsenter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jpetazzo/nsenter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jpetazzo/nsenter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jpetazzo/nsenter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jpetazzo/nsenter/labels{/name}", + "releases_url": "https://api.github.com/repos/jpetazzo/nsenter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jpetazzo/nsenter/deployments", + "created_at": "2014-06-20T00:56:30Z", + "updated_at": "2018-08-08T05:23:07Z", + "pushed_at": "2016-07-19T01:29:16Z", + "git_url": "git://github.com/jpetazzo/nsenter.git", + "ssh_url": "git@github.com:jpetazzo/nsenter.git", + "clone_url": "https://github.com/jpetazzo/nsenter.git", + "svn_url": "https://github.com/jpetazzo/nsenter", + "homepage": null, + "size": 55, + "stargazers_count": 2005, + "watchers_count": 2005, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 216, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 216, + "open_issues": 8, + "watchers": 2005, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 216, + "subscribers_count": 78 + }, + { + "id": 56927263, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkyNzI2Mw==", + "name": "powerline-docker", + "full_name": "adrianmo/powerline-docker", + "owner": { + "login": "adrianmo", + "id": 3786750, + "node_id": "MDQ6VXNlcjM3ODY3NTA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3786750?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/adrianmo", + "html_url": "https://github.com/adrianmo", + "followers_url": "https://api.github.com/users/adrianmo/followers", + "following_url": "https://api.github.com/users/adrianmo/following{/other_user}", + "gists_url": "https://api.github.com/users/adrianmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/adrianmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/adrianmo/subscriptions", + "organizations_url": "https://api.github.com/users/adrianmo/orgs", + "repos_url": "https://api.github.com/users/adrianmo/repos", + "events_url": "https://api.github.com/users/adrianmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/adrianmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/adrianmo/powerline-docker", + "description": "A Powerline segment for showing the status of your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/adrianmo/powerline-docker", + "forks_url": "https://api.github.com/repos/adrianmo/powerline-docker/forks", + "keys_url": "https://api.github.com/repos/adrianmo/powerline-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/adrianmo/powerline-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/adrianmo/powerline-docker/teams", + "hooks_url": "https://api.github.com/repos/adrianmo/powerline-docker/hooks", + "issue_events_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/adrianmo/powerline-docker/events", + "assignees_url": "https://api.github.com/repos/adrianmo/powerline-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/adrianmo/powerline-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/tags", + "blobs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/adrianmo/powerline-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/adrianmo/powerline-docker/languages", + "stargazers_url": "https://api.github.com/repos/adrianmo/powerline-docker/stargazers", + "contributors_url": "https://api.github.com/repos/adrianmo/powerline-docker/contributors", + "subscribers_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscribers", + "subscription_url": "https://api.github.com/repos/adrianmo/powerline-docker/subscription", + "commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/adrianmo/powerline-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/adrianmo/powerline-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/adrianmo/powerline-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/adrianmo/powerline-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/adrianmo/powerline-docker/merges", + "archive_url": "https://api.github.com/repos/adrianmo/powerline-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/adrianmo/powerline-docker/downloads", + "issues_url": "https://api.github.com/repos/adrianmo/powerline-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/adrianmo/powerline-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/adrianmo/powerline-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/adrianmo/powerline-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/adrianmo/powerline-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/adrianmo/powerline-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/adrianmo/powerline-docker/deployments", + "created_at": "2016-04-23T15:47:49Z", + "updated_at": "2018-04-06T20:22:52Z", + "pushed_at": "2017-06-30T09:11:44Z", + "git_url": "git://github.com/adrianmo/powerline-docker.git", + "ssh_url": "git@github.com:adrianmo/powerline-docker.git", + "clone_url": "https://github.com/adrianmo/powerline-docker.git", + "svn_url": "https://github.com/adrianmo/powerline-docker", + "homepage": "", + "size": 36, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 5 + }, + { + "id": 96783736, + "node_id": "MDEwOlJlcG9zaXRvcnk5Njc4MzczNg==", + "name": "proco", + "full_name": "shiwaforce/proco", + "owner": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shiwaforce/proco", + "description": "Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.", + "fork": false, + "url": "https://api.github.com/repos/shiwaforce/proco", + "forks_url": "https://api.github.com/repos/shiwaforce/proco/forks", + "keys_url": "https://api.github.com/repos/shiwaforce/proco/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shiwaforce/proco/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shiwaforce/proco/teams", + "hooks_url": "https://api.github.com/repos/shiwaforce/proco/hooks", + "issue_events_url": "https://api.github.com/repos/shiwaforce/proco/issues/events{/number}", + "events_url": "https://api.github.com/repos/shiwaforce/proco/events", + "assignees_url": "https://api.github.com/repos/shiwaforce/proco/assignees{/user}", + "branches_url": "https://api.github.com/repos/shiwaforce/proco/branches{/branch}", + "tags_url": "https://api.github.com/repos/shiwaforce/proco/tags", + "blobs_url": "https://api.github.com/repos/shiwaforce/proco/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shiwaforce/proco/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shiwaforce/proco/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shiwaforce/proco/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shiwaforce/proco/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shiwaforce/proco/languages", + "stargazers_url": "https://api.github.com/repos/shiwaforce/proco/stargazers", + "contributors_url": "https://api.github.com/repos/shiwaforce/proco/contributors", + "subscribers_url": "https://api.github.com/repos/shiwaforce/proco/subscribers", + "subscription_url": "https://api.github.com/repos/shiwaforce/proco/subscription", + "commits_url": "https://api.github.com/repos/shiwaforce/proco/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shiwaforce/proco/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shiwaforce/proco/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shiwaforce/proco/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shiwaforce/proco/contents/{+path}", + "compare_url": "https://api.github.com/repos/shiwaforce/proco/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shiwaforce/proco/merges", + "archive_url": "https://api.github.com/repos/shiwaforce/proco/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shiwaforce/proco/downloads", + "issues_url": "https://api.github.com/repos/shiwaforce/proco/issues{/number}", + "pulls_url": "https://api.github.com/repos/shiwaforce/proco/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shiwaforce/proco/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shiwaforce/proco/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shiwaforce/proco/labels{/name}", + "releases_url": "https://api.github.com/repos/shiwaforce/proco/releases{/id}", + "deployments_url": "https://api.github.com/repos/shiwaforce/proco/deployments", + "created_at": "2017-07-10T13:58:08Z", + "updated_at": "2018-06-20T07:18:35Z", + "pushed_at": "2018-06-15T14:52:27Z", + "git_url": "git://github.com/shiwaforce/proco.git", + "ssh_url": "git@github.com:shiwaforce/proco.git", + "clone_url": "https://github.com/shiwaforce/proco.git", + "svn_url": "https://github.com/shiwaforce/proco", + "homepage": "https://proco.app", + "size": 520, + "stargazers_count": 35, + "watchers_count": 35, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 12, + "watchers": 35, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "shiwaforce", + "id": 25010728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MDEwNzI4", + "avatar_url": "https://avatars2.githubusercontent.com/u/25010728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shiwaforce", + "html_url": "https://github.com/shiwaforce", + "followers_url": "https://api.github.com/users/shiwaforce/followers", + "following_url": "https://api.github.com/users/shiwaforce/following{/other_user}", + "gists_url": "https://api.github.com/users/shiwaforce/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shiwaforce/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shiwaforce/subscriptions", + "organizations_url": "https://api.github.com/users/shiwaforce/orgs", + "repos_url": "https://api.github.com/users/shiwaforce/repos", + "events_url": "https://api.github.com/users/shiwaforce/events{/privacy}", + "received_events_url": "https://api.github.com/users/shiwaforce/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 8 + }, + { + "id": 68786993, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODc4Njk5Mw==", + "name": "reg", + "full_name": "genuinetools/reg", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/reg", + "description": "Docker registry v2 command line client and repo listing generator with security checks.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/reg", + "forks_url": "https://api.github.com/repos/genuinetools/reg/forks", + "keys_url": "https://api.github.com/repos/genuinetools/reg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/reg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/reg/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/reg/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/reg/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/reg/events", + "assignees_url": "https://api.github.com/repos/genuinetools/reg/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/reg/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/reg/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/reg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/reg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/reg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/reg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/reg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/reg/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/reg/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/reg/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/reg/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/reg/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/reg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/reg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/reg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/reg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/reg/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/reg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/reg/merges", + "archive_url": "https://api.github.com/repos/genuinetools/reg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/reg/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/reg/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/reg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/reg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/reg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/reg/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/reg/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/reg/deployments", + "created_at": "2016-09-21T06:28:40Z", + "updated_at": "2018-08-08T22:07:19Z", + "pushed_at": "2018-08-07T12:56:57Z", + "git_url": "git://github.com/genuinetools/reg.git", + "ssh_url": "git@github.com:genuinetools/reg.git", + "clone_url": "https://github.com/genuinetools/reg.git", + "svn_url": "https://github.com/genuinetools/reg", + "homepage": "https://r.j3ss.co", + "size": 30743, + "stargazers_count": 672, + "watchers_count": 672, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 17, + "watchers": 672, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 31 + }, + { + "id": 43281905, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzI4MTkwNQ==", + "name": "scuba", + "full_name": "JonathonReinhart/scuba", + "owner": { + "login": "JonathonReinhart", + "id": 1916566, + "node_id": "MDQ6VXNlcjE5MTY1NjY=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1916566?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/JonathonReinhart", + "html_url": "https://github.com/JonathonReinhart", + "followers_url": "https://api.github.com/users/JonathonReinhart/followers", + "following_url": "https://api.github.com/users/JonathonReinhart/following{/other_user}", + "gists_url": "https://api.github.com/users/JonathonReinhart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/JonathonReinhart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/JonathonReinhart/subscriptions", + "organizations_url": "https://api.github.com/users/JonathonReinhart/orgs", + "repos_url": "https://api.github.com/users/JonathonReinhart/repos", + "events_url": "https://api.github.com/users/JonathonReinhart/events{/privacy}", + "received_events_url": "https://api.github.com/users/JonathonReinhart/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/JonathonReinhart/scuba", + "description": "Simple Container-Utilizing Build Apparatus", + "fork": false, + "url": "https://api.github.com/repos/JonathonReinhart/scuba", + "forks_url": "https://api.github.com/repos/JonathonReinhart/scuba/forks", + "keys_url": "https://api.github.com/repos/JonathonReinhart/scuba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/JonathonReinhart/scuba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/JonathonReinhart/scuba/teams", + "hooks_url": "https://api.github.com/repos/JonathonReinhart/scuba/hooks", + "issue_events_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/events{/number}", + "events_url": "https://api.github.com/repos/JonathonReinhart/scuba/events", + "assignees_url": "https://api.github.com/repos/JonathonReinhart/scuba/assignees{/user}", + "branches_url": "https://api.github.com/repos/JonathonReinhart/scuba/branches{/branch}", + "tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/tags", + "blobs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/JonathonReinhart/scuba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/JonathonReinhart/scuba/languages", + "stargazers_url": "https://api.github.com/repos/JonathonReinhart/scuba/stargazers", + "contributors_url": "https://api.github.com/repos/JonathonReinhart/scuba/contributors", + "subscribers_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscribers", + "subscription_url": "https://api.github.com/repos/JonathonReinhart/scuba/subscription", + "commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/JonathonReinhart/scuba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/JonathonReinhart/scuba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/JonathonReinhart/scuba/contents/{+path}", + "compare_url": "https://api.github.com/repos/JonathonReinhart/scuba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/JonathonReinhart/scuba/merges", + "archive_url": "https://api.github.com/repos/JonathonReinhart/scuba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/JonathonReinhart/scuba/downloads", + "issues_url": "https://api.github.com/repos/JonathonReinhart/scuba/issues{/number}", + "pulls_url": "https://api.github.com/repos/JonathonReinhart/scuba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/JonathonReinhart/scuba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/JonathonReinhart/scuba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/JonathonReinhart/scuba/labels{/name}", + "releases_url": "https://api.github.com/repos/JonathonReinhart/scuba/releases{/id}", + "deployments_url": "https://api.github.com/repos/JonathonReinhart/scuba/deployments", + "created_at": "2015-09-28T05:35:54Z", + "updated_at": "2018-07-25T09:08:20Z", + "pushed_at": "2018-07-18T12:40:10Z", + "git_url": "git://github.com/JonathonReinhart/scuba.git", + "ssh_url": "git@github.com:JonathonReinhart/scuba.git", + "clone_url": "https://github.com/JonathonReinhart/scuba.git", + "svn_url": "https://github.com/JonathonReinhart/scuba", + "homepage": "", + "size": 214, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 10, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 43115475, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzExNTQ3NQ==", + "name": "sen", + "full_name": "TomasTomecek/sen", + "owner": { + "login": "TomasTomecek", + "id": 1662493, + "node_id": "MDQ6VXNlcjE2NjI0OTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1662493?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/TomasTomecek", + "html_url": "https://github.com/TomasTomecek", + "followers_url": "https://api.github.com/users/TomasTomecek/followers", + "following_url": "https://api.github.com/users/TomasTomecek/following{/other_user}", + "gists_url": "https://api.github.com/users/TomasTomecek/gists{/gist_id}", + "starred_url": "https://api.github.com/users/TomasTomecek/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/TomasTomecek/subscriptions", + "organizations_url": "https://api.github.com/users/TomasTomecek/orgs", + "repos_url": "https://api.github.com/users/TomasTomecek/repos", + "events_url": "https://api.github.com/users/TomasTomecek/events{/privacy}", + "received_events_url": "https://api.github.com/users/TomasTomecek/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/TomasTomecek/sen", + "description": "Terminal User Interface for docker engine", + "fork": false, + "url": "https://api.github.com/repos/TomasTomecek/sen", + "forks_url": "https://api.github.com/repos/TomasTomecek/sen/forks", + "keys_url": "https://api.github.com/repos/TomasTomecek/sen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/TomasTomecek/sen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/TomasTomecek/sen/teams", + "hooks_url": "https://api.github.com/repos/TomasTomecek/sen/hooks", + "issue_events_url": "https://api.github.com/repos/TomasTomecek/sen/issues/events{/number}", + "events_url": "https://api.github.com/repos/TomasTomecek/sen/events", + "assignees_url": "https://api.github.com/repos/TomasTomecek/sen/assignees{/user}", + "branches_url": "https://api.github.com/repos/TomasTomecek/sen/branches{/branch}", + "tags_url": "https://api.github.com/repos/TomasTomecek/sen/tags", + "blobs_url": "https://api.github.com/repos/TomasTomecek/sen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/TomasTomecek/sen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/TomasTomecek/sen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/TomasTomecek/sen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/TomasTomecek/sen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/TomasTomecek/sen/languages", + "stargazers_url": "https://api.github.com/repos/TomasTomecek/sen/stargazers", + "contributors_url": "https://api.github.com/repos/TomasTomecek/sen/contributors", + "subscribers_url": "https://api.github.com/repos/TomasTomecek/sen/subscribers", + "subscription_url": "https://api.github.com/repos/TomasTomecek/sen/subscription", + "commits_url": "https://api.github.com/repos/TomasTomecek/sen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/TomasTomecek/sen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/TomasTomecek/sen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/TomasTomecek/sen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/TomasTomecek/sen/contents/{+path}", + "compare_url": "https://api.github.com/repos/TomasTomecek/sen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/TomasTomecek/sen/merges", + "archive_url": "https://api.github.com/repos/TomasTomecek/sen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/TomasTomecek/sen/downloads", + "issues_url": "https://api.github.com/repos/TomasTomecek/sen/issues{/number}", + "pulls_url": "https://api.github.com/repos/TomasTomecek/sen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/TomasTomecek/sen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/TomasTomecek/sen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/TomasTomecek/sen/labels{/name}", + "releases_url": "https://api.github.com/repos/TomasTomecek/sen/releases{/id}", + "deployments_url": "https://api.github.com/repos/TomasTomecek/sen/deployments", + "created_at": "2015-09-25T07:13:43Z", + "updated_at": "2018-08-08T17:48:22Z", + "pushed_at": "2018-04-10T11:26:41Z", + "git_url": "git://github.com/TomasTomecek/sen.git", + "ssh_url": "git@github.com:TomasTomecek/sen.git", + "clone_url": "https://github.com/TomasTomecek/sen.git", + "svn_url": "https://github.com/TomasTomecek/sen", + "homepage": null, + "size": 2934, + "stargazers_count": 720, + "watchers_count": 720, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 47, + "mirror_url": null, + "archived": false, + "open_issues_count": 30, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 47, + "open_issues": 30, + "watchers": 720, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 47, + "subscribers_count": 26 + }, + { + "id": 127432862, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjc0MzI4NjI=", + "name": "supdock", + "full_name": "segersniels/supdock", + "owner": { + "login": "segersniels", + "id": 10974647, + "node_id": "MDQ6VXNlcjEwOTc0NjQ3", + "avatar_url": "https://avatars2.githubusercontent.com/u/10974647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/segersniels", + "html_url": "https://github.com/segersniels", + "followers_url": "https://api.github.com/users/segersniels/followers", + "following_url": "https://api.github.com/users/segersniels/following{/other_user}", + "gists_url": "https://api.github.com/users/segersniels/gists{/gist_id}", + "starred_url": "https://api.github.com/users/segersniels/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/segersniels/subscriptions", + "organizations_url": "https://api.github.com/users/segersniels/orgs", + "repos_url": "https://api.github.com/users/segersniels/repos", + "events_url": "https://api.github.com/users/segersniels/events{/privacy}", + "received_events_url": "https://api.github.com/users/segersniels/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/segersniels/supdock", + "description": "What's Up, Dock(er)?", + "fork": false, + "url": "https://api.github.com/repos/segersniels/supdock", + "forks_url": "https://api.github.com/repos/segersniels/supdock/forks", + "keys_url": "https://api.github.com/repos/segersniels/supdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/segersniels/supdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/segersniels/supdock/teams", + "hooks_url": "https://api.github.com/repos/segersniels/supdock/hooks", + "issue_events_url": "https://api.github.com/repos/segersniels/supdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/segersniels/supdock/events", + "assignees_url": "https://api.github.com/repos/segersniels/supdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/segersniels/supdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/segersniels/supdock/tags", + "blobs_url": "https://api.github.com/repos/segersniels/supdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/segersniels/supdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/segersniels/supdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/segersniels/supdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/segersniels/supdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/segersniels/supdock/languages", + "stargazers_url": "https://api.github.com/repos/segersniels/supdock/stargazers", + "contributors_url": "https://api.github.com/repos/segersniels/supdock/contributors", + "subscribers_url": "https://api.github.com/repos/segersniels/supdock/subscribers", + "subscription_url": "https://api.github.com/repos/segersniels/supdock/subscription", + "commits_url": "https://api.github.com/repos/segersniels/supdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/segersniels/supdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/segersniels/supdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/segersniels/supdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/segersniels/supdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/segersniels/supdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/segersniels/supdock/merges", + "archive_url": "https://api.github.com/repos/segersniels/supdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/segersniels/supdock/downloads", + "issues_url": "https://api.github.com/repos/segersniels/supdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/segersniels/supdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/segersniels/supdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/segersniels/supdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/segersniels/supdock/labels{/name}", + "releases_url": "https://api.github.com/repos/segersniels/supdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/segersniels/supdock/deployments", + "created_at": "2018-03-30T13:44:58Z", + "updated_at": "2018-08-09T12:12:12Z", + "pushed_at": "2018-08-01T08:26:26Z", + "git_url": "git://github.com/segersniels/supdock.git", + "ssh_url": "git@github.com:segersniels/supdock.git", + "clone_url": "https://github.com/segersniels/supdock.git", + "svn_url": "https://github.com/segersniels/supdock", + "homepage": "", + "size": 11755, + "stargazers_count": 8, + "watchers_count": 8, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 0, + "open_issues": 1, + "watchers": 8, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 2 + }, + { + "id": 73871938, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzg3MTkzOA==", + "name": "tsaotun", + "full_name": "qazbnm456/tsaotun", + "owner": { + "login": "qazbnm456", + "id": 6451933, + "node_id": "MDQ6VXNlcjY0NTE5MzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6451933?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/qazbnm456", + "html_url": "https://github.com/qazbnm456", + "followers_url": "https://api.github.com/users/qazbnm456/followers", + "following_url": "https://api.github.com/users/qazbnm456/following{/other_user}", + "gists_url": "https://api.github.com/users/qazbnm456/gists{/gist_id}", + "starred_url": "https://api.github.com/users/qazbnm456/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/qazbnm456/subscriptions", + "organizations_url": "https://api.github.com/users/qazbnm456/orgs", + "repos_url": "https://api.github.com/users/qazbnm456/repos", + "events_url": "https://api.github.com/users/qazbnm456/events{/privacy}", + "received_events_url": "https://api.github.com/users/qazbnm456/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/qazbnm456/tsaotun", + "description": "Tsaotun - Python based Assistance for Docker", + "fork": false, + "url": "https://api.github.com/repos/qazbnm456/tsaotun", + "forks_url": "https://api.github.com/repos/qazbnm456/tsaotun/forks", + "keys_url": "https://api.github.com/repos/qazbnm456/tsaotun/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/qazbnm456/tsaotun/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/qazbnm456/tsaotun/teams", + "hooks_url": "https://api.github.com/repos/qazbnm456/tsaotun/hooks", + "issue_events_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/events{/number}", + "events_url": "https://api.github.com/repos/qazbnm456/tsaotun/events", + "assignees_url": "https://api.github.com/repos/qazbnm456/tsaotun/assignees{/user}", + "branches_url": "https://api.github.com/repos/qazbnm456/tsaotun/branches{/branch}", + "tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/tags", + "blobs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/qazbnm456/tsaotun/statuses/{sha}", + "languages_url": "https://api.github.com/repos/qazbnm456/tsaotun/languages", + "stargazers_url": "https://api.github.com/repos/qazbnm456/tsaotun/stargazers", + "contributors_url": "https://api.github.com/repos/qazbnm456/tsaotun/contributors", + "subscribers_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscribers", + "subscription_url": "https://api.github.com/repos/qazbnm456/tsaotun/subscription", + "commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/qazbnm456/tsaotun/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/qazbnm456/tsaotun/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/qazbnm456/tsaotun/contents/{+path}", + "compare_url": "https://api.github.com/repos/qazbnm456/tsaotun/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/qazbnm456/tsaotun/merges", + "archive_url": "https://api.github.com/repos/qazbnm456/tsaotun/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/qazbnm456/tsaotun/downloads", + "issues_url": "https://api.github.com/repos/qazbnm456/tsaotun/issues{/number}", + "pulls_url": "https://api.github.com/repos/qazbnm456/tsaotun/pulls{/number}", + "milestones_url": "https://api.github.com/repos/qazbnm456/tsaotun/milestones{/number}", + "notifications_url": "https://api.github.com/repos/qazbnm456/tsaotun/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/qazbnm456/tsaotun/labels{/name}", + "releases_url": "https://api.github.com/repos/qazbnm456/tsaotun/releases{/id}", + "deployments_url": "https://api.github.com/repos/qazbnm456/tsaotun/deployments", + "created_at": "2016-11-16T01:38:18Z", + "updated_at": "2018-05-26T18:04:48Z", + "pushed_at": "2017-12-10T05:16:37Z", + "git_url": "git://github.com/qazbnm456/tsaotun.git", + "ssh_url": "git@github.com:qazbnm456/tsaotun.git", + "clone_url": "https://github.com/qazbnm456/tsaotun.git", + "svn_url": "https://github.com/qazbnm456/tsaotun", + "homepage": "", + "size": 182, + "stargazers_count": 30, + "watchers_count": 30, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 30, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 34074446, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDA3NDQ0Ng==", + "name": "wharfee", + "full_name": "j-bennet/wharfee", + "owner": { + "login": "j-bennet", + "id": 637013, + "node_id": "MDQ6VXNlcjYzNzAxMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/637013?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/j-bennet", + "html_url": "https://github.com/j-bennet", + "followers_url": "https://api.github.com/users/j-bennet/followers", + "following_url": "https://api.github.com/users/j-bennet/following{/other_user}", + "gists_url": "https://api.github.com/users/j-bennet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/j-bennet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/j-bennet/subscriptions", + "organizations_url": "https://api.github.com/users/j-bennet/orgs", + "repos_url": "https://api.github.com/users/j-bennet/repos", + "events_url": "https://api.github.com/users/j-bennet/events{/privacy}", + "received_events_url": "https://api.github.com/users/j-bennet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/j-bennet/wharfee", + "description": "A CLI with autocompletion and syntax highlighting for Docker commands.", + "fork": false, + "url": "https://api.github.com/repos/j-bennet/wharfee", + "forks_url": "https://api.github.com/repos/j-bennet/wharfee/forks", + "keys_url": "https://api.github.com/repos/j-bennet/wharfee/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/j-bennet/wharfee/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/j-bennet/wharfee/teams", + "hooks_url": "https://api.github.com/repos/j-bennet/wharfee/hooks", + "issue_events_url": "https://api.github.com/repos/j-bennet/wharfee/issues/events{/number}", + "events_url": "https://api.github.com/repos/j-bennet/wharfee/events", + "assignees_url": "https://api.github.com/repos/j-bennet/wharfee/assignees{/user}", + "branches_url": "https://api.github.com/repos/j-bennet/wharfee/branches{/branch}", + "tags_url": "https://api.github.com/repos/j-bennet/wharfee/tags", + "blobs_url": "https://api.github.com/repos/j-bennet/wharfee/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/j-bennet/wharfee/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/j-bennet/wharfee/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/j-bennet/wharfee/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/j-bennet/wharfee/statuses/{sha}", + "languages_url": "https://api.github.com/repos/j-bennet/wharfee/languages", + "stargazers_url": "https://api.github.com/repos/j-bennet/wharfee/stargazers", + "contributors_url": "https://api.github.com/repos/j-bennet/wharfee/contributors", + "subscribers_url": "https://api.github.com/repos/j-bennet/wharfee/subscribers", + "subscription_url": "https://api.github.com/repos/j-bennet/wharfee/subscription", + "commits_url": "https://api.github.com/repos/j-bennet/wharfee/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/j-bennet/wharfee/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/j-bennet/wharfee/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/j-bennet/wharfee/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/j-bennet/wharfee/contents/{+path}", + "compare_url": "https://api.github.com/repos/j-bennet/wharfee/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/j-bennet/wharfee/merges", + "archive_url": "https://api.github.com/repos/j-bennet/wharfee/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/j-bennet/wharfee/downloads", + "issues_url": "https://api.github.com/repos/j-bennet/wharfee/issues{/number}", + "pulls_url": "https://api.github.com/repos/j-bennet/wharfee/pulls{/number}", + "milestones_url": "https://api.github.com/repos/j-bennet/wharfee/milestones{/number}", + "notifications_url": "https://api.github.com/repos/j-bennet/wharfee/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/j-bennet/wharfee/labels{/name}", + "releases_url": "https://api.github.com/repos/j-bennet/wharfee/releases{/id}", + "deployments_url": "https://api.github.com/repos/j-bennet/wharfee/deployments", + "created_at": "2015-04-16T18:53:35Z", + "updated_at": "2018-07-24T08:18:23Z", + "pushed_at": "2018-05-20T21:56:32Z", + "git_url": "git://github.com/j-bennet/wharfee.git", + "ssh_url": "git@github.com:j-bennet/wharfee.git", + "clone_url": "https://github.com/j-bennet/wharfee.git", + "svn_url": "https://github.com/j-bennet/wharfee", + "homepage": null, + "size": 4008, + "stargazers_count": 574, + "watchers_count": 574, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 36, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 36, + "open_issues": 22, + "watchers": 574, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 36, + "subscribers_count": 29 + }, + { + "id": 56936150, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjkzNjE1MA==", + "name": "docker-registry-browser", + "full_name": "klausmeyer/docker-registry-browser", + "owner": { + "login": "klausmeyer", + "id": 615777, + "node_id": "MDQ6VXNlcjYxNTc3Nw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/615777?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/klausmeyer", + "html_url": "https://github.com/klausmeyer", + "followers_url": "https://api.github.com/users/klausmeyer/followers", + "following_url": "https://api.github.com/users/klausmeyer/following{/other_user}", + "gists_url": "https://api.github.com/users/klausmeyer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/klausmeyer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/klausmeyer/subscriptions", + "organizations_url": "https://api.github.com/users/klausmeyer/orgs", + "repos_url": "https://api.github.com/users/klausmeyer/repos", + "events_url": "https://api.github.com/users/klausmeyer/events{/privacy}", + "received_events_url": "https://api.github.com/users/klausmeyer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/klausmeyer/docker-registry-browser", + "description": "🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.", + "fork": false, + "url": "https://api.github.com/repos/klausmeyer/docker-registry-browser", + "forks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/forks", + "keys_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/teams", + "hooks_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/hooks", + "issue_events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/events{/number}", + "events_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/events", + "assignees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/assignees{/user}", + "branches_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/branches{/branch}", + "tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/tags", + "blobs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/languages", + "stargazers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/stargazers", + "contributors_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contributors", + "subscribers_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscribers", + "subscription_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/subscription", + "commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/contents/{+path}", + "compare_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/merges", + "archive_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/downloads", + "issues_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/issues{/number}", + "pulls_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/labels{/name}", + "releases_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/releases{/id}", + "deployments_url": "https://api.github.com/repos/klausmeyer/docker-registry-browser/deployments", + "created_at": "2016-04-23T19:07:17Z", + "updated_at": "2018-08-09T08:08:18Z", + "pushed_at": "2018-08-09T08:08:16Z", + "git_url": "git://github.com/klausmeyer/docker-registry-browser.git", + "ssh_url": "git@github.com:klausmeyer/docker-registry-browser.git", + "clone_url": "https://github.com/klausmeyer/docker-registry-browser.git", + "svn_url": "https://github.com/klausmeyer/docker-registry-browser", + "homepage": "https://hub.docker.com/r/klausmeyer/docker-registry-browser/", + "size": 1669, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Ruby", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 12, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 12, + "open_issues": 2, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 12, + "subscribers_count": 3 + }, + { + "id": 20876967, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDg3Njk2Nw==", + "name": "docker-registry-ui", + "full_name": "squidnyan/docker-registry-ui", + "owner": { + "login": "squidnyan", + "id": 1221721, + "node_id": "MDQ6VXNlcjEyMjE3MjE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1221721?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/squidnyan", + "html_url": "https://github.com/squidnyan", + "followers_url": "https://api.github.com/users/squidnyan/followers", + "following_url": "https://api.github.com/users/squidnyan/following{/other_user}", + "gists_url": "https://api.github.com/users/squidnyan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/squidnyan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/squidnyan/subscriptions", + "organizations_url": "https://api.github.com/users/squidnyan/orgs", + "repos_url": "https://api.github.com/users/squidnyan/repos", + "events_url": "https://api.github.com/users/squidnyan/events{/privacy}", + "received_events_url": "https://api.github.com/users/squidnyan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/squidnyan/docker-registry-ui", + "description": "A web frontend/UI for easy private/local Docker Registry integration", + "fork": false, + "url": "https://api.github.com/repos/squidnyan/docker-registry-ui", + "forks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/forks", + "keys_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/teams", + "hooks_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/hooks", + "issue_events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/events{/number}", + "events_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/events", + "assignees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/assignees{/user}", + "branches_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/branches{/branch}", + "tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/tags", + "blobs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/statuses/{sha}", + "languages_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/languages", + "stargazers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/stargazers", + "contributors_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contributors", + "subscribers_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscribers", + "subscription_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/subscription", + "commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/contents/{+path}", + "compare_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/merges", + "archive_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/downloads", + "issues_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/issues{/number}", + "pulls_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/pulls{/number}", + "milestones_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/milestones{/number}", + "notifications_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/labels{/name}", + "releases_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/releases{/id}", + "deployments_url": "https://api.github.com/repos/squidnyan/docker-registry-ui/deployments", + "created_at": "2014-06-16T07:55:52Z", + "updated_at": "2018-08-06T01:22:13Z", + "pushed_at": "2018-07-25T13:14:02Z", + "git_url": "git://github.com/squidnyan/docker-registry-ui.git", + "ssh_url": "git@github.com:squidnyan/docker-registry-ui.git", + "clone_url": "https://github.com/squidnyan/docker-registry-ui.git", + "svn_url": "https://github.com/squidnyan/docker-registry-ui", + "homepage": "", + "size": 42611, + "stargazers_count": 792, + "watchers_count": 792, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 141, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 141, + "open_issues": 33, + "watchers": 792, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 141, + "subscribers_count": 54 + }, + { + "id": 41842339, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTg0MjMzOQ==", + "name": "docker-registry-web", + "full_name": "mkuchin/docker-registry-web", + "owner": { + "login": "mkuchin", + "id": 855330, + "node_id": "MDQ6VXNlcjg1NTMzMA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/855330?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mkuchin", + "html_url": "https://github.com/mkuchin", + "followers_url": "https://api.github.com/users/mkuchin/followers", + "following_url": "https://api.github.com/users/mkuchin/following{/other_user}", + "gists_url": "https://api.github.com/users/mkuchin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mkuchin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mkuchin/subscriptions", + "organizations_url": "https://api.github.com/users/mkuchin/orgs", + "repos_url": "https://api.github.com/users/mkuchin/repos", + "events_url": "https://api.github.com/users/mkuchin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mkuchin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mkuchin/docker-registry-web", + "description": "Web UI for private docker registry v2", + "fork": false, + "url": "https://api.github.com/repos/mkuchin/docker-registry-web", + "forks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/forks", + "keys_url": "https://api.github.com/repos/mkuchin/docker-registry-web/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mkuchin/docker-registry-web/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mkuchin/docker-registry-web/teams", + "hooks_url": "https://api.github.com/repos/mkuchin/docker-registry-web/hooks", + "issue_events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/events{/number}", + "events_url": "https://api.github.com/repos/mkuchin/docker-registry-web/events", + "assignees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/assignees{/user}", + "branches_url": "https://api.github.com/repos/mkuchin/docker-registry-web/branches{/branch}", + "tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/tags", + "blobs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mkuchin/docker-registry-web/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mkuchin/docker-registry-web/languages", + "stargazers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/stargazers", + "contributors_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contributors", + "subscribers_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscribers", + "subscription_url": "https://api.github.com/repos/mkuchin/docker-registry-web/subscription", + "commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mkuchin/docker-registry-web/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mkuchin/docker-registry-web/contents/{+path}", + "compare_url": "https://api.github.com/repos/mkuchin/docker-registry-web/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mkuchin/docker-registry-web/merges", + "archive_url": "https://api.github.com/repos/mkuchin/docker-registry-web/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mkuchin/docker-registry-web/downloads", + "issues_url": "https://api.github.com/repos/mkuchin/docker-registry-web/issues{/number}", + "pulls_url": "https://api.github.com/repos/mkuchin/docker-registry-web/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mkuchin/docker-registry-web/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mkuchin/docker-registry-web/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mkuchin/docker-registry-web/labels{/name}", + "releases_url": "https://api.github.com/repos/mkuchin/docker-registry-web/releases{/id}", + "deployments_url": "https://api.github.com/repos/mkuchin/docker-registry-web/deployments", + "created_at": "2015-09-03T04:45:20Z", + "updated_at": "2018-08-01T10:06:22Z", + "pushed_at": "2018-02-09T16:06:28Z", + "git_url": "git://github.com/mkuchin/docker-registry-web.git", + "ssh_url": "git@github.com:mkuchin/docker-registry-web.git", + "clone_url": "https://github.com/mkuchin/docker-registry-web.git", + "svn_url": "https://github.com/mkuchin/docker-registry-web", + "homepage": "https://hub.docker.com/r/hyper/docker-registry-web/", + "size": 1623, + "stargazers_count": 322, + "watchers_count": 322, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 92, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 92, + "open_issues": 37, + "watchers": 322, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 92, + "subscribers_count": 18 + }, + { + "id": 61750042, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1MDA0Mg==", + "name": "docker-swarm-visualizer", + "full_name": "dockersamples/docker-swarm-visualizer", + "owner": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "description": "A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3", + "fork": false, + "url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer", + "forks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/forks", + "keys_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/teams", + "hooks_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/hooks", + "issue_events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/events", + "assignees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/tags", + "blobs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/languages", + "stargazers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/stargazers", + "contributors_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contributors", + "subscribers_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscribers", + "subscription_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/subscription", + "commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/merges", + "archive_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/downloads", + "issues_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/labels{/name}", + "releases_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockersamples/docker-swarm-visualizer/deployments", + "created_at": "2016-06-22T20:40:20Z", + "updated_at": "2018-08-09T09:07:09Z", + "pushed_at": "2018-07-10T03:12:36Z", + "git_url": "git://github.com/dockersamples/docker-swarm-visualizer.git", + "ssh_url": "git@github.com:dockersamples/docker-swarm-visualizer.git", + "clone_url": "https://github.com/dockersamples/docker-swarm-visualizer.git", + "svn_url": "https://github.com/dockersamples/docker-swarm-visualizer", + "homepage": "", + "size": 1892, + "stargazers_count": 2260, + "watchers_count": 2260, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 338, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 338, + "open_issues": 14, + "watchers": 2260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockersamples", + "id": 25759379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1NzU5Mzc5", + "avatar_url": "https://avatars0.githubusercontent.com/u/25759379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockersamples", + "html_url": "https://github.com/dockersamples", + "followers_url": "https://api.github.com/users/dockersamples/followers", + "following_url": "https://api.github.com/users/dockersamples/following{/other_user}", + "gists_url": "https://api.github.com/users/dockersamples/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockersamples/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockersamples/subscriptions", + "organizations_url": "https://api.github.com/users/dockersamples/orgs", + "repos_url": "https://api.github.com/users/dockersamples/repos", + "events_url": "https://api.github.com/users/dockersamples/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockersamples/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 338, + "subscribers_count": 98 + }, + { + "id": 47916573, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzkxNjU3Mw==", + "name": "dockerding-on-rails", + "full_name": "Electrofenster/dockerding-on-rails", + "owner": { + "login": "Electrofenster", + "id": 4255745, + "node_id": "MDQ6VXNlcjQyNTU3NDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/4255745?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Electrofenster", + "html_url": "https://github.com/Electrofenster", + "followers_url": "https://api.github.com/users/Electrofenster/followers", + "following_url": "https://api.github.com/users/Electrofenster/following{/other_user}", + "gists_url": "https://api.github.com/users/Electrofenster/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Electrofenster/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Electrofenster/subscriptions", + "organizations_url": "https://api.github.com/users/Electrofenster/orgs", + "repos_url": "https://api.github.com/users/Electrofenster/repos", + "events_url": "https://api.github.com/users/Electrofenster/events{/privacy}", + "received_events_url": "https://api.github.com/users/Electrofenster/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Electrofenster/dockerding-on-rails", + "description": "Simple Web-Interface for Docker with a lot of features", + "fork": false, + "url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails", + "forks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/forks", + "keys_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/teams", + "hooks_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/hooks", + "issue_events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/events{/number}", + "events_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/events", + "assignees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/assignees{/user}", + "branches_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/branches{/branch}", + "tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/tags", + "blobs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/languages", + "stargazers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/stargazers", + "contributors_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contributors", + "subscribers_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscribers", + "subscription_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/subscription", + "commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/contents/{+path}", + "compare_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/merges", + "archive_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/downloads", + "issues_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/issues{/number}", + "pulls_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/labels{/name}", + "releases_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/releases{/id}", + "deployments_url": "https://api.github.com/repos/Electrofenster/dockerding-on-rails/deployments", + "created_at": "2015-12-13T11:34:01Z", + "updated_at": "2017-10-06T21:36:05Z", + "pushed_at": "2015-12-13T21:30:33Z", + "git_url": "git://github.com/Electrofenster/dockerding-on-rails.git", + "ssh_url": "git@github.com:Electrofenster/dockerding-on-rails.git", + "clone_url": "https://github.com/Electrofenster/dockerding-on-rails.git", + "svn_url": "https://github.com/Electrofenster/dockerding-on-rails", + "homepage": "", + "size": 36, + "stargazers_count": 13, + "watchers_count": 13, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 1, + "watchers": 13, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 93030528, + "node_id": "MDEwOlJlcG9zaXRvcnk5MzAzMDUyOA==", + "name": "DockerSurfer", + "full_name": "Simone-Erba/DockerSurfer", + "owner": { + "login": "Simone-Erba", + "id": 22956066, + "node_id": "MDQ6VXNlcjIyOTU2MDY2", + "avatar_url": "https://avatars1.githubusercontent.com/u/22956066?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Simone-Erba", + "html_url": "https://github.com/Simone-Erba", + "followers_url": "https://api.github.com/users/Simone-Erba/followers", + "following_url": "https://api.github.com/users/Simone-Erba/following{/other_user}", + "gists_url": "https://api.github.com/users/Simone-Erba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Simone-Erba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Simone-Erba/subscriptions", + "organizations_url": "https://api.github.com/users/Simone-Erba/orgs", + "repos_url": "https://api.github.com/users/Simone-Erba/repos", + "events_url": "https://api.github.com/users/Simone-Erba/events{/privacy}", + "received_events_url": "https://api.github.com/users/Simone-Erba/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Simone-Erba/DockerSurfer", + "description": "A tool for browse and analyze Docker Registries", + "fork": false, + "url": "https://api.github.com/repos/Simone-Erba/DockerSurfer", + "forks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/forks", + "keys_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/teams", + "hooks_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/hooks", + "issue_events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/events{/number}", + "events_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/events", + "assignees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/assignees{/user}", + "branches_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/branches{/branch}", + "tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/tags", + "blobs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/languages", + "stargazers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/stargazers", + "contributors_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contributors", + "subscribers_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscribers", + "subscription_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/subscription", + "commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/contents/{+path}", + "compare_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/merges", + "archive_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/downloads", + "issues_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/issues{/number}", + "pulls_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/labels{/name}", + "releases_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/releases{/id}", + "deployments_url": "https://api.github.com/repos/Simone-Erba/DockerSurfer/deployments", + "created_at": "2017-06-01T07:43:12Z", + "updated_at": "2018-03-25T13:55:37Z", + "pushed_at": "2017-12-25T18:28:28Z", + "git_url": "git://github.com/Simone-Erba/DockerSurfer.git", + "ssh_url": "git@github.com:Simone-Erba/DockerSurfer.git", + "clone_url": "https://github.com/Simone-Erba/DockerSurfer.git", + "svn_url": "https://github.com/Simone-Erba/DockerSurfer", + "homepage": "http://dockersurfer.com/", + "size": 148680, + "stargazers_count": 2, + "watchers_count": 2, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 2, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 1 + }, + { + "id": 15479087, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTQ3OTA4Nw==", + "name": "OctoLinker", + "full_name": "OctoLinker/OctoLinker", + "owner": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/OctoLinker/OctoLinker", + "description": "OctoLinker – Available on Chrome, Firefox and Opera", + "fork": false, + "url": "https://api.github.com/repos/OctoLinker/OctoLinker", + "forks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/forks", + "keys_url": "https://api.github.com/repos/OctoLinker/OctoLinker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/OctoLinker/OctoLinker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/OctoLinker/OctoLinker/teams", + "hooks_url": "https://api.github.com/repos/OctoLinker/OctoLinker/hooks", + "issue_events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/events{/number}", + "events_url": "https://api.github.com/repos/OctoLinker/OctoLinker/events", + "assignees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/assignees{/user}", + "branches_url": "https://api.github.com/repos/OctoLinker/OctoLinker/branches{/branch}", + "tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/tags", + "blobs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/OctoLinker/OctoLinker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/OctoLinker/OctoLinker/languages", + "stargazers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/stargazers", + "contributors_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contributors", + "subscribers_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscribers", + "subscription_url": "https://api.github.com/repos/OctoLinker/OctoLinker/subscription", + "commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/OctoLinker/OctoLinker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/OctoLinker/OctoLinker/contents/{+path}", + "compare_url": "https://api.github.com/repos/OctoLinker/OctoLinker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/OctoLinker/OctoLinker/merges", + "archive_url": "https://api.github.com/repos/OctoLinker/OctoLinker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/OctoLinker/OctoLinker/downloads", + "issues_url": "https://api.github.com/repos/OctoLinker/OctoLinker/issues{/number}", + "pulls_url": "https://api.github.com/repos/OctoLinker/OctoLinker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/OctoLinker/OctoLinker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/OctoLinker/OctoLinker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/OctoLinker/OctoLinker/labels{/name}", + "releases_url": "https://api.github.com/repos/OctoLinker/OctoLinker/releases{/id}", + "deployments_url": "https://api.github.com/repos/OctoLinker/OctoLinker/deployments", + "created_at": "2013-12-27T18:01:52Z", + "updated_at": "2018-08-09T12:26:29Z", + "pushed_at": "2018-08-08T23:03:14Z", + "git_url": "git://github.com/OctoLinker/OctoLinker.git", + "ssh_url": "git@github.com:OctoLinker/OctoLinker.git", + "clone_url": "https://github.com/OctoLinker/OctoLinker.git", + "svn_url": "https://github.com/OctoLinker/OctoLinker", + "homepage": "https://octolinker.github.io", + "size": 56618, + "stargazers_count": 2830, + "watchers_count": 2830, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 36, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 207, + "open_issues": 36, + "watchers": 2830, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "OctoLinker", + "id": 10505593, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNTA1NTkz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10505593?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/OctoLinker", + "html_url": "https://github.com/OctoLinker", + "followers_url": "https://api.github.com/users/OctoLinker/followers", + "following_url": "https://api.github.com/users/OctoLinker/following{/other_user}", + "gists_url": "https://api.github.com/users/OctoLinker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/OctoLinker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/OctoLinker/subscriptions", + "organizations_url": "https://api.github.com/users/OctoLinker/orgs", + "repos_url": "https://api.github.com/users/OctoLinker/repos", + "events_url": "https://api.github.com/users/OctoLinker/events{/privacy}", + "received_events_url": "https://api.github.com/users/OctoLinker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 82 + }, + { + "id": 59239347, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTIzOTM0Nw==", + "name": "portainer", + "full_name": "portainer/portainer", + "owner": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/portainer/portainer", + "description": "Simple management UI for Docker", + "fork": false, + "url": "https://api.github.com/repos/portainer/portainer", + "forks_url": "https://api.github.com/repos/portainer/portainer/forks", + "keys_url": "https://api.github.com/repos/portainer/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/portainer/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/portainer/portainer/teams", + "hooks_url": "https://api.github.com/repos/portainer/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/portainer/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/portainer/portainer/events", + "assignees_url": "https://api.github.com/repos/portainer/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/portainer/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/portainer/portainer/tags", + "blobs_url": "https://api.github.com/repos/portainer/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/portainer/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/portainer/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/portainer/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/portainer/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/portainer/portainer/languages", + "stargazers_url": "https://api.github.com/repos/portainer/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/portainer/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/portainer/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/portainer/portainer/subscription", + "commits_url": "https://api.github.com/repos/portainer/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/portainer/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/portainer/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/portainer/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/portainer/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/portainer/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/portainer/portainer/merges", + "archive_url": "https://api.github.com/repos/portainer/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/portainer/portainer/downloads", + "issues_url": "https://api.github.com/repos/portainer/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/portainer/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/portainer/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/portainer/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/portainer/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/portainer/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/portainer/portainer/deployments", + "created_at": "2016-05-19T20:15:28Z", + "updated_at": "2018-08-09T15:53:32Z", + "pushed_at": "2018-08-09T16:16:39Z", + "git_url": "git://github.com/portainer/portainer.git", + "ssh_url": "git@github.com:portainer/portainer.git", + "clone_url": "https://github.com/portainer/portainer.git", + "svn_url": "https://github.com/portainer/portainer", + "homepage": "http://portainer.io", + "size": 17188, + "stargazers_count": 8868, + "watchers_count": 8868, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 861, + "mirror_url": null, + "archived": false, + "open_issues_count": 346, + "license": { + "key": "zlib", + "name": "zlib License", + "spdx_id": "Zlib", + "url": "https://api.github.com/licenses/zlib", + "node_id": "MDc6TGljZW5zZTI3" + }, + "forks": 861, + "open_issues": 346, + "watchers": 8868, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "portainer", + "id": 22225832, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyMjI1ODMy", + "avatar_url": "https://avatars0.githubusercontent.com/u/22225832?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/portainer", + "html_url": "https://github.com/portainer", + "followers_url": "https://api.github.com/users/portainer/followers", + "following_url": "https://api.github.com/users/portainer/following{/other_user}", + "gists_url": "https://api.github.com/users/portainer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/portainer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/portainer/subscriptions", + "organizations_url": "https://api.github.com/users/portainer/orgs", + "repos_url": "https://api.github.com/users/portainer/repos", + "events_url": "https://api.github.com/users/portainer/events{/privacy}", + "received_events_url": "https://api.github.com/users/portainer/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 861, + "subscribers_count": 368 + }, + { + "id": 33866783, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzg2Njc4Mw==", + "name": "Portus", + "full_name": "SUSE/Portus", + "owner": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/SUSE/Portus", + "description": "Authorization service and frontend for Docker registry (v2)", + "fork": false, + "url": "https://api.github.com/repos/SUSE/Portus", + "forks_url": "https://api.github.com/repos/SUSE/Portus/forks", + "keys_url": "https://api.github.com/repos/SUSE/Portus/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/SUSE/Portus/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/SUSE/Portus/teams", + "hooks_url": "https://api.github.com/repos/SUSE/Portus/hooks", + "issue_events_url": "https://api.github.com/repos/SUSE/Portus/issues/events{/number}", + "events_url": "https://api.github.com/repos/SUSE/Portus/events", + "assignees_url": "https://api.github.com/repos/SUSE/Portus/assignees{/user}", + "branches_url": "https://api.github.com/repos/SUSE/Portus/branches{/branch}", + "tags_url": "https://api.github.com/repos/SUSE/Portus/tags", + "blobs_url": "https://api.github.com/repos/SUSE/Portus/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/SUSE/Portus/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/SUSE/Portus/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/SUSE/Portus/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/SUSE/Portus/statuses/{sha}", + "languages_url": "https://api.github.com/repos/SUSE/Portus/languages", + "stargazers_url": "https://api.github.com/repos/SUSE/Portus/stargazers", + "contributors_url": "https://api.github.com/repos/SUSE/Portus/contributors", + "subscribers_url": "https://api.github.com/repos/SUSE/Portus/subscribers", + "subscription_url": "https://api.github.com/repos/SUSE/Portus/subscription", + "commits_url": "https://api.github.com/repos/SUSE/Portus/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/SUSE/Portus/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/SUSE/Portus/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/SUSE/Portus/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/SUSE/Portus/contents/{+path}", + "compare_url": "https://api.github.com/repos/SUSE/Portus/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/SUSE/Portus/merges", + "archive_url": "https://api.github.com/repos/SUSE/Portus/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/SUSE/Portus/downloads", + "issues_url": "https://api.github.com/repos/SUSE/Portus/issues{/number}", + "pulls_url": "https://api.github.com/repos/SUSE/Portus/pulls{/number}", + "milestones_url": "https://api.github.com/repos/SUSE/Portus/milestones{/number}", + "notifications_url": "https://api.github.com/repos/SUSE/Portus/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/SUSE/Portus/labels{/name}", + "releases_url": "https://api.github.com/repos/SUSE/Portus/releases{/id}", + "deployments_url": "https://api.github.com/repos/SUSE/Portus/deployments", + "created_at": "2015-04-13T12:18:20Z", + "updated_at": "2018-08-09T15:12:10Z", + "pushed_at": "2018-08-09T13:50:28Z", + "git_url": "git://github.com/SUSE/Portus.git", + "ssh_url": "git@github.com:SUSE/Portus.git", + "clone_url": "https://github.com/SUSE/Portus.git", + "svn_url": "https://github.com/SUSE/Portus", + "homepage": "http://port.us.org/", + "size": 36678, + "stargazers_count": 1973, + "watchers_count": 1973, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 382, + "mirror_url": null, + "archived": false, + "open_issues_count": 124, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 382, + "open_issues": 124, + "watchers": 1973, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "SUSE", + "id": 1067733, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNjc3MzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1067733?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/SUSE", + "html_url": "https://github.com/SUSE", + "followers_url": "https://api.github.com/users/SUSE/followers", + "following_url": "https://api.github.com/users/SUSE/following{/other_user}", + "gists_url": "https://api.github.com/users/SUSE/gists{/gist_id}", + "starred_url": "https://api.github.com/users/SUSE/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/SUSE/subscriptions", + "organizations_url": "https://api.github.com/users/SUSE/orgs", + "repos_url": "https://api.github.com/users/SUSE/repos", + "events_url": "https://api.github.com/users/SUSE/events{/privacy}", + "received_events_url": "https://api.github.com/users/SUSE/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 382, + "subscribers_count": 111 + }, + { + "id": 51555295, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTU1NTI5NQ==", + "name": "rapid", + "full_name": "ozlerhakan/rapid", + "owner": { + "login": "ozlerhakan", + "id": 1964927, + "node_id": "MDQ6VXNlcjE5NjQ5Mjc=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1964927?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ozlerhakan", + "html_url": "https://github.com/ozlerhakan", + "followers_url": "https://api.github.com/users/ozlerhakan/followers", + "following_url": "https://api.github.com/users/ozlerhakan/following{/other_user}", + "gists_url": "https://api.github.com/users/ozlerhakan/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ozlerhakan/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ozlerhakan/subscriptions", + "organizations_url": "https://api.github.com/users/ozlerhakan/orgs", + "repos_url": "https://api.github.com/users/ozlerhakan/repos", + "events_url": "https://api.github.com/users/ozlerhakan/events{/privacy}", + "received_events_url": "https://api.github.com/users/ozlerhakan/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ozlerhakan/rapid", + "description": ":whale: A lightweight Docker Developer Interface for Docker Remote API", + "fork": false, + "url": "https://api.github.com/repos/ozlerhakan/rapid", + "forks_url": "https://api.github.com/repos/ozlerhakan/rapid/forks", + "keys_url": "https://api.github.com/repos/ozlerhakan/rapid/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ozlerhakan/rapid/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ozlerhakan/rapid/teams", + "hooks_url": "https://api.github.com/repos/ozlerhakan/rapid/hooks", + "issue_events_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/events{/number}", + "events_url": "https://api.github.com/repos/ozlerhakan/rapid/events", + "assignees_url": "https://api.github.com/repos/ozlerhakan/rapid/assignees{/user}", + "branches_url": "https://api.github.com/repos/ozlerhakan/rapid/branches{/branch}", + "tags_url": "https://api.github.com/repos/ozlerhakan/rapid/tags", + "blobs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ozlerhakan/rapid/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ozlerhakan/rapid/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ozlerhakan/rapid/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ozlerhakan/rapid/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ozlerhakan/rapid/languages", + "stargazers_url": "https://api.github.com/repos/ozlerhakan/rapid/stargazers", + "contributors_url": "https://api.github.com/repos/ozlerhakan/rapid/contributors", + "subscribers_url": "https://api.github.com/repos/ozlerhakan/rapid/subscribers", + "subscription_url": "https://api.github.com/repos/ozlerhakan/rapid/subscription", + "commits_url": "https://api.github.com/repos/ozlerhakan/rapid/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ozlerhakan/rapid/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ozlerhakan/rapid/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ozlerhakan/rapid/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ozlerhakan/rapid/contents/{+path}", + "compare_url": "https://api.github.com/repos/ozlerhakan/rapid/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ozlerhakan/rapid/merges", + "archive_url": "https://api.github.com/repos/ozlerhakan/rapid/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ozlerhakan/rapid/downloads", + "issues_url": "https://api.github.com/repos/ozlerhakan/rapid/issues{/number}", + "pulls_url": "https://api.github.com/repos/ozlerhakan/rapid/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ozlerhakan/rapid/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ozlerhakan/rapid/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ozlerhakan/rapid/labels{/name}", + "releases_url": "https://api.github.com/repos/ozlerhakan/rapid/releases{/id}", + "deployments_url": "https://api.github.com/repos/ozlerhakan/rapid/deployments", + "created_at": "2016-02-11T23:31:07Z", + "updated_at": "2018-08-07T16:37:22Z", + "pushed_at": "2017-12-05T15:57:24Z", + "git_url": "git://github.com/ozlerhakan/rapid.git", + "ssh_url": "git@github.com:ozlerhakan/rapid.git", + "clone_url": "https://github.com/ozlerhakan/rapid.git", + "svn_url": "https://github.com/ozlerhakan/rapid", + "homepage": "", + "size": 8273, + "stargazers_count": 79, + "watchers_count": 79, + "language": "Java", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 0, + "watchers": 79, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 25102239, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTEwMjIzOQ==", + "name": "seagull", + "full_name": "tobegit3hub/seagull", + "owner": { + "login": "tobegit3hub", + "id": 2715000, + "node_id": "MDQ6VXNlcjI3MTUwMDA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2715000?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tobegit3hub", + "html_url": "https://github.com/tobegit3hub", + "followers_url": "https://api.github.com/users/tobegit3hub/followers", + "following_url": "https://api.github.com/users/tobegit3hub/following{/other_user}", + "gists_url": "https://api.github.com/users/tobegit3hub/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tobegit3hub/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tobegit3hub/subscriptions", + "organizations_url": "https://api.github.com/users/tobegit3hub/orgs", + "repos_url": "https://api.github.com/users/tobegit3hub/repos", + "events_url": "https://api.github.com/users/tobegit3hub/events{/privacy}", + "received_events_url": "https://api.github.com/users/tobegit3hub/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tobegit3hub/seagull", + "description": "Friendly Web UI to manage and monitor docker", + "fork": false, + "url": "https://api.github.com/repos/tobegit3hub/seagull", + "forks_url": "https://api.github.com/repos/tobegit3hub/seagull/forks", + "keys_url": "https://api.github.com/repos/tobegit3hub/seagull/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tobegit3hub/seagull/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tobegit3hub/seagull/teams", + "hooks_url": "https://api.github.com/repos/tobegit3hub/seagull/hooks", + "issue_events_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/events{/number}", + "events_url": "https://api.github.com/repos/tobegit3hub/seagull/events", + "assignees_url": "https://api.github.com/repos/tobegit3hub/seagull/assignees{/user}", + "branches_url": "https://api.github.com/repos/tobegit3hub/seagull/branches{/branch}", + "tags_url": "https://api.github.com/repos/tobegit3hub/seagull/tags", + "blobs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tobegit3hub/seagull/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tobegit3hub/seagull/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tobegit3hub/seagull/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tobegit3hub/seagull/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tobegit3hub/seagull/languages", + "stargazers_url": "https://api.github.com/repos/tobegit3hub/seagull/stargazers", + "contributors_url": "https://api.github.com/repos/tobegit3hub/seagull/contributors", + "subscribers_url": "https://api.github.com/repos/tobegit3hub/seagull/subscribers", + "subscription_url": "https://api.github.com/repos/tobegit3hub/seagull/subscription", + "commits_url": "https://api.github.com/repos/tobegit3hub/seagull/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tobegit3hub/seagull/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tobegit3hub/seagull/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tobegit3hub/seagull/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tobegit3hub/seagull/contents/{+path}", + "compare_url": "https://api.github.com/repos/tobegit3hub/seagull/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tobegit3hub/seagull/merges", + "archive_url": "https://api.github.com/repos/tobegit3hub/seagull/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tobegit3hub/seagull/downloads", + "issues_url": "https://api.github.com/repos/tobegit3hub/seagull/issues{/number}", + "pulls_url": "https://api.github.com/repos/tobegit3hub/seagull/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tobegit3hub/seagull/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tobegit3hub/seagull/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tobegit3hub/seagull/labels{/name}", + "releases_url": "https://api.github.com/repos/tobegit3hub/seagull/releases{/id}", + "deployments_url": "https://api.github.com/repos/tobegit3hub/seagull/deployments", + "created_at": "2014-10-12T01:26:36Z", + "updated_at": "2018-08-06T07:50:21Z", + "pushed_at": "2017-11-22T02:11:23Z", + "git_url": "git://github.com/tobegit3hub/seagull.git", + "ssh_url": "git@github.com:tobegit3hub/seagull.git", + "clone_url": "https://github.com/tobegit3hub/seagull.git", + "svn_url": "https://github.com/tobegit3hub/seagull", + "homepage": "", + "size": 5251, + "stargazers_count": 1757, + "watchers_count": 1757, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 260, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 260, + "open_issues": 19, + "watchers": 1757, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 260, + "subscribers_count": 129 + }, + { + "id": 104724945, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3MjQ5NDU=", + "name": "swirl", + "full_name": "cuigh/swirl", + "owner": { + "login": "cuigh", + "id": 1681556, + "node_id": "MDQ6VXNlcjE2ODE1NTY=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1681556?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cuigh", + "html_url": "https://github.com/cuigh", + "followers_url": "https://api.github.com/users/cuigh/followers", + "following_url": "https://api.github.com/users/cuigh/following{/other_user}", + "gists_url": "https://api.github.com/users/cuigh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cuigh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cuigh/subscriptions", + "organizations_url": "https://api.github.com/users/cuigh/orgs", + "repos_url": "https://api.github.com/users/cuigh/repos", + "events_url": "https://api.github.com/users/cuigh/events{/privacy}", + "received_events_url": "https://api.github.com/users/cuigh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cuigh/swirl", + "description": "A web UI for Docker, focused on swarm cluster.", + "fork": false, + "url": "https://api.github.com/repos/cuigh/swirl", + "forks_url": "https://api.github.com/repos/cuigh/swirl/forks", + "keys_url": "https://api.github.com/repos/cuigh/swirl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cuigh/swirl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cuigh/swirl/teams", + "hooks_url": "https://api.github.com/repos/cuigh/swirl/hooks", + "issue_events_url": "https://api.github.com/repos/cuigh/swirl/issues/events{/number}", + "events_url": "https://api.github.com/repos/cuigh/swirl/events", + "assignees_url": "https://api.github.com/repos/cuigh/swirl/assignees{/user}", + "branches_url": "https://api.github.com/repos/cuigh/swirl/branches{/branch}", + "tags_url": "https://api.github.com/repos/cuigh/swirl/tags", + "blobs_url": "https://api.github.com/repos/cuigh/swirl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cuigh/swirl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cuigh/swirl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cuigh/swirl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cuigh/swirl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cuigh/swirl/languages", + "stargazers_url": "https://api.github.com/repos/cuigh/swirl/stargazers", + "contributors_url": "https://api.github.com/repos/cuigh/swirl/contributors", + "subscribers_url": "https://api.github.com/repos/cuigh/swirl/subscribers", + "subscription_url": "https://api.github.com/repos/cuigh/swirl/subscription", + "commits_url": "https://api.github.com/repos/cuigh/swirl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cuigh/swirl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cuigh/swirl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cuigh/swirl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cuigh/swirl/contents/{+path}", + "compare_url": "https://api.github.com/repos/cuigh/swirl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cuigh/swirl/merges", + "archive_url": "https://api.github.com/repos/cuigh/swirl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cuigh/swirl/downloads", + "issues_url": "https://api.github.com/repos/cuigh/swirl/issues{/number}", + "pulls_url": "https://api.github.com/repos/cuigh/swirl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cuigh/swirl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cuigh/swirl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cuigh/swirl/labels{/name}", + "releases_url": "https://api.github.com/repos/cuigh/swirl/releases{/id}", + "deployments_url": "https://api.github.com/repos/cuigh/swirl/deployments", + "created_at": "2017-09-25T08:43:53Z", + "updated_at": "2018-08-07T14:56:37Z", + "pushed_at": "2018-07-24T08:51:43Z", + "git_url": "git://github.com/cuigh/swirl.git", + "ssh_url": "git@github.com:cuigh/swirl.git", + "clone_url": "https://github.com/cuigh/swirl.git", + "svn_url": "https://github.com/cuigh/swirl", + "homepage": "", + "size": 5076, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 19, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 17 + }, + { + "id": 99297933, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTI5NzkzMw==", + "name": "amicontained", + "full_name": "genuinetools/amicontained", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/amicontained", + "description": "Container introspection tool. Find out what container runtime is being used as well as features available.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/amicontained", + "forks_url": "https://api.github.com/repos/genuinetools/amicontained/forks", + "keys_url": "https://api.github.com/repos/genuinetools/amicontained/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/amicontained/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/amicontained/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/amicontained/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/amicontained/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/amicontained/events", + "assignees_url": "https://api.github.com/repos/genuinetools/amicontained/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/amicontained/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/amicontained/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/amicontained/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/amicontained/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/amicontained/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/amicontained/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/amicontained/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/amicontained/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/amicontained/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/amicontained/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/amicontained/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/amicontained/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/amicontained/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/amicontained/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/amicontained/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/amicontained/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/amicontained/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/amicontained/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/amicontained/merges", + "archive_url": "https://api.github.com/repos/genuinetools/amicontained/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/amicontained/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/amicontained/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/amicontained/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/amicontained/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/amicontained/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/amicontained/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/amicontained/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/amicontained/deployments", + "created_at": "2017-08-04T03:13:18Z", + "updated_at": "2018-08-08T05:58:05Z", + "pushed_at": "2018-07-15T20:50:13Z", + "git_url": "git://github.com/genuinetools/amicontained.git", + "ssh_url": "git@github.com:genuinetools/amicontained.git", + "clone_url": "https://github.com/genuinetools/amicontained.git", + "svn_url": "https://github.com/genuinetools/amicontained", + "homepage": null, + "size": 3824, + "stargazers_count": 353, + "watchers_count": 353, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 0, + "watchers": 353, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 22 + }, + { + "id": 32617454, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjYxNzQ1NA==", + "name": "autodock", + "full_name": "prologic/autodock", + "owner": { + "login": "prologic", + "id": 1290234, + "node_id": "MDQ6VXNlcjEyOTAyMzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1290234?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/prologic", + "html_url": "https://github.com/prologic", + "followers_url": "https://api.github.com/users/prologic/followers", + "following_url": "https://api.github.com/users/prologic/following{/other_user}", + "gists_url": "https://api.github.com/users/prologic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/prologic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/prologic/subscriptions", + "organizations_url": "https://api.github.com/users/prologic/orgs", + "repos_url": "https://api.github.com/users/prologic/repos", + "events_url": "https://api.github.com/users/prologic/events{/privacy}", + "received_events_url": "https://api.github.com/users/prologic/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/prologic/autodock", + "description": "autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events", + "fork": false, + "url": "https://api.github.com/repos/prologic/autodock", + "forks_url": "https://api.github.com/repos/prologic/autodock/forks", + "keys_url": "https://api.github.com/repos/prologic/autodock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/prologic/autodock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/prologic/autodock/teams", + "hooks_url": "https://api.github.com/repos/prologic/autodock/hooks", + "issue_events_url": "https://api.github.com/repos/prologic/autodock/issues/events{/number}", + "events_url": "https://api.github.com/repos/prologic/autodock/events", + "assignees_url": "https://api.github.com/repos/prologic/autodock/assignees{/user}", + "branches_url": "https://api.github.com/repos/prologic/autodock/branches{/branch}", + "tags_url": "https://api.github.com/repos/prologic/autodock/tags", + "blobs_url": "https://api.github.com/repos/prologic/autodock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/prologic/autodock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/prologic/autodock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/prologic/autodock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/prologic/autodock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/prologic/autodock/languages", + "stargazers_url": "https://api.github.com/repos/prologic/autodock/stargazers", + "contributors_url": "https://api.github.com/repos/prologic/autodock/contributors", + "subscribers_url": "https://api.github.com/repos/prologic/autodock/subscribers", + "subscription_url": "https://api.github.com/repos/prologic/autodock/subscription", + "commits_url": "https://api.github.com/repos/prologic/autodock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/prologic/autodock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/prologic/autodock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/prologic/autodock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/prologic/autodock/contents/{+path}", + "compare_url": "https://api.github.com/repos/prologic/autodock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/prologic/autodock/merges", + "archive_url": "https://api.github.com/repos/prologic/autodock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/prologic/autodock/downloads", + "issues_url": "https://api.github.com/repos/prologic/autodock/issues{/number}", + "pulls_url": "https://api.github.com/repos/prologic/autodock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/prologic/autodock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/prologic/autodock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/prologic/autodock/labels{/name}", + "releases_url": "https://api.github.com/repos/prologic/autodock/releases{/id}", + "deployments_url": "https://api.github.com/repos/prologic/autodock/deployments", + "created_at": "2015-03-21T02:49:05Z", + "updated_at": "2018-08-01T11:52:52Z", + "pushed_at": "2018-05-19T21:00:51Z", + "git_url": "git://github.com/prologic/autodock.git", + "ssh_url": "git@github.com:prologic/autodock.git", + "clone_url": "https://github.com/prologic/autodock.git", + "svn_url": "https://github.com/prologic/autodock", + "homepage": "https://github.com/prologic/autodock", + "size": 109, + "stargazers_count": 46, + "watchers_count": 46, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 3, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 36047997, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA0Nzk5Nw==", + "name": "chaperone", + "full_name": "garywiz/chaperone", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone", + "description": "Lightweight process-tree manager for Docker-like containers", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone", + "forks_url": "https://api.github.com/repos/garywiz/chaperone/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone/deployments", + "created_at": "2015-05-22T02:28:38Z", + "updated_at": "2018-07-28T23:14:24Z", + "pushed_at": "2017-12-14T00:00:46Z", + "git_url": "git://github.com/garywiz/chaperone.git", + "ssh_url": "git@github.com:garywiz/chaperone.git", + "clone_url": "https://github.com/garywiz/chaperone.git", + "svn_url": "https://github.com/garywiz/chaperone", + "homepage": null, + "size": 1285, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 13, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 14, + "open_issues": 13, + "watchers": 141, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 10 + }, + { + "id": 17762549, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzc2MjU0OQ==", + "name": "docker-gen", + "full_name": "jwilder/docker-gen", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/docker-gen", + "description": "Generate files from docker container meta-data", + "fork": false, + "url": "https://api.github.com/repos/jwilder/docker-gen", + "forks_url": "https://api.github.com/repos/jwilder/docker-gen/forks", + "keys_url": "https://api.github.com/repos/jwilder/docker-gen/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/docker-gen/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/docker-gen/teams", + "hooks_url": "https://api.github.com/repos/jwilder/docker-gen/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/docker-gen/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/docker-gen/events", + "assignees_url": "https://api.github.com/repos/jwilder/docker-gen/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/docker-gen/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/docker-gen/tags", + "blobs_url": "https://api.github.com/repos/jwilder/docker-gen/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/docker-gen/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/docker-gen/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/docker-gen/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/docker-gen/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/docker-gen/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/docker-gen/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/docker-gen/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/docker-gen/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/docker-gen/subscription", + "commits_url": "https://api.github.com/repos/jwilder/docker-gen/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/docker-gen/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/docker-gen/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/docker-gen/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/docker-gen/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/docker-gen/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/docker-gen/merges", + "archive_url": "https://api.github.com/repos/jwilder/docker-gen/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/docker-gen/downloads", + "issues_url": "https://api.github.com/repos/jwilder/docker-gen/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/docker-gen/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/docker-gen/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/docker-gen/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/docker-gen/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/docker-gen/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/docker-gen/deployments", + "created_at": "2014-03-14T22:34:35Z", + "updated_at": "2018-08-09T15:09:41Z", + "pushed_at": "2018-08-04T15:23:04Z", + "git_url": "git://github.com/jwilder/docker-gen.git", + "ssh_url": "git@github.com:jwilder/docker-gen.git", + "clone_url": "https://github.com/jwilder/docker-gen.git", + "svn_url": "https://github.com/jwilder/docker-gen", + "homepage": null, + "size": 4786, + "stargazers_count": 2916, + "watchers_count": 2916, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 381, + "mirror_url": null, + "archived": false, + "open_issues_count": 80, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 381, + "open_issues": 80, + "watchers": 2916, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 381, + "subscribers_count": 102 + }, + { + "id": 25178920, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE3ODkyMA==", + "name": "dockerize", + "full_name": "jwilder/dockerize", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/dockerize", + "description": "Utility to simplify running applications in docker containers", + "fork": false, + "url": "https://api.github.com/repos/jwilder/dockerize", + "forks_url": "https://api.github.com/repos/jwilder/dockerize/forks", + "keys_url": "https://api.github.com/repos/jwilder/dockerize/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/dockerize/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/dockerize/teams", + "hooks_url": "https://api.github.com/repos/jwilder/dockerize/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/dockerize/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/dockerize/events", + "assignees_url": "https://api.github.com/repos/jwilder/dockerize/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/dockerize/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/dockerize/tags", + "blobs_url": "https://api.github.com/repos/jwilder/dockerize/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/dockerize/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/dockerize/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/dockerize/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/dockerize/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/dockerize/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/dockerize/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/dockerize/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/dockerize/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/dockerize/subscription", + "commits_url": "https://api.github.com/repos/jwilder/dockerize/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/dockerize/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/dockerize/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/dockerize/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/dockerize/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/dockerize/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/dockerize/merges", + "archive_url": "https://api.github.com/repos/jwilder/dockerize/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/dockerize/downloads", + "issues_url": "https://api.github.com/repos/jwilder/dockerize/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/dockerize/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/dockerize/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/dockerize/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/dockerize/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/dockerize/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/dockerize/deployments", + "created_at": "2014-10-13T21:36:02Z", + "updated_at": "2018-08-09T03:40:17Z", + "pushed_at": "2018-05-08T21:41:10Z", + "git_url": "git://github.com/jwilder/dockerize.git", + "ssh_url": "git@github.com:jwilder/dockerize.git", + "clone_url": "https://github.com/jwilder/dockerize.git", + "svn_url": "https://github.com/jwilder/dockerize", + "homepage": null, + "size": 86, + "stargazers_count": 2022, + "watchers_count": 2022, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 161, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": null, + "forks": 161, + "open_issues": 24, + "watchers": 2022, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 161, + "subscribers_count": 74 + }, + { + "id": 19708981, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTcwODk4MQ==", + "name": "gosu", + "full_name": "tianon/gosu", + "owner": { + "login": "tianon", + "id": 161631, + "node_id": "MDQ6VXNlcjE2MTYzMQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/161631?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tianon", + "html_url": "https://github.com/tianon", + "followers_url": "https://api.github.com/users/tianon/followers", + "following_url": "https://api.github.com/users/tianon/following{/other_user}", + "gists_url": "https://api.github.com/users/tianon/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tianon/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tianon/subscriptions", + "organizations_url": "https://api.github.com/users/tianon/orgs", + "repos_url": "https://api.github.com/users/tianon/repos", + "events_url": "https://api.github.com/users/tianon/events{/privacy}", + "received_events_url": "https://api.github.com/users/tianon/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tianon/gosu", + "description": "Simple Go-based setuid+setgid+setgroups+exec", + "fork": false, + "url": "https://api.github.com/repos/tianon/gosu", + "forks_url": "https://api.github.com/repos/tianon/gosu/forks", + "keys_url": "https://api.github.com/repos/tianon/gosu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tianon/gosu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tianon/gosu/teams", + "hooks_url": "https://api.github.com/repos/tianon/gosu/hooks", + "issue_events_url": "https://api.github.com/repos/tianon/gosu/issues/events{/number}", + "events_url": "https://api.github.com/repos/tianon/gosu/events", + "assignees_url": "https://api.github.com/repos/tianon/gosu/assignees{/user}", + "branches_url": "https://api.github.com/repos/tianon/gosu/branches{/branch}", + "tags_url": "https://api.github.com/repos/tianon/gosu/tags", + "blobs_url": "https://api.github.com/repos/tianon/gosu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tianon/gosu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tianon/gosu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tianon/gosu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tianon/gosu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tianon/gosu/languages", + "stargazers_url": "https://api.github.com/repos/tianon/gosu/stargazers", + "contributors_url": "https://api.github.com/repos/tianon/gosu/contributors", + "subscribers_url": "https://api.github.com/repos/tianon/gosu/subscribers", + "subscription_url": "https://api.github.com/repos/tianon/gosu/subscription", + "commits_url": "https://api.github.com/repos/tianon/gosu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tianon/gosu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tianon/gosu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tianon/gosu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tianon/gosu/contents/{+path}", + "compare_url": "https://api.github.com/repos/tianon/gosu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tianon/gosu/merges", + "archive_url": "https://api.github.com/repos/tianon/gosu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tianon/gosu/downloads", + "issues_url": "https://api.github.com/repos/tianon/gosu/issues{/number}", + "pulls_url": "https://api.github.com/repos/tianon/gosu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tianon/gosu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tianon/gosu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tianon/gosu/labels{/name}", + "releases_url": "https://api.github.com/repos/tianon/gosu/releases{/id}", + "deployments_url": "https://api.github.com/repos/tianon/gosu/deployments", + "created_at": "2014-05-12T17:50:47Z", + "updated_at": "2018-08-09T12:51:32Z", + "pushed_at": "2018-05-04T08:26:17Z", + "git_url": "git://github.com/tianon/gosu.git", + "ssh_url": "git@github.com:tianon/gosu.git", + "clone_url": "https://github.com/tianon/gosu.git", + "svn_url": "https://github.com/tianon/gosu", + "homepage": null, + "size": 66, + "stargazers_count": 2313, + "watchers_count": 2313, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 154, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 154, + "open_issues": 12, + "watchers": 2313, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 154, + "subscribers_count": 82 + }, + { + "id": 33590534, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MDUzNA==", + "name": "is-docker", + "full_name": "sindresorhus/is-docker", + "owner": { + "login": "sindresorhus", + "id": 170270, + "node_id": "MDQ6VXNlcjE3MDI3MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/170270?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sindresorhus", + "html_url": "https://github.com/sindresorhus", + "followers_url": "https://api.github.com/users/sindresorhus/followers", + "following_url": "https://api.github.com/users/sindresorhus/following{/other_user}", + "gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions", + "organizations_url": "https://api.github.com/users/sindresorhus/orgs", + "repos_url": "https://api.github.com/users/sindresorhus/repos", + "events_url": "https://api.github.com/users/sindresorhus/events{/privacy}", + "received_events_url": "https://api.github.com/users/sindresorhus/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sindresorhus/is-docker", + "description": "Check if the process is running inside a Docker container", + "fork": false, + "url": "https://api.github.com/repos/sindresorhus/is-docker", + "forks_url": "https://api.github.com/repos/sindresorhus/is-docker/forks", + "keys_url": "https://api.github.com/repos/sindresorhus/is-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sindresorhus/is-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sindresorhus/is-docker/teams", + "hooks_url": "https://api.github.com/repos/sindresorhus/is-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sindresorhus/is-docker/events", + "assignees_url": "https://api.github.com/repos/sindresorhus/is-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sindresorhus/is-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sindresorhus/is-docker/tags", + "blobs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sindresorhus/is-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sindresorhus/is-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sindresorhus/is-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sindresorhus/is-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sindresorhus/is-docker/languages", + "stargazers_url": "https://api.github.com/repos/sindresorhus/is-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sindresorhus/is-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sindresorhus/is-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sindresorhus/is-docker/subscription", + "commits_url": "https://api.github.com/repos/sindresorhus/is-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sindresorhus/is-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sindresorhus/is-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sindresorhus/is-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sindresorhus/is-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sindresorhus/is-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sindresorhus/is-docker/merges", + "archive_url": "https://api.github.com/repos/sindresorhus/is-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sindresorhus/is-docker/downloads", + "issues_url": "https://api.github.com/repos/sindresorhus/is-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sindresorhus/is-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sindresorhus/is-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sindresorhus/is-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sindresorhus/is-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sindresorhus/is-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sindresorhus/is-docker/deployments", + "created_at": "2015-04-08T07:05:01Z", + "updated_at": "2018-06-20T15:05:17Z", + "pushed_at": "2016-10-27T08:35:19Z", + "git_url": "git://github.com/sindresorhus/is-docker.git", + "ssh_url": "git@github.com:sindresorhus/is-docker.git", + "clone_url": "https://github.com/sindresorhus/is-docker.git", + "svn_url": "https://github.com/sindresorhus/is-docker", + "homepage": null, + "size": 7, + "stargazers_count": 53, + "watchers_count": 53, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 4, + "open_issues": 0, + "watchers": 53, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 100341708, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAzNDE3MDg=", + "name": "lstags", + "full_name": "ivanilves/lstags", + "owner": { + "login": "ivanilves", + "id": 9897741, + "node_id": "MDQ6VXNlcjk4OTc3NDE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9897741?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ivanilves", + "html_url": "https://github.com/ivanilves", + "followers_url": "https://api.github.com/users/ivanilves/followers", + "following_url": "https://api.github.com/users/ivanilves/following{/other_user}", + "gists_url": "https://api.github.com/users/ivanilves/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ivanilves/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ivanilves/subscriptions", + "organizations_url": "https://api.github.com/users/ivanilves/orgs", + "repos_url": "https://api.github.com/users/ivanilves/repos", + "events_url": "https://api.github.com/users/ivanilves/events{/privacy}", + "received_events_url": "https://api.github.com/users/ivanilves/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ivanilves/lstags", + "description": "Manipulate Docker images across different registries", + "fork": false, + "url": "https://api.github.com/repos/ivanilves/lstags", + "forks_url": "https://api.github.com/repos/ivanilves/lstags/forks", + "keys_url": "https://api.github.com/repos/ivanilves/lstags/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ivanilves/lstags/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ivanilves/lstags/teams", + "hooks_url": "https://api.github.com/repos/ivanilves/lstags/hooks", + "issue_events_url": "https://api.github.com/repos/ivanilves/lstags/issues/events{/number}", + "events_url": "https://api.github.com/repos/ivanilves/lstags/events", + "assignees_url": "https://api.github.com/repos/ivanilves/lstags/assignees{/user}", + "branches_url": "https://api.github.com/repos/ivanilves/lstags/branches{/branch}", + "tags_url": "https://api.github.com/repos/ivanilves/lstags/tags", + "blobs_url": "https://api.github.com/repos/ivanilves/lstags/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ivanilves/lstags/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ivanilves/lstags/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ivanilves/lstags/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ivanilves/lstags/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ivanilves/lstags/languages", + "stargazers_url": "https://api.github.com/repos/ivanilves/lstags/stargazers", + "contributors_url": "https://api.github.com/repos/ivanilves/lstags/contributors", + "subscribers_url": "https://api.github.com/repos/ivanilves/lstags/subscribers", + "subscription_url": "https://api.github.com/repos/ivanilves/lstags/subscription", + "commits_url": "https://api.github.com/repos/ivanilves/lstags/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ivanilves/lstags/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ivanilves/lstags/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ivanilves/lstags/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ivanilves/lstags/contents/{+path}", + "compare_url": "https://api.github.com/repos/ivanilves/lstags/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ivanilves/lstags/merges", + "archive_url": "https://api.github.com/repos/ivanilves/lstags/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ivanilves/lstags/downloads", + "issues_url": "https://api.github.com/repos/ivanilves/lstags/issues{/number}", + "pulls_url": "https://api.github.com/repos/ivanilves/lstags/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ivanilves/lstags/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ivanilves/lstags/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ivanilves/lstags/labels{/name}", + "releases_url": "https://api.github.com/repos/ivanilves/lstags/releases{/id}", + "deployments_url": "https://api.github.com/repos/ivanilves/lstags/deployments", + "created_at": "2017-08-15T05:25:17Z", + "updated_at": "2018-08-08T13:52:10Z", + "pushed_at": "2018-08-09T16:03:37Z", + "git_url": "git://github.com/ivanilves/lstags.git", + "ssh_url": "git@github.com:ivanilves/lstags.git", + "clone_url": "https://github.com/ivanilves/lstags.git", + "svn_url": "https://github.com/ivanilves/lstags", + "homepage": "", + "size": 8497, + "stargazers_count": 184, + "watchers_count": 184, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 10, + "open_issues": 11, + "watchers": 184, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 12 + }, + { + "id": 45557469, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1NzQ2OQ==", + "name": "nvidia-docker", + "full_name": "NVIDIA/nvidia-docker", + "owner": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/NVIDIA/nvidia-docker", + "description": "Build and run Docker containers leveraging NVIDIA GPUs", + "fork": false, + "url": "https://api.github.com/repos/NVIDIA/nvidia-docker", + "forks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/forks", + "keys_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/teams", + "hooks_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/hooks", + "issue_events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/events", + "assignees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/tags", + "blobs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/languages", + "stargazers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/stargazers", + "contributors_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contributors", + "subscribers_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscribers", + "subscription_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/subscription", + "commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/merges", + "archive_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/downloads", + "issues_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/NVIDIA/nvidia-docker/deployments", + "created_at": "2015-11-04T18:04:49Z", + "updated_at": "2018-08-09T10:34:47Z", + "pushed_at": "2018-08-02T16:57:19Z", + "git_url": "git://github.com/NVIDIA/nvidia-docker.git", + "ssh_url": "git@github.com:NVIDIA/nvidia-docker.git", + "clone_url": "https://github.com/NVIDIA/nvidia-docker.git", + "svn_url": "https://github.com/NVIDIA/nvidia-docker", + "homepage": "", + "size": 17786, + "stargazers_count": 6290, + "watchers_count": 6290, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 802, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 802, + "open_issues": 21, + "watchers": 6290, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "NVIDIA", + "id": 1728152, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3MjgxNTI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1728152?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/NVIDIA", + "html_url": "https://github.com/NVIDIA", + "followers_url": "https://api.github.com/users/NVIDIA/followers", + "following_url": "https://api.github.com/users/NVIDIA/following{/other_user}", + "gists_url": "https://api.github.com/users/NVIDIA/gists{/gist_id}", + "starred_url": "https://api.github.com/users/NVIDIA/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/NVIDIA/subscriptions", + "organizations_url": "https://api.github.com/users/NVIDIA/orgs", + "repos_url": "https://api.github.com/users/NVIDIA/repos", + "events_url": "https://api.github.com/users/NVIDIA/events{/privacy}", + "received_events_url": "https://api.github.com/users/NVIDIA/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 802, + "subscribers_count": 332 + }, + { + "id": 47607657, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzYwNzY1Nw==", + "name": "su-exec", + "full_name": "ncopa/su-exec", + "owner": { + "login": "ncopa", + "id": 66357, + "node_id": "MDQ6VXNlcjY2MzU3", + "avatar_url": "https://avatars1.githubusercontent.com/u/66357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ncopa", + "html_url": "https://github.com/ncopa", + "followers_url": "https://api.github.com/users/ncopa/followers", + "following_url": "https://api.github.com/users/ncopa/following{/other_user}", + "gists_url": "https://api.github.com/users/ncopa/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ncopa/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ncopa/subscriptions", + "organizations_url": "https://api.github.com/users/ncopa/orgs", + "repos_url": "https://api.github.com/users/ncopa/repos", + "events_url": "https://api.github.com/users/ncopa/events{/privacy}", + "received_events_url": "https://api.github.com/users/ncopa/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ncopa/su-exec", + "description": "switch user and group id and exec", + "fork": false, + "url": "https://api.github.com/repos/ncopa/su-exec", + "forks_url": "https://api.github.com/repos/ncopa/su-exec/forks", + "keys_url": "https://api.github.com/repos/ncopa/su-exec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ncopa/su-exec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ncopa/su-exec/teams", + "hooks_url": "https://api.github.com/repos/ncopa/su-exec/hooks", + "issue_events_url": "https://api.github.com/repos/ncopa/su-exec/issues/events{/number}", + "events_url": "https://api.github.com/repos/ncopa/su-exec/events", + "assignees_url": "https://api.github.com/repos/ncopa/su-exec/assignees{/user}", + "branches_url": "https://api.github.com/repos/ncopa/su-exec/branches{/branch}", + "tags_url": "https://api.github.com/repos/ncopa/su-exec/tags", + "blobs_url": "https://api.github.com/repos/ncopa/su-exec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ncopa/su-exec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ncopa/su-exec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ncopa/su-exec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ncopa/su-exec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ncopa/su-exec/languages", + "stargazers_url": "https://api.github.com/repos/ncopa/su-exec/stargazers", + "contributors_url": "https://api.github.com/repos/ncopa/su-exec/contributors", + "subscribers_url": "https://api.github.com/repos/ncopa/su-exec/subscribers", + "subscription_url": "https://api.github.com/repos/ncopa/su-exec/subscription", + "commits_url": "https://api.github.com/repos/ncopa/su-exec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ncopa/su-exec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ncopa/su-exec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ncopa/su-exec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ncopa/su-exec/contents/{+path}", + "compare_url": "https://api.github.com/repos/ncopa/su-exec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ncopa/su-exec/merges", + "archive_url": "https://api.github.com/repos/ncopa/su-exec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ncopa/su-exec/downloads", + "issues_url": "https://api.github.com/repos/ncopa/su-exec/issues{/number}", + "pulls_url": "https://api.github.com/repos/ncopa/su-exec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ncopa/su-exec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ncopa/su-exec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ncopa/su-exec/labels{/name}", + "releases_url": "https://api.github.com/repos/ncopa/su-exec/releases{/id}", + "deployments_url": "https://api.github.com/repos/ncopa/su-exec/deployments", + "created_at": "2015-12-08T08:02:04Z", + "updated_at": "2018-08-07T11:11:22Z", + "pushed_at": "2018-05-21T11:03:51Z", + "git_url": "git://github.com/ncopa/su-exec.git", + "ssh_url": "git@github.com:ncopa/su-exec.git", + "clone_url": "https://github.com/ncopa/su-exec.git", + "svn_url": "https://github.com/ncopa/su-exec", + "homepage": "", + "size": 6, + "stargazers_count": 438, + "watchers_count": 438, + "language": "C", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 17, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 45, + "open_issues": 17, + "watchers": 438, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 45, + "subscribers_count": 13 + }, + { + "id": 96564413, + "node_id": "MDEwOlJlcG9zaXRvcnk5NjU2NDQxMw==", + "name": "supercronic", + "full_name": "aptible/supercronic", + "owner": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aptible/supercronic", + "description": "Cron for containers", + "fork": false, + "url": "https://api.github.com/repos/aptible/supercronic", + "forks_url": "https://api.github.com/repos/aptible/supercronic/forks", + "keys_url": "https://api.github.com/repos/aptible/supercronic/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aptible/supercronic/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aptible/supercronic/teams", + "hooks_url": "https://api.github.com/repos/aptible/supercronic/hooks", + "issue_events_url": "https://api.github.com/repos/aptible/supercronic/issues/events{/number}", + "events_url": "https://api.github.com/repos/aptible/supercronic/events", + "assignees_url": "https://api.github.com/repos/aptible/supercronic/assignees{/user}", + "branches_url": "https://api.github.com/repos/aptible/supercronic/branches{/branch}", + "tags_url": "https://api.github.com/repos/aptible/supercronic/tags", + "blobs_url": "https://api.github.com/repos/aptible/supercronic/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aptible/supercronic/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aptible/supercronic/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aptible/supercronic/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aptible/supercronic/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aptible/supercronic/languages", + "stargazers_url": "https://api.github.com/repos/aptible/supercronic/stargazers", + "contributors_url": "https://api.github.com/repos/aptible/supercronic/contributors", + "subscribers_url": "https://api.github.com/repos/aptible/supercronic/subscribers", + "subscription_url": "https://api.github.com/repos/aptible/supercronic/subscription", + "commits_url": "https://api.github.com/repos/aptible/supercronic/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aptible/supercronic/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aptible/supercronic/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aptible/supercronic/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aptible/supercronic/contents/{+path}", + "compare_url": "https://api.github.com/repos/aptible/supercronic/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aptible/supercronic/merges", + "archive_url": "https://api.github.com/repos/aptible/supercronic/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aptible/supercronic/downloads", + "issues_url": "https://api.github.com/repos/aptible/supercronic/issues{/number}", + "pulls_url": "https://api.github.com/repos/aptible/supercronic/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aptible/supercronic/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aptible/supercronic/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aptible/supercronic/labels{/name}", + "releases_url": "https://api.github.com/repos/aptible/supercronic/releases{/id}", + "deployments_url": "https://api.github.com/repos/aptible/supercronic/deployments", + "created_at": "2017-07-07T18:15:04Z", + "updated_at": "2018-08-09T05:42:22Z", + "pushed_at": "2018-08-01T15:36:09Z", + "git_url": "git://github.com/aptible/supercronic.git", + "ssh_url": "git@github.com:aptible/supercronic.git", + "clone_url": "https://github.com/aptible/supercronic.git", + "svn_url": "https://github.com/aptible/supercronic", + "homepage": null, + "size": 51, + "stargazers_count": 438, + "watchers_count": 438, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 23, + "open_issues": 5, + "watchers": 438, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "aptible", + "id": 4594193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ1OTQxOTM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/4594193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aptible", + "html_url": "https://github.com/aptible", + "followers_url": "https://api.github.com/users/aptible/followers", + "following_url": "https://api.github.com/users/aptible/following{/other_user}", + "gists_url": "https://api.github.com/users/aptible/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aptible/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aptible/subscriptions", + "organizations_url": "https://api.github.com/users/aptible/orgs", + "repos_url": "https://api.github.com/users/aptible/repos", + "events_url": "https://api.github.com/users/aptible/events{/privacy}", + "received_events_url": "https://api.github.com/users/aptible/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 23, + "subscribers_count": 17 + }, + { + "id": 55445876, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTQ0NTg3Ng==", + "name": "TrivialRC", + "full_name": "vorakl/TrivialRC", + "owner": { + "login": "vorakl", + "id": 1855240, + "node_id": "MDQ6VXNlcjE4NTUyNDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1855240?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vorakl", + "html_url": "https://github.com/vorakl", + "followers_url": "https://api.github.com/users/vorakl/followers", + "following_url": "https://api.github.com/users/vorakl/following{/other_user}", + "gists_url": "https://api.github.com/users/vorakl/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vorakl/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vorakl/subscriptions", + "organizations_url": "https://api.github.com/users/vorakl/orgs", + "repos_url": "https://api.github.com/users/vorakl/repos", + "events_url": "https://api.github.com/users/vorakl/events{/privacy}", + "received_events_url": "https://api.github.com/users/vorakl/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vorakl/TrivialRC", + "description": "A minimalistic RC system and process manager for containers and applications", + "fork": false, + "url": "https://api.github.com/repos/vorakl/TrivialRC", + "forks_url": "https://api.github.com/repos/vorakl/TrivialRC/forks", + "keys_url": "https://api.github.com/repos/vorakl/TrivialRC/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vorakl/TrivialRC/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vorakl/TrivialRC/teams", + "hooks_url": "https://api.github.com/repos/vorakl/TrivialRC/hooks", + "issue_events_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/events{/number}", + "events_url": "https://api.github.com/repos/vorakl/TrivialRC/events", + "assignees_url": "https://api.github.com/repos/vorakl/TrivialRC/assignees{/user}", + "branches_url": "https://api.github.com/repos/vorakl/TrivialRC/branches{/branch}", + "tags_url": "https://api.github.com/repos/vorakl/TrivialRC/tags", + "blobs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vorakl/TrivialRC/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vorakl/TrivialRC/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vorakl/TrivialRC/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vorakl/TrivialRC/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vorakl/TrivialRC/languages", + "stargazers_url": "https://api.github.com/repos/vorakl/TrivialRC/stargazers", + "contributors_url": "https://api.github.com/repos/vorakl/TrivialRC/contributors", + "subscribers_url": "https://api.github.com/repos/vorakl/TrivialRC/subscribers", + "subscription_url": "https://api.github.com/repos/vorakl/TrivialRC/subscription", + "commits_url": "https://api.github.com/repos/vorakl/TrivialRC/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vorakl/TrivialRC/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vorakl/TrivialRC/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vorakl/TrivialRC/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vorakl/TrivialRC/contents/{+path}", + "compare_url": "https://api.github.com/repos/vorakl/TrivialRC/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vorakl/TrivialRC/merges", + "archive_url": "https://api.github.com/repos/vorakl/TrivialRC/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vorakl/TrivialRC/downloads", + "issues_url": "https://api.github.com/repos/vorakl/TrivialRC/issues{/number}", + "pulls_url": "https://api.github.com/repos/vorakl/TrivialRC/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vorakl/TrivialRC/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vorakl/TrivialRC/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vorakl/TrivialRC/labels{/name}", + "releases_url": "https://api.github.com/repos/vorakl/TrivialRC/releases{/id}", + "deployments_url": "https://api.github.com/repos/vorakl/TrivialRC/deployments", + "created_at": "2016-04-04T21:16:50Z", + "updated_at": "2017-11-13T10:57:19Z", + "pushed_at": "2017-08-31T18:52:26Z", + "git_url": "git://github.com/vorakl/TrivialRC.git", + "ssh_url": "git@github.com:vorakl/TrivialRC.git", + "clone_url": "https://github.com/vorakl/TrivialRC.git", + "svn_url": "https://github.com/vorakl/TrivialRC", + "homepage": "http://trivialrc.vorakl.name/", + "size": 424, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 1 + }, + { + "id": 80134675, + "node_id": "MDEwOlJlcG9zaXRvcnk4MDEzNDY3NQ==", + "name": "buildah", + "full_name": "projectatomic/buildah", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/buildah", + "description": "A tool that facilitates building OCI images", + "fork": false, + "url": "https://api.github.com/repos/projectatomic/buildah", + "forks_url": "https://api.github.com/repos/projectatomic/buildah/forks", + "keys_url": "https://api.github.com/repos/projectatomic/buildah/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/buildah/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/buildah/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/buildah/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/buildah/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/buildah/events", + "assignees_url": "https://api.github.com/repos/projectatomic/buildah/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/buildah/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/buildah/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/buildah/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/buildah/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/buildah/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/buildah/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/buildah/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/buildah/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/buildah/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/buildah/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/buildah/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/buildah/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/buildah/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/buildah/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/buildah/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/buildah/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/buildah/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/buildah/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/buildah/merges", + "archive_url": "https://api.github.com/repos/projectatomic/buildah/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/buildah/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/buildah/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/buildah/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/buildah/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/buildah/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/buildah/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/buildah/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/buildah/deployments", + "created_at": "2017-01-26T16:59:13Z", + "updated_at": "2018-08-09T15:28:28Z", + "pushed_at": "2018-08-09T15:46:04Z", + "git_url": "git://github.com/projectatomic/buildah.git", + "ssh_url": "git@github.com:projectatomic/buildah.git", + "clone_url": "https://github.com/projectatomic/buildah.git", + "svn_url": "https://github.com/projectatomic/buildah", + "homepage": "", + "size": 16627, + "stargazers_count": 857, + "watchers_count": 857, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 95, + "open_issues": 33, + "watchers": 857, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 95, + "subscribers_count": 60 + }, + { + "id": 99612558, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTYxMjU1OA==", + "name": "container-diff", + "full_name": "GoogleContainerTools/container-diff", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-diff", + "description": "container-diff: Diff your Docker containers", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-diff", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-diff/deployments", + "created_at": "2017-08-07T19:29:12Z", + "updated_at": "2018-08-09T15:53:12Z", + "pushed_at": "2018-08-05T19:11:22Z", + "git_url": "git://github.com/GoogleContainerTools/container-diff.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-diff.git", + "clone_url": "https://github.com/GoogleContainerTools/container-diff.git", + "svn_url": "https://github.com/GoogleContainerTools/container-diff", + "homepage": "", + "size": 8534, + "stargazers_count": 1765, + "watchers_count": 1765, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 97, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 97, + "open_issues": 15, + "watchers": 1765, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 97, + "subscribers_count": 69 + }, + { + "id": 35168903, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTE2ODkwMw==", + "name": "container-factory", + "full_name": "mutable/container-factory", + "owner": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mutable/container-factory", + "description": "container-factory produces Docker images from tarballs of application source code", + "fork": false, + "url": "https://api.github.com/repos/mutable/container-factory", + "forks_url": "https://api.github.com/repos/mutable/container-factory/forks", + "keys_url": "https://api.github.com/repos/mutable/container-factory/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mutable/container-factory/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mutable/container-factory/teams", + "hooks_url": "https://api.github.com/repos/mutable/container-factory/hooks", + "issue_events_url": "https://api.github.com/repos/mutable/container-factory/issues/events{/number}", + "events_url": "https://api.github.com/repos/mutable/container-factory/events", + "assignees_url": "https://api.github.com/repos/mutable/container-factory/assignees{/user}", + "branches_url": "https://api.github.com/repos/mutable/container-factory/branches{/branch}", + "tags_url": "https://api.github.com/repos/mutable/container-factory/tags", + "blobs_url": "https://api.github.com/repos/mutable/container-factory/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mutable/container-factory/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mutable/container-factory/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mutable/container-factory/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mutable/container-factory/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mutable/container-factory/languages", + "stargazers_url": "https://api.github.com/repos/mutable/container-factory/stargazers", + "contributors_url": "https://api.github.com/repos/mutable/container-factory/contributors", + "subscribers_url": "https://api.github.com/repos/mutable/container-factory/subscribers", + "subscription_url": "https://api.github.com/repos/mutable/container-factory/subscription", + "commits_url": "https://api.github.com/repos/mutable/container-factory/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mutable/container-factory/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mutable/container-factory/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mutable/container-factory/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mutable/container-factory/contents/{+path}", + "compare_url": "https://api.github.com/repos/mutable/container-factory/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mutable/container-factory/merges", + "archive_url": "https://api.github.com/repos/mutable/container-factory/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mutable/container-factory/downloads", + "issues_url": "https://api.github.com/repos/mutable/container-factory/issues{/number}", + "pulls_url": "https://api.github.com/repos/mutable/container-factory/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mutable/container-factory/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mutable/container-factory/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mutable/container-factory/labels{/name}", + "releases_url": "https://api.github.com/repos/mutable/container-factory/releases{/id}", + "deployments_url": "https://api.github.com/repos/mutable/container-factory/deployments", + "created_at": "2015-05-06T16:03:22Z", + "updated_at": "2018-08-04T06:03:42Z", + "pushed_at": "2015-05-06T16:07:53Z", + "git_url": "git://github.com/mutable/container-factory.git", + "ssh_url": "git@github.com:mutable/container-factory.git", + "clone_url": "https://github.com/mutable/container-factory.git", + "svn_url": "https://github.com/mutable/container-factory", + "homepage": "http://www.containerfactory.io", + "size": 344, + "stargazers_count": 55, + "watchers_count": 55, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 2, + "open_issues": 0, + "watchers": 55, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "mutable", + "id": 11511658, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExNTExNjU4", + "avatar_url": "https://avatars2.githubusercontent.com/u/11511658?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mutable", + "html_url": "https://github.com/mutable", + "followers_url": "https://api.github.com/users/mutable/followers", + "following_url": "https://api.github.com/users/mutable/following{/other_user}", + "gists_url": "https://api.github.com/users/mutable/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mutable/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mutable/subscriptions", + "organizations_url": "https://api.github.com/users/mutable/orgs", + "repos_url": "https://api.github.com/users/mutable/repos", + "events_url": "https://api.github.com/users/mutable/events{/privacy}", + "received_events_url": "https://api.github.com/users/mutable/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 12 + }, + { + "id": 87972349, + "node_id": "MDEwOlJlcG9zaXRvcnk4Nzk3MjM0OQ==", + "name": "copy-docker-image", + "full_name": "mdlavin/copy-docker-image", + "owner": { + "login": "mdlavin", + "id": 106903, + "node_id": "MDQ6VXNlcjEwNjkwMw==", + "avatar_url": "https://avatars1.githubusercontent.com/u/106903?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mdlavin", + "html_url": "https://github.com/mdlavin", + "followers_url": "https://api.github.com/users/mdlavin/followers", + "following_url": "https://api.github.com/users/mdlavin/following{/other_user}", + "gists_url": "https://api.github.com/users/mdlavin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mdlavin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mdlavin/subscriptions", + "organizations_url": "https://api.github.com/users/mdlavin/orgs", + "repos_url": "https://api.github.com/users/mdlavin/repos", + "events_url": "https://api.github.com/users/mdlavin/events{/privacy}", + "received_events_url": "https://api.github.com/users/mdlavin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mdlavin/copy-docker-image", + "description": "Copy a Docker image between registries without a full Docker installation", + "fork": false, + "url": "https://api.github.com/repos/mdlavin/copy-docker-image", + "forks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/forks", + "keys_url": "https://api.github.com/repos/mdlavin/copy-docker-image/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mdlavin/copy-docker-image/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mdlavin/copy-docker-image/teams", + "hooks_url": "https://api.github.com/repos/mdlavin/copy-docker-image/hooks", + "issue_events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/events{/number}", + "events_url": "https://api.github.com/repos/mdlavin/copy-docker-image/events", + "assignees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/assignees{/user}", + "branches_url": "https://api.github.com/repos/mdlavin/copy-docker-image/branches{/branch}", + "tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/tags", + "blobs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mdlavin/copy-docker-image/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mdlavin/copy-docker-image/languages", + "stargazers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/stargazers", + "contributors_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contributors", + "subscribers_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscribers", + "subscription_url": "https://api.github.com/repos/mdlavin/copy-docker-image/subscription", + "commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mdlavin/copy-docker-image/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mdlavin/copy-docker-image/contents/{+path}", + "compare_url": "https://api.github.com/repos/mdlavin/copy-docker-image/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mdlavin/copy-docker-image/merges", + "archive_url": "https://api.github.com/repos/mdlavin/copy-docker-image/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mdlavin/copy-docker-image/downloads", + "issues_url": "https://api.github.com/repos/mdlavin/copy-docker-image/issues{/number}", + "pulls_url": "https://api.github.com/repos/mdlavin/copy-docker-image/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mdlavin/copy-docker-image/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mdlavin/copy-docker-image/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mdlavin/copy-docker-image/labels{/name}", + "releases_url": "https://api.github.com/repos/mdlavin/copy-docker-image/releases{/id}", + "deployments_url": "https://api.github.com/repos/mdlavin/copy-docker-image/deployments", + "created_at": "2017-04-11T19:38:25Z", + "updated_at": "2018-08-08T21:16:17Z", + "pushed_at": "2018-08-08T21:19:59Z", + "git_url": "git://github.com/mdlavin/copy-docker-image.git", + "ssh_url": "git@github.com:mdlavin/copy-docker-image.git", + "clone_url": "https://github.com/mdlavin/copy-docker-image.git", + "svn_url": "https://github.com/mdlavin/copy-docker-image", + "homepage": "", + "size": 15, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 7, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 7, + "open_issues": 2, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 7, + "subscribers_count": 3 + }, + { + "id": 104771454, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDQ3NzE0NTQ=", + "name": "derrick", + "full_name": "alibaba/derrick", + "owner": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alibaba/derrick", + "description": "🐳A tool to help you containerize application in seconds", + "fork": false, + "url": "https://api.github.com/repos/alibaba/derrick", + "forks_url": "https://api.github.com/repos/alibaba/derrick/forks", + "keys_url": "https://api.github.com/repos/alibaba/derrick/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alibaba/derrick/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alibaba/derrick/teams", + "hooks_url": "https://api.github.com/repos/alibaba/derrick/hooks", + "issue_events_url": "https://api.github.com/repos/alibaba/derrick/issues/events{/number}", + "events_url": "https://api.github.com/repos/alibaba/derrick/events", + "assignees_url": "https://api.github.com/repos/alibaba/derrick/assignees{/user}", + "branches_url": "https://api.github.com/repos/alibaba/derrick/branches{/branch}", + "tags_url": "https://api.github.com/repos/alibaba/derrick/tags", + "blobs_url": "https://api.github.com/repos/alibaba/derrick/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alibaba/derrick/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alibaba/derrick/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alibaba/derrick/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alibaba/derrick/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alibaba/derrick/languages", + "stargazers_url": "https://api.github.com/repos/alibaba/derrick/stargazers", + "contributors_url": "https://api.github.com/repos/alibaba/derrick/contributors", + "subscribers_url": "https://api.github.com/repos/alibaba/derrick/subscribers", + "subscription_url": "https://api.github.com/repos/alibaba/derrick/subscription", + "commits_url": "https://api.github.com/repos/alibaba/derrick/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alibaba/derrick/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alibaba/derrick/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alibaba/derrick/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alibaba/derrick/contents/{+path}", + "compare_url": "https://api.github.com/repos/alibaba/derrick/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alibaba/derrick/merges", + "archive_url": "https://api.github.com/repos/alibaba/derrick/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alibaba/derrick/downloads", + "issues_url": "https://api.github.com/repos/alibaba/derrick/issues{/number}", + "pulls_url": "https://api.github.com/repos/alibaba/derrick/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alibaba/derrick/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alibaba/derrick/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alibaba/derrick/labels{/name}", + "releases_url": "https://api.github.com/repos/alibaba/derrick/releases{/id}", + "deployments_url": "https://api.github.com/repos/alibaba/derrick/deployments", + "created_at": "2017-09-25T15:58:44Z", + "updated_at": "2018-07-31T02:13:22Z", + "pushed_at": "2018-06-09T06:34:18Z", + "git_url": "git://github.com/alibaba/derrick.git", + "ssh_url": "git@github.com:alibaba/derrick.git", + "clone_url": "https://github.com/alibaba/derrick.git", + "svn_url": "https://github.com/alibaba/derrick", + "homepage": "https://alibaba.github.io/derrick/", + "size": 19835, + "stargazers_count": 237, + "watchers_count": 237, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 38, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 38, + "open_issues": 11, + "watchers": 237, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "alibaba", + "id": 1961952, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE5NjE5NTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961952?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba", + "followers_url": "https://api.github.com/users/alibaba/followers", + "following_url": "https://api.github.com/users/alibaba/following{/other_user}", + "gists_url": "https://api.github.com/users/alibaba/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alibaba/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alibaba/subscriptions", + "organizations_url": "https://api.github.com/users/alibaba/orgs", + "repos_url": "https://api.github.com/users/alibaba/repos", + "events_url": "https://api.github.com/users/alibaba/events{/privacy}", + "received_events_url": "https://api.github.com/users/alibaba/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 38, + "subscribers_count": 29 + }, + { + "id": 39589297, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTU4OTI5Nw==", + "name": "dlayer", + "full_name": "wercker/dlayer", + "owner": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wercker/dlayer", + "description": "Stats collector for Docker layers", + "fork": false, + "url": "https://api.github.com/repos/wercker/dlayer", + "forks_url": "https://api.github.com/repos/wercker/dlayer/forks", + "keys_url": "https://api.github.com/repos/wercker/dlayer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wercker/dlayer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wercker/dlayer/teams", + "hooks_url": "https://api.github.com/repos/wercker/dlayer/hooks", + "issue_events_url": "https://api.github.com/repos/wercker/dlayer/issues/events{/number}", + "events_url": "https://api.github.com/repos/wercker/dlayer/events", + "assignees_url": "https://api.github.com/repos/wercker/dlayer/assignees{/user}", + "branches_url": "https://api.github.com/repos/wercker/dlayer/branches{/branch}", + "tags_url": "https://api.github.com/repos/wercker/dlayer/tags", + "blobs_url": "https://api.github.com/repos/wercker/dlayer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wercker/dlayer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wercker/dlayer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wercker/dlayer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wercker/dlayer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wercker/dlayer/languages", + "stargazers_url": "https://api.github.com/repos/wercker/dlayer/stargazers", + "contributors_url": "https://api.github.com/repos/wercker/dlayer/contributors", + "subscribers_url": "https://api.github.com/repos/wercker/dlayer/subscribers", + "subscription_url": "https://api.github.com/repos/wercker/dlayer/subscription", + "commits_url": "https://api.github.com/repos/wercker/dlayer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wercker/dlayer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wercker/dlayer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wercker/dlayer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wercker/dlayer/contents/{+path}", + "compare_url": "https://api.github.com/repos/wercker/dlayer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wercker/dlayer/merges", + "archive_url": "https://api.github.com/repos/wercker/dlayer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wercker/dlayer/downloads", + "issues_url": "https://api.github.com/repos/wercker/dlayer/issues{/number}", + "pulls_url": "https://api.github.com/repos/wercker/dlayer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wercker/dlayer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wercker/dlayer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wercker/dlayer/labels{/name}", + "releases_url": "https://api.github.com/repos/wercker/dlayer/releases{/id}", + "deployments_url": "https://api.github.com/repos/wercker/dlayer/deployments", + "created_at": "2015-07-23T19:57:31Z", + "updated_at": "2018-07-27T21:28:37Z", + "pushed_at": "2018-04-28T04:15:14Z", + "git_url": "git://github.com/wercker/dlayer.git", + "ssh_url": "git@github.com:wercker/dlayer.git", + "clone_url": "https://github.com/wercker/dlayer.git", + "svn_url": "https://github.com/wercker/dlayer", + "homepage": null, + "size": 8, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 3, + "open_issues": 0, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "wercker", + "id": 1695193, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE2OTUxOTM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1695193?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wercker", + "html_url": "https://github.com/wercker", + "followers_url": "https://api.github.com/users/wercker/followers", + "following_url": "https://api.github.com/users/wercker/following{/other_user}", + "gists_url": "https://api.github.com/users/wercker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wercker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wercker/subscriptions", + "organizations_url": "https://api.github.com/users/wercker/orgs", + "repos_url": "https://api.github.com/users/wercker/repos", + "events_url": "https://api.github.com/users/wercker/events{/privacy}", + "received_events_url": "https://api.github.com/users/wercker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 32 + }, + { + "id": 57236065, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzIzNjA2NQ==", + "name": "docker-companion", + "full_name": "mudler/docker-companion", + "owner": { + "login": "mudler", + "id": 2420543, + "node_id": "MDQ6VXNlcjI0MjA1NDM=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2420543?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler", + "followers_url": "https://api.github.com/users/mudler/followers", + "following_url": "https://api.github.com/users/mudler/following{/other_user}", + "gists_url": "https://api.github.com/users/mudler/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mudler/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mudler/subscriptions", + "organizations_url": "https://api.github.com/users/mudler/orgs", + "repos_url": "https://api.github.com/users/mudler/repos", + "events_url": "https://api.github.com/users/mudler/events{/privacy}", + "received_events_url": "https://api.github.com/users/mudler/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mudler/docker-companion", + "description": "squash and unpack Docker images, in Golang", + "fork": false, + "url": "https://api.github.com/repos/mudler/docker-companion", + "forks_url": "https://api.github.com/repos/mudler/docker-companion/forks", + "keys_url": "https://api.github.com/repos/mudler/docker-companion/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mudler/docker-companion/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mudler/docker-companion/teams", + "hooks_url": "https://api.github.com/repos/mudler/docker-companion/hooks", + "issue_events_url": "https://api.github.com/repos/mudler/docker-companion/issues/events{/number}", + "events_url": "https://api.github.com/repos/mudler/docker-companion/events", + "assignees_url": "https://api.github.com/repos/mudler/docker-companion/assignees{/user}", + "branches_url": "https://api.github.com/repos/mudler/docker-companion/branches{/branch}", + "tags_url": "https://api.github.com/repos/mudler/docker-companion/tags", + "blobs_url": "https://api.github.com/repos/mudler/docker-companion/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mudler/docker-companion/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mudler/docker-companion/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mudler/docker-companion/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mudler/docker-companion/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mudler/docker-companion/languages", + "stargazers_url": "https://api.github.com/repos/mudler/docker-companion/stargazers", + "contributors_url": "https://api.github.com/repos/mudler/docker-companion/contributors", + "subscribers_url": "https://api.github.com/repos/mudler/docker-companion/subscribers", + "subscription_url": "https://api.github.com/repos/mudler/docker-companion/subscription", + "commits_url": "https://api.github.com/repos/mudler/docker-companion/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mudler/docker-companion/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mudler/docker-companion/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mudler/docker-companion/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mudler/docker-companion/contents/{+path}", + "compare_url": "https://api.github.com/repos/mudler/docker-companion/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mudler/docker-companion/merges", + "archive_url": "https://api.github.com/repos/mudler/docker-companion/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mudler/docker-companion/downloads", + "issues_url": "https://api.github.com/repos/mudler/docker-companion/issues{/number}", + "pulls_url": "https://api.github.com/repos/mudler/docker-companion/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mudler/docker-companion/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mudler/docker-companion/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mudler/docker-companion/labels{/name}", + "releases_url": "https://api.github.com/repos/mudler/docker-companion/releases{/id}", + "deployments_url": "https://api.github.com/repos/mudler/docker-companion/deployments", + "created_at": "2016-04-27T18:21:54Z", + "updated_at": "2018-06-28T20:56:49Z", + "pushed_at": "2017-11-11T18:25:00Z", + "git_url": "git://github.com/mudler/docker-companion.git", + "ssh_url": "git@github.com:mudler/docker-companion.git", + "clone_url": "https://github.com/mudler/docker-companion.git", + "svn_url": "https://github.com/mudler/docker-companion", + "homepage": "", + "size": 49, + "stargazers_count": 23, + "watchers_count": 23, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 4, + "open_issues": 1, + "watchers": 23, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 3 + }, + { + "id": 47433737, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzQzMzczNw==", + "name": "DockerMake", + "full_name": "avirshup/DockerMake", + "owner": { + "login": "avirshup", + "id": 9388007, + "node_id": "MDQ6VXNlcjkzODgwMDc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/9388007?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/avirshup", + "html_url": "https://github.com/avirshup", + "followers_url": "https://api.github.com/users/avirshup/followers", + "following_url": "https://api.github.com/users/avirshup/following{/other_user}", + "gists_url": "https://api.github.com/users/avirshup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/avirshup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/avirshup/subscriptions", + "organizations_url": "https://api.github.com/users/avirshup/orgs", + "repos_url": "https://api.github.com/users/avirshup/repos", + "events_url": "https://api.github.com/users/avirshup/events{/privacy}", + "received_events_url": "https://api.github.com/users/avirshup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/avirshup/DockerMake", + "description": "A reproducible Docker image build system for complex software stacks", + "fork": false, + "url": "https://api.github.com/repos/avirshup/DockerMake", + "forks_url": "https://api.github.com/repos/avirshup/DockerMake/forks", + "keys_url": "https://api.github.com/repos/avirshup/DockerMake/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/avirshup/DockerMake/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/avirshup/DockerMake/teams", + "hooks_url": "https://api.github.com/repos/avirshup/DockerMake/hooks", + "issue_events_url": "https://api.github.com/repos/avirshup/DockerMake/issues/events{/number}", + "events_url": "https://api.github.com/repos/avirshup/DockerMake/events", + "assignees_url": "https://api.github.com/repos/avirshup/DockerMake/assignees{/user}", + "branches_url": "https://api.github.com/repos/avirshup/DockerMake/branches{/branch}", + "tags_url": "https://api.github.com/repos/avirshup/DockerMake/tags", + "blobs_url": "https://api.github.com/repos/avirshup/DockerMake/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/avirshup/DockerMake/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/avirshup/DockerMake/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/avirshup/DockerMake/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/avirshup/DockerMake/statuses/{sha}", + "languages_url": "https://api.github.com/repos/avirshup/DockerMake/languages", + "stargazers_url": "https://api.github.com/repos/avirshup/DockerMake/stargazers", + "contributors_url": "https://api.github.com/repos/avirshup/DockerMake/contributors", + "subscribers_url": "https://api.github.com/repos/avirshup/DockerMake/subscribers", + "subscription_url": "https://api.github.com/repos/avirshup/DockerMake/subscription", + "commits_url": "https://api.github.com/repos/avirshup/DockerMake/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/avirshup/DockerMake/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/avirshup/DockerMake/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/avirshup/DockerMake/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/avirshup/DockerMake/contents/{+path}", + "compare_url": "https://api.github.com/repos/avirshup/DockerMake/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/avirshup/DockerMake/merges", + "archive_url": "https://api.github.com/repos/avirshup/DockerMake/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/avirshup/DockerMake/downloads", + "issues_url": "https://api.github.com/repos/avirshup/DockerMake/issues{/number}", + "pulls_url": "https://api.github.com/repos/avirshup/DockerMake/pulls{/number}", + "milestones_url": "https://api.github.com/repos/avirshup/DockerMake/milestones{/number}", + "notifications_url": "https://api.github.com/repos/avirshup/DockerMake/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/avirshup/DockerMake/labels{/name}", + "releases_url": "https://api.github.com/repos/avirshup/DockerMake/releases{/id}", + "deployments_url": "https://api.github.com/repos/avirshup/DockerMake/deployments", + "created_at": "2015-12-04T23:21:29Z", + "updated_at": "2018-07-19T20:46:27Z", + "pushed_at": "2018-06-10T03:57:24Z", + "git_url": "git://github.com/avirshup/DockerMake.git", + "ssh_url": "git@github.com:avirshup/DockerMake.git", + "clone_url": "https://github.com/avirshup/DockerMake.git", + "svn_url": "https://github.com/avirshup/DockerMake", + "homepage": "", + "size": 463, + "stargazers_count": 82, + "watchers_count": 82, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 19, + "open_issues": 2, + "watchers": 82, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 7 + }, + { + "id": 61364522, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTM2NDUyMg==", + "name": "docker-make", + "full_name": "CtripCloud/docker-make", + "owner": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CtripCloud/docker-make", + "description": "build,tag,and push a bunch of related docker images via a single command", + "fork": false, + "url": "https://api.github.com/repos/CtripCloud/docker-make", + "forks_url": "https://api.github.com/repos/CtripCloud/docker-make/forks", + "keys_url": "https://api.github.com/repos/CtripCloud/docker-make/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CtripCloud/docker-make/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CtripCloud/docker-make/teams", + "hooks_url": "https://api.github.com/repos/CtripCloud/docker-make/hooks", + "issue_events_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/events{/number}", + "events_url": "https://api.github.com/repos/CtripCloud/docker-make/events", + "assignees_url": "https://api.github.com/repos/CtripCloud/docker-make/assignees{/user}", + "branches_url": "https://api.github.com/repos/CtripCloud/docker-make/branches{/branch}", + "tags_url": "https://api.github.com/repos/CtripCloud/docker-make/tags", + "blobs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CtripCloud/docker-make/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CtripCloud/docker-make/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CtripCloud/docker-make/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CtripCloud/docker-make/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CtripCloud/docker-make/languages", + "stargazers_url": "https://api.github.com/repos/CtripCloud/docker-make/stargazers", + "contributors_url": "https://api.github.com/repos/CtripCloud/docker-make/contributors", + "subscribers_url": "https://api.github.com/repos/CtripCloud/docker-make/subscribers", + "subscription_url": "https://api.github.com/repos/CtripCloud/docker-make/subscription", + "commits_url": "https://api.github.com/repos/CtripCloud/docker-make/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CtripCloud/docker-make/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CtripCloud/docker-make/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CtripCloud/docker-make/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CtripCloud/docker-make/contents/{+path}", + "compare_url": "https://api.github.com/repos/CtripCloud/docker-make/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CtripCloud/docker-make/merges", + "archive_url": "https://api.github.com/repos/CtripCloud/docker-make/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CtripCloud/docker-make/downloads", + "issues_url": "https://api.github.com/repos/CtripCloud/docker-make/issues{/number}", + "pulls_url": "https://api.github.com/repos/CtripCloud/docker-make/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CtripCloud/docker-make/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CtripCloud/docker-make/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CtripCloud/docker-make/labels{/name}", + "releases_url": "https://api.github.com/repos/CtripCloud/docker-make/releases{/id}", + "deployments_url": "https://api.github.com/repos/CtripCloud/docker-make/deployments", + "created_at": "2016-06-17T10:01:45Z", + "updated_at": "2018-06-27T04:19:11Z", + "pushed_at": "2018-04-18T11:27:03Z", + "git_url": "git://github.com/CtripCloud/docker-make.git", + "ssh_url": "git@github.com:CtripCloud/docker-make.git", + "clone_url": "https://github.com/CtripCloud/docker-make.git", + "svn_url": "https://github.com/CtripCloud/docker-make", + "homepage": "", + "size": 53, + "stargazers_count": 68, + "watchers_count": 68, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 14, + "open_issues": 3, + "watchers": 68, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CtripCloud", + "id": 8603123, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2MDMxMjM=", + "avatar_url": "https://avatars1.githubusercontent.com/u/8603123?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CtripCloud", + "html_url": "https://github.com/CtripCloud", + "followers_url": "https://api.github.com/users/CtripCloud/followers", + "following_url": "https://api.github.com/users/CtripCloud/following{/other_user}", + "gists_url": "https://api.github.com/users/CtripCloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CtripCloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CtripCloud/subscriptions", + "organizations_url": "https://api.github.com/users/CtripCloud/orgs", + "repos_url": "https://api.github.com/users/CtripCloud/repos", + "events_url": "https://api.github.com/users/CtripCloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/CtripCloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 8 + }, + { + "id": 58284269, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODI4NDI2OQ==", + "name": "docker-replay", + "full_name": "bcicen/docker-replay", + "owner": { + "login": "bcicen", + "id": 5673805, + "node_id": "MDQ6VXNlcjU2NzM4MDU=", + "avatar_url": "https://avatars3.githubusercontent.com/u/5673805?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bcicen", + "html_url": "https://github.com/bcicen", + "followers_url": "https://api.github.com/users/bcicen/followers", + "following_url": "https://api.github.com/users/bcicen/following{/other_user}", + "gists_url": "https://api.github.com/users/bcicen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bcicen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bcicen/subscriptions", + "organizations_url": "https://api.github.com/users/bcicen/orgs", + "repos_url": "https://api.github.com/users/bcicen/repos", + "events_url": "https://api.github.com/users/bcicen/events{/privacy}", + "received_events_url": "https://api.github.com/users/bcicen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bcicen/docker-replay", + "description": "Generate docker run commands from running containers", + "fork": false, + "url": "https://api.github.com/repos/bcicen/docker-replay", + "forks_url": "https://api.github.com/repos/bcicen/docker-replay/forks", + "keys_url": "https://api.github.com/repos/bcicen/docker-replay/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bcicen/docker-replay/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bcicen/docker-replay/teams", + "hooks_url": "https://api.github.com/repos/bcicen/docker-replay/hooks", + "issue_events_url": "https://api.github.com/repos/bcicen/docker-replay/issues/events{/number}", + "events_url": "https://api.github.com/repos/bcicen/docker-replay/events", + "assignees_url": "https://api.github.com/repos/bcicen/docker-replay/assignees{/user}", + "branches_url": "https://api.github.com/repos/bcicen/docker-replay/branches{/branch}", + "tags_url": "https://api.github.com/repos/bcicen/docker-replay/tags", + "blobs_url": "https://api.github.com/repos/bcicen/docker-replay/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bcicen/docker-replay/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bcicen/docker-replay/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bcicen/docker-replay/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bcicen/docker-replay/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bcicen/docker-replay/languages", + "stargazers_url": "https://api.github.com/repos/bcicen/docker-replay/stargazers", + "contributors_url": "https://api.github.com/repos/bcicen/docker-replay/contributors", + "subscribers_url": "https://api.github.com/repos/bcicen/docker-replay/subscribers", + "subscription_url": "https://api.github.com/repos/bcicen/docker-replay/subscription", + "commits_url": "https://api.github.com/repos/bcicen/docker-replay/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bcicen/docker-replay/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bcicen/docker-replay/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bcicen/docker-replay/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bcicen/docker-replay/contents/{+path}", + "compare_url": "https://api.github.com/repos/bcicen/docker-replay/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bcicen/docker-replay/merges", + "archive_url": "https://api.github.com/repos/bcicen/docker-replay/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bcicen/docker-replay/downloads", + "issues_url": "https://api.github.com/repos/bcicen/docker-replay/issues{/number}", + "pulls_url": "https://api.github.com/repos/bcicen/docker-replay/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bcicen/docker-replay/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bcicen/docker-replay/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bcicen/docker-replay/labels{/name}", + "releases_url": "https://api.github.com/repos/bcicen/docker-replay/releases{/id}", + "deployments_url": "https://api.github.com/repos/bcicen/docker-replay/deployments", + "created_at": "2016-05-07T21:00:37Z", + "updated_at": "2018-07-17T16:48:58Z", + "pushed_at": "2018-02-17T00:34:31Z", + "git_url": "git://github.com/bcicen/docker-replay.git", + "ssh_url": "git@github.com:bcicen/docker-replay.git", + "clone_url": "https://github.com/bcicen/docker-replay.git", + "svn_url": "https://github.com/bcicen/docker-replay", + "homepage": "", + "size": 39, + "stargazers_count": 134, + "watchers_count": 134, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 0, + "watchers": 134, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 8 + }, + { + "id": 42194129, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjE5NDEyOQ==", + "name": "docker-slim", + "full_name": "docker-slim/docker-slim", + "owner": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-slim/docker-slim", + "description": "DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x making it secure too! (free and open source)", + "fork": false, + "url": "https://api.github.com/repos/docker-slim/docker-slim", + "forks_url": "https://api.github.com/repos/docker-slim/docker-slim/forks", + "keys_url": "https://api.github.com/repos/docker-slim/docker-slim/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-slim/docker-slim/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-slim/docker-slim/teams", + "hooks_url": "https://api.github.com/repos/docker-slim/docker-slim/hooks", + "issue_events_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-slim/docker-slim/events", + "assignees_url": "https://api.github.com/repos/docker-slim/docker-slim/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-slim/docker-slim/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-slim/docker-slim/tags", + "blobs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-slim/docker-slim/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-slim/docker-slim/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-slim/docker-slim/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-slim/docker-slim/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-slim/docker-slim/languages", + "stargazers_url": "https://api.github.com/repos/docker-slim/docker-slim/stargazers", + "contributors_url": "https://api.github.com/repos/docker-slim/docker-slim/contributors", + "subscribers_url": "https://api.github.com/repos/docker-slim/docker-slim/subscribers", + "subscription_url": "https://api.github.com/repos/docker-slim/docker-slim/subscription", + "commits_url": "https://api.github.com/repos/docker-slim/docker-slim/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-slim/docker-slim/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-slim/docker-slim/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-slim/docker-slim/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-slim/docker-slim/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-slim/docker-slim/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-slim/docker-slim/merges", + "archive_url": "https://api.github.com/repos/docker-slim/docker-slim/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-slim/docker-slim/downloads", + "issues_url": "https://api.github.com/repos/docker-slim/docker-slim/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-slim/docker-slim/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-slim/docker-slim/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-slim/docker-slim/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-slim/docker-slim/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-slim/docker-slim/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-slim/docker-slim/deployments", + "created_at": "2015-09-09T17:39:11Z", + "updated_at": "2018-08-09T04:50:22Z", + "pushed_at": "2018-08-05T23:28:16Z", + "git_url": "git://github.com/docker-slim/docker-slim.git", + "ssh_url": "git@github.com:docker-slim/docker-slim.git", + "clone_url": "https://github.com/docker-slim/docker-slim.git", + "svn_url": "https://github.com/docker-slim/docker-slim", + "homepage": "http://dockersl.im", + "size": 36456, + "stargazers_count": 1576, + "watchers_count": 1576, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": false, + "open_issues_count": 27, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 65, + "open_issues": 27, + "watchers": 1576, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-slim", + "id": 20057356, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwMDU3MzU2", + "avatar_url": "https://avatars3.githubusercontent.com/u/20057356?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-slim", + "html_url": "https://github.com/docker-slim", + "followers_url": "https://api.github.com/users/docker-slim/followers", + "following_url": "https://api.github.com/users/docker-slim/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-slim/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-slim/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-slim/subscriptions", + "organizations_url": "https://api.github.com/users/docker-slim/orgs", + "repos_url": "https://api.github.com/users/docker-slim/repos", + "events_url": "https://api.github.com/users/docker-slim/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-slim/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 79 + }, + { + "id": 14044627, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDA0NDYyNw==", + "name": "dockly", + "full_name": "swipely/dockly", + "owner": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/swipely/dockly", + "description": "DSL and Gem for building ready-to-launch Docker images", + "fork": false, + "url": "https://api.github.com/repos/swipely/dockly", + "forks_url": "https://api.github.com/repos/swipely/dockly/forks", + "keys_url": "https://api.github.com/repos/swipely/dockly/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/swipely/dockly/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/swipely/dockly/teams", + "hooks_url": "https://api.github.com/repos/swipely/dockly/hooks", + "issue_events_url": "https://api.github.com/repos/swipely/dockly/issues/events{/number}", + "events_url": "https://api.github.com/repos/swipely/dockly/events", + "assignees_url": "https://api.github.com/repos/swipely/dockly/assignees{/user}", + "branches_url": "https://api.github.com/repos/swipely/dockly/branches{/branch}", + "tags_url": "https://api.github.com/repos/swipely/dockly/tags", + "blobs_url": "https://api.github.com/repos/swipely/dockly/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/swipely/dockly/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/swipely/dockly/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/swipely/dockly/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/swipely/dockly/statuses/{sha}", + "languages_url": "https://api.github.com/repos/swipely/dockly/languages", + "stargazers_url": "https://api.github.com/repos/swipely/dockly/stargazers", + "contributors_url": "https://api.github.com/repos/swipely/dockly/contributors", + "subscribers_url": "https://api.github.com/repos/swipely/dockly/subscribers", + "subscription_url": "https://api.github.com/repos/swipely/dockly/subscription", + "commits_url": "https://api.github.com/repos/swipely/dockly/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/swipely/dockly/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/swipely/dockly/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/swipely/dockly/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/swipely/dockly/contents/{+path}", + "compare_url": "https://api.github.com/repos/swipely/dockly/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/swipely/dockly/merges", + "archive_url": "https://api.github.com/repos/swipely/dockly/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/swipely/dockly/downloads", + "issues_url": "https://api.github.com/repos/swipely/dockly/issues{/number}", + "pulls_url": "https://api.github.com/repos/swipely/dockly/pulls{/number}", + "milestones_url": "https://api.github.com/repos/swipely/dockly/milestones{/number}", + "notifications_url": "https://api.github.com/repos/swipely/dockly/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/swipely/dockly/labels{/name}", + "releases_url": "https://api.github.com/repos/swipely/dockly/releases{/id}", + "deployments_url": "https://api.github.com/repos/swipely/dockly/deployments", + "created_at": "2013-11-01T14:12:08Z", + "updated_at": "2018-08-01T12:41:31Z", + "pushed_at": "2018-03-27T16:30:04Z", + "git_url": "git://github.com/swipely/dockly.git", + "ssh_url": "git@github.com:swipely/dockly.git", + "clone_url": "https://github.com/swipely/dockly.git", + "svn_url": "https://github.com/swipely/dockly", + "homepage": "", + "size": 394, + "stargazers_count": 202, + "watchers_count": 202, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 1, + "watchers": 202, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "swipely", + "id": 58479, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU4NDc5", + "avatar_url": "https://avatars2.githubusercontent.com/u/58479?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/swipely", + "html_url": "https://github.com/swipely", + "followers_url": "https://api.github.com/users/swipely/followers", + "following_url": "https://api.github.com/users/swipely/following{/other_user}", + "gists_url": "https://api.github.com/users/swipely/gists{/gist_id}", + "starred_url": "https://api.github.com/users/swipely/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/swipely/subscriptions", + "organizations_url": "https://api.github.com/users/swipely/orgs", + "repos_url": "https://api.github.com/users/swipely/repos", + "events_url": "https://api.github.com/users/swipely/events{/privacy}", + "received_events_url": "https://api.github.com/users/swipely/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 6, + "subscribers_count": 18 + }, + { + "id": 37780794, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4MDc5NA==", + "name": "dockramp", + "full_name": "jlhawn/dockramp", + "owner": { + "login": "jlhawn", + "id": 1441929, + "node_id": "MDQ6VXNlcjE0NDE5Mjk=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1441929?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jlhawn", + "html_url": "https://github.com/jlhawn", + "followers_url": "https://api.github.com/users/jlhawn/followers", + "following_url": "https://api.github.com/users/jlhawn/following{/other_user}", + "gists_url": "https://api.github.com/users/jlhawn/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jlhawn/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jlhawn/subscriptions", + "organizations_url": "https://api.github.com/users/jlhawn/orgs", + "repos_url": "https://api.github.com/users/jlhawn/repos", + "events_url": "https://api.github.com/users/jlhawn/events{/privacy}", + "received_events_url": "https://api.github.com/users/jlhawn/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jlhawn/dockramp", + "description": "A Client Driven Docker Image Builder", + "fork": false, + "url": "https://api.github.com/repos/jlhawn/dockramp", + "forks_url": "https://api.github.com/repos/jlhawn/dockramp/forks", + "keys_url": "https://api.github.com/repos/jlhawn/dockramp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jlhawn/dockramp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jlhawn/dockramp/teams", + "hooks_url": "https://api.github.com/repos/jlhawn/dockramp/hooks", + "issue_events_url": "https://api.github.com/repos/jlhawn/dockramp/issues/events{/number}", + "events_url": "https://api.github.com/repos/jlhawn/dockramp/events", + "assignees_url": "https://api.github.com/repos/jlhawn/dockramp/assignees{/user}", + "branches_url": "https://api.github.com/repos/jlhawn/dockramp/branches{/branch}", + "tags_url": "https://api.github.com/repos/jlhawn/dockramp/tags", + "blobs_url": "https://api.github.com/repos/jlhawn/dockramp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jlhawn/dockramp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jlhawn/dockramp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jlhawn/dockramp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jlhawn/dockramp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jlhawn/dockramp/languages", + "stargazers_url": "https://api.github.com/repos/jlhawn/dockramp/stargazers", + "contributors_url": "https://api.github.com/repos/jlhawn/dockramp/contributors", + "subscribers_url": "https://api.github.com/repos/jlhawn/dockramp/subscribers", + "subscription_url": "https://api.github.com/repos/jlhawn/dockramp/subscription", + "commits_url": "https://api.github.com/repos/jlhawn/dockramp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jlhawn/dockramp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jlhawn/dockramp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jlhawn/dockramp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jlhawn/dockramp/contents/{+path}", + "compare_url": "https://api.github.com/repos/jlhawn/dockramp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jlhawn/dockramp/merges", + "archive_url": "https://api.github.com/repos/jlhawn/dockramp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jlhawn/dockramp/downloads", + "issues_url": "https://api.github.com/repos/jlhawn/dockramp/issues{/number}", + "pulls_url": "https://api.github.com/repos/jlhawn/dockramp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jlhawn/dockramp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jlhawn/dockramp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jlhawn/dockramp/labels{/name}", + "releases_url": "https://api.github.com/repos/jlhawn/dockramp/releases{/id}", + "deployments_url": "https://api.github.com/repos/jlhawn/dockramp/deployments", + "created_at": "2015-06-20T18:27:10Z", + "updated_at": "2018-06-29T01:12:48Z", + "pushed_at": "2016-05-02T22:51:08Z", + "git_url": "git://github.com/jlhawn/dockramp.git", + "ssh_url": "git@github.com:jlhawn/dockramp.git", + "clone_url": "https://github.com/jlhawn/dockramp.git", + "svn_url": "https://github.com/jlhawn/dockramp", + "homepage": "", + "size": 324, + "stargazers_count": 265, + "watchers_count": 265, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 16, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 16, + "open_issues": 6, + "watchers": 265, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 16, + "subscribers_count": 17 + }, + { + "id": 113604197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTM2MDQxOTc=", + "name": "img", + "full_name": "genuinetools/img", + "owner": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/genuinetools/img", + "description": "Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.", + "fork": false, + "url": "https://api.github.com/repos/genuinetools/img", + "forks_url": "https://api.github.com/repos/genuinetools/img/forks", + "keys_url": "https://api.github.com/repos/genuinetools/img/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/genuinetools/img/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/genuinetools/img/teams", + "hooks_url": "https://api.github.com/repos/genuinetools/img/hooks", + "issue_events_url": "https://api.github.com/repos/genuinetools/img/issues/events{/number}", + "events_url": "https://api.github.com/repos/genuinetools/img/events", + "assignees_url": "https://api.github.com/repos/genuinetools/img/assignees{/user}", + "branches_url": "https://api.github.com/repos/genuinetools/img/branches{/branch}", + "tags_url": "https://api.github.com/repos/genuinetools/img/tags", + "blobs_url": "https://api.github.com/repos/genuinetools/img/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/genuinetools/img/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/genuinetools/img/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/genuinetools/img/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/genuinetools/img/statuses/{sha}", + "languages_url": "https://api.github.com/repos/genuinetools/img/languages", + "stargazers_url": "https://api.github.com/repos/genuinetools/img/stargazers", + "contributors_url": "https://api.github.com/repos/genuinetools/img/contributors", + "subscribers_url": "https://api.github.com/repos/genuinetools/img/subscribers", + "subscription_url": "https://api.github.com/repos/genuinetools/img/subscription", + "commits_url": "https://api.github.com/repos/genuinetools/img/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/genuinetools/img/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/genuinetools/img/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/genuinetools/img/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/genuinetools/img/contents/{+path}", + "compare_url": "https://api.github.com/repos/genuinetools/img/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/genuinetools/img/merges", + "archive_url": "https://api.github.com/repos/genuinetools/img/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/genuinetools/img/downloads", + "issues_url": "https://api.github.com/repos/genuinetools/img/issues{/number}", + "pulls_url": "https://api.github.com/repos/genuinetools/img/pulls{/number}", + "milestones_url": "https://api.github.com/repos/genuinetools/img/milestones{/number}", + "notifications_url": "https://api.github.com/repos/genuinetools/img/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/genuinetools/img/labels{/name}", + "releases_url": "https://api.github.com/repos/genuinetools/img/releases{/id}", + "deployments_url": "https://api.github.com/repos/genuinetools/img/deployments", + "created_at": "2017-12-08T18:17:59Z", + "updated_at": "2018-08-09T02:24:18Z", + "pushed_at": "2018-08-07T07:06:49Z", + "git_url": "git://github.com/genuinetools/img.git", + "ssh_url": "git@github.com:genuinetools/img.git", + "clone_url": "https://github.com/genuinetools/img.git", + "svn_url": "https://github.com/genuinetools/img", + "homepage": "https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/", + "size": 32993, + "stargazers_count": 1708, + "watchers_count": 1708, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 69, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 69, + "open_issues": 24, + "watchers": 1708, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "genuinetools", + "id": 37218338, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjE4MzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/37218338?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/genuinetools", + "html_url": "https://github.com/genuinetools", + "followers_url": "https://api.github.com/users/genuinetools/followers", + "following_url": "https://api.github.com/users/genuinetools/following{/other_user}", + "gists_url": "https://api.github.com/users/genuinetools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/genuinetools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/genuinetools/subscriptions", + "organizations_url": "https://api.github.com/users/genuinetools/orgs", + "repos_url": "https://api.github.com/users/genuinetools/repos", + "events_url": "https://api.github.com/users/genuinetools/events{/privacy}", + "received_events_url": "https://api.github.com/users/genuinetools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 69, + "subscribers_count": 71 + }, + { + "id": 119419195, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTk0MTkxOTU=", + "name": "kaniko", + "full_name": "GoogleContainerTools/kaniko", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/kaniko", + "description": "Build Container Images In Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/kaniko", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/kaniko/deployments", + "created_at": "2018-01-29T17:53:54Z", + "updated_at": "2018-08-09T13:40:05Z", + "pushed_at": "2018-08-08T17:50:45Z", + "git_url": "git://github.com/GoogleContainerTools/kaniko.git", + "ssh_url": "git@github.com:GoogleContainerTools/kaniko.git", + "clone_url": "https://github.com/GoogleContainerTools/kaniko.git", + "svn_url": "https://github.com/GoogleContainerTools/kaniko", + "homepage": "", + "size": 15342, + "stargazers_count": 1866, + "watchers_count": 1866, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 31, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 31, + "watchers": 1866, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 84 + }, + { + "id": 18906038, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkwNjAzOA==", + "name": "portainer", + "full_name": "duedil-ltd/portainer", + "owner": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/duedil-ltd/portainer", + "description": "Apache Mesos framework for building Docker images on a cluster of machines", + "fork": false, + "url": "https://api.github.com/repos/duedil-ltd/portainer", + "forks_url": "https://api.github.com/repos/duedil-ltd/portainer/forks", + "keys_url": "https://api.github.com/repos/duedil-ltd/portainer/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/duedil-ltd/portainer/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/duedil-ltd/portainer/teams", + "hooks_url": "https://api.github.com/repos/duedil-ltd/portainer/hooks", + "issue_events_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/events{/number}", + "events_url": "https://api.github.com/repos/duedil-ltd/portainer/events", + "assignees_url": "https://api.github.com/repos/duedil-ltd/portainer/assignees{/user}", + "branches_url": "https://api.github.com/repos/duedil-ltd/portainer/branches{/branch}", + "tags_url": "https://api.github.com/repos/duedil-ltd/portainer/tags", + "blobs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/duedil-ltd/portainer/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/duedil-ltd/portainer/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/duedil-ltd/portainer/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/duedil-ltd/portainer/statuses/{sha}", + "languages_url": "https://api.github.com/repos/duedil-ltd/portainer/languages", + "stargazers_url": "https://api.github.com/repos/duedil-ltd/portainer/stargazers", + "contributors_url": "https://api.github.com/repos/duedil-ltd/portainer/contributors", + "subscribers_url": "https://api.github.com/repos/duedil-ltd/portainer/subscribers", + "subscription_url": "https://api.github.com/repos/duedil-ltd/portainer/subscription", + "commits_url": "https://api.github.com/repos/duedil-ltd/portainer/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/duedil-ltd/portainer/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/duedil-ltd/portainer/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/duedil-ltd/portainer/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/duedil-ltd/portainer/contents/{+path}", + "compare_url": "https://api.github.com/repos/duedil-ltd/portainer/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/duedil-ltd/portainer/merges", + "archive_url": "https://api.github.com/repos/duedil-ltd/portainer/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/duedil-ltd/portainer/downloads", + "issues_url": "https://api.github.com/repos/duedil-ltd/portainer/issues{/number}", + "pulls_url": "https://api.github.com/repos/duedil-ltd/portainer/pulls{/number}", + "milestones_url": "https://api.github.com/repos/duedil-ltd/portainer/milestones{/number}", + "notifications_url": "https://api.github.com/repos/duedil-ltd/portainer/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/duedil-ltd/portainer/labels{/name}", + "releases_url": "https://api.github.com/repos/duedil-ltd/portainer/releases{/id}", + "deployments_url": "https://api.github.com/repos/duedil-ltd/portainer/deployments", + "created_at": "2014-04-18T07:23:59Z", + "updated_at": "2018-06-14T07:59:55Z", + "pushed_at": "2017-02-28T17:15:49Z", + "git_url": "git://github.com/duedil-ltd/portainer.git", + "ssh_url": "git@github.com:duedil-ltd/portainer.git", + "clone_url": "https://github.com/duedil-ltd/portainer.git", + "svn_url": "https://github.com/duedil-ltd/portainer", + "homepage": "", + "size": 7795, + "stargazers_count": 129, + "watchers_count": 129, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 14, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 13, + "open_issues": 14, + "watchers": 129, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "duedil-ltd", + "id": 1233913, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzM5MTM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1233913?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/duedil-ltd", + "html_url": "https://github.com/duedil-ltd", + "followers_url": "https://api.github.com/users/duedil-ltd/followers", + "following_url": "https://api.github.com/users/duedil-ltd/following{/other_user}", + "gists_url": "https://api.github.com/users/duedil-ltd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/duedil-ltd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/duedil-ltd/subscriptions", + "organizations_url": "https://api.github.com/users/duedil-ltd/orgs", + "repos_url": "https://api.github.com/users/duedil-ltd/repos", + "events_url": "https://api.github.com/users/duedil-ltd/events{/privacy}", + "received_events_url": "https://api.github.com/users/duedil-ltd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 44 + }, + { + "id": 36849312, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjg0OTMxMg==", + "name": "runlike", + "full_name": "lavie/runlike", + "owner": { + "login": "lavie", + "id": 233414, + "node_id": "MDQ6VXNlcjIzMzQxNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/233414?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lavie", + "html_url": "https://github.com/lavie", + "followers_url": "https://api.github.com/users/lavie/followers", + "following_url": "https://api.github.com/users/lavie/following{/other_user}", + "gists_url": "https://api.github.com/users/lavie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lavie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lavie/subscriptions", + "organizations_url": "https://api.github.com/users/lavie/orgs", + "repos_url": "https://api.github.com/users/lavie/repos", + "events_url": "https://api.github.com/users/lavie/events{/privacy}", + "received_events_url": "https://api.github.com/users/lavie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lavie/runlike", + "description": "Given an existing docker container, prints the command line necessary to run a copy of it.", + "fork": false, + "url": "https://api.github.com/repos/lavie/runlike", + "forks_url": "https://api.github.com/repos/lavie/runlike/forks", + "keys_url": "https://api.github.com/repos/lavie/runlike/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lavie/runlike/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lavie/runlike/teams", + "hooks_url": "https://api.github.com/repos/lavie/runlike/hooks", + "issue_events_url": "https://api.github.com/repos/lavie/runlike/issues/events{/number}", + "events_url": "https://api.github.com/repos/lavie/runlike/events", + "assignees_url": "https://api.github.com/repos/lavie/runlike/assignees{/user}", + "branches_url": "https://api.github.com/repos/lavie/runlike/branches{/branch}", + "tags_url": "https://api.github.com/repos/lavie/runlike/tags", + "blobs_url": "https://api.github.com/repos/lavie/runlike/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lavie/runlike/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lavie/runlike/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lavie/runlike/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lavie/runlike/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lavie/runlike/languages", + "stargazers_url": "https://api.github.com/repos/lavie/runlike/stargazers", + "contributors_url": "https://api.github.com/repos/lavie/runlike/contributors", + "subscribers_url": "https://api.github.com/repos/lavie/runlike/subscribers", + "subscription_url": "https://api.github.com/repos/lavie/runlike/subscription", + "commits_url": "https://api.github.com/repos/lavie/runlike/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lavie/runlike/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lavie/runlike/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lavie/runlike/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lavie/runlike/contents/{+path}", + "compare_url": "https://api.github.com/repos/lavie/runlike/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lavie/runlike/merges", + "archive_url": "https://api.github.com/repos/lavie/runlike/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lavie/runlike/downloads", + "issues_url": "https://api.github.com/repos/lavie/runlike/issues{/number}", + "pulls_url": "https://api.github.com/repos/lavie/runlike/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lavie/runlike/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lavie/runlike/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lavie/runlike/labels{/name}", + "releases_url": "https://api.github.com/repos/lavie/runlike/releases{/id}", + "deployments_url": "https://api.github.com/repos/lavie/runlike/deployments", + "created_at": "2015-06-04T05:12:31Z", + "updated_at": "2018-08-05T18:29:16Z", + "pushed_at": "2018-06-25T12:32:53Z", + "git_url": "git://github.com/lavie/runlike.git", + "ssh_url": "git@github.com:lavie/runlike.git", + "clone_url": "https://github.com/lavie/runlike.git", + "svn_url": "https://github.com/lavie/runlike", + "homepage": null, + "size": 55, + "stargazers_count": 159, + "watchers_count": 159, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 27, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 27, + "open_issues": 5, + "watchers": 159, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 27, + "subscribers_count": 9 + }, + { + "id": 38765440, + "node_id": "MDEwOlJlcG9zaXRvcnkzODc2NTQ0MA==", + "name": "skinnywhale", + "full_name": "djosephsen/skinnywhale", + "owner": { + "login": "djosephsen", + "id": 1113505, + "node_id": "MDQ6VXNlcjExMTM1MDU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1113505?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/djosephsen", + "html_url": "https://github.com/djosephsen", + "followers_url": "https://api.github.com/users/djosephsen/followers", + "following_url": "https://api.github.com/users/djosephsen/following{/other_user}", + "gists_url": "https://api.github.com/users/djosephsen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/djosephsen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/djosephsen/subscriptions", + "organizations_url": "https://api.github.com/users/djosephsen/orgs", + "repos_url": "https://api.github.com/users/djosephsen/repos", + "events_url": "https://api.github.com/users/djosephsen/events{/privacy}", + "received_events_url": "https://api.github.com/users/djosephsen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/djosephsen/skinnywhale", + "description": "Skinnywhale helps you make smaller (as in megabytes) Docker containers", + "fork": false, + "url": "https://api.github.com/repos/djosephsen/skinnywhale", + "forks_url": "https://api.github.com/repos/djosephsen/skinnywhale/forks", + "keys_url": "https://api.github.com/repos/djosephsen/skinnywhale/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/djosephsen/skinnywhale/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/djosephsen/skinnywhale/teams", + "hooks_url": "https://api.github.com/repos/djosephsen/skinnywhale/hooks", + "issue_events_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/events{/number}", + "events_url": "https://api.github.com/repos/djosephsen/skinnywhale/events", + "assignees_url": "https://api.github.com/repos/djosephsen/skinnywhale/assignees{/user}", + "branches_url": "https://api.github.com/repos/djosephsen/skinnywhale/branches{/branch}", + "tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/tags", + "blobs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/djosephsen/skinnywhale/statuses/{sha}", + "languages_url": "https://api.github.com/repos/djosephsen/skinnywhale/languages", + "stargazers_url": "https://api.github.com/repos/djosephsen/skinnywhale/stargazers", + "contributors_url": "https://api.github.com/repos/djosephsen/skinnywhale/contributors", + "subscribers_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscribers", + "subscription_url": "https://api.github.com/repos/djosephsen/skinnywhale/subscription", + "commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/djosephsen/skinnywhale/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/djosephsen/skinnywhale/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/djosephsen/skinnywhale/contents/{+path}", + "compare_url": "https://api.github.com/repos/djosephsen/skinnywhale/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/djosephsen/skinnywhale/merges", + "archive_url": "https://api.github.com/repos/djosephsen/skinnywhale/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/djosephsen/skinnywhale/downloads", + "issues_url": "https://api.github.com/repos/djosephsen/skinnywhale/issues{/number}", + "pulls_url": "https://api.github.com/repos/djosephsen/skinnywhale/pulls{/number}", + "milestones_url": "https://api.github.com/repos/djosephsen/skinnywhale/milestones{/number}", + "notifications_url": "https://api.github.com/repos/djosephsen/skinnywhale/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/djosephsen/skinnywhale/labels{/name}", + "releases_url": "https://api.github.com/repos/djosephsen/skinnywhale/releases{/id}", + "deployments_url": "https://api.github.com/repos/djosephsen/skinnywhale/deployments", + "created_at": "2015-07-08T16:17:54Z", + "updated_at": "2018-07-12T10:56:46Z", + "pushed_at": "2017-10-30T02:24:02Z", + "git_url": "git://github.com/djosephsen/skinnywhale.git", + "ssh_url": "git@github.com:djosephsen/skinnywhale.git", + "clone_url": "https://github.com/djosephsen/skinnywhale.git", + "svn_url": "https://github.com/djosephsen/skinnywhale", + "homepage": null, + "size": 157, + "stargazers_count": 175, + "watchers_count": 175, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 11, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 11, + "open_issues": 4, + "watchers": 175, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 11, + "subscribers_count": 9 + }, + { + "id": 95492373, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjM3Mw==", + "name": "smith", + "full_name": "oracle/smith", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/smith", + "description": "Smith: A microcontainer builder", + "fork": false, + "url": "https://api.github.com/repos/oracle/smith", + "forks_url": "https://api.github.com/repos/oracle/smith/forks", + "keys_url": "https://api.github.com/repos/oracle/smith/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/smith/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/smith/teams", + "hooks_url": "https://api.github.com/repos/oracle/smith/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/smith/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/smith/events", + "assignees_url": "https://api.github.com/repos/oracle/smith/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/smith/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/smith/tags", + "blobs_url": "https://api.github.com/repos/oracle/smith/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/smith/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/smith/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/smith/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/smith/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/smith/languages", + "stargazers_url": "https://api.github.com/repos/oracle/smith/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/smith/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/smith/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/smith/subscription", + "commits_url": "https://api.github.com/repos/oracle/smith/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/smith/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/smith/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/smith/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/smith/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/smith/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/smith/merges", + "archive_url": "https://api.github.com/repos/oracle/smith/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/smith/downloads", + "issues_url": "https://api.github.com/repos/oracle/smith/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/smith/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/smith/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/smith/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/smith/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/smith/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/smith/deployments", + "created_at": "2017-06-26T21:48:39Z", + "updated_at": "2018-08-07T23:27:01Z", + "pushed_at": "2018-05-21T17:17:31Z", + "git_url": "git://github.com/oracle/smith.git", + "ssh_url": "git@github.com:oracle/smith.git", + "clone_url": "https://github.com/oracle/smith.git", + "svn_url": "https://github.com/oracle/smith", + "homepage": "", + "size": 1029, + "stargazers_count": 555, + "watchers_count": 555, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 35, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 35, + "open_issues": 2, + "watchers": 555, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 35, + "subscribers_count": 39 + }, + { + "id": 136115520, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzYxMTU1MjA=", + "name": "Whaler", + "full_name": "P3GLEG/Whaler", + "owner": { + "login": "P3GLEG", + "id": 25095513, + "node_id": "MDQ6VXNlcjI1MDk1NTEz", + "avatar_url": "https://avatars0.githubusercontent.com/u/25095513?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/P3GLEG", + "html_url": "https://github.com/P3GLEG", + "followers_url": "https://api.github.com/users/P3GLEG/followers", + "following_url": "https://api.github.com/users/P3GLEG/following{/other_user}", + "gists_url": "https://api.github.com/users/P3GLEG/gists{/gist_id}", + "starred_url": "https://api.github.com/users/P3GLEG/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/P3GLEG/subscriptions", + "organizations_url": "https://api.github.com/users/P3GLEG/orgs", + "repos_url": "https://api.github.com/users/P3GLEG/repos", + "events_url": "https://api.github.com/users/P3GLEG/events{/privacy}", + "received_events_url": "https://api.github.com/users/P3GLEG/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/P3GLEG/Whaler", + "description": "Program to reverse Docker images into Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/P3GLEG/Whaler", + "forks_url": "https://api.github.com/repos/P3GLEG/Whaler/forks", + "keys_url": "https://api.github.com/repos/P3GLEG/Whaler/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/P3GLEG/Whaler/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/P3GLEG/Whaler/teams", + "hooks_url": "https://api.github.com/repos/P3GLEG/Whaler/hooks", + "issue_events_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/events{/number}", + "events_url": "https://api.github.com/repos/P3GLEG/Whaler/events", + "assignees_url": "https://api.github.com/repos/P3GLEG/Whaler/assignees{/user}", + "branches_url": "https://api.github.com/repos/P3GLEG/Whaler/branches{/branch}", + "tags_url": "https://api.github.com/repos/P3GLEG/Whaler/tags", + "blobs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/P3GLEG/Whaler/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/P3GLEG/Whaler/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/P3GLEG/Whaler/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/P3GLEG/Whaler/statuses/{sha}", + "languages_url": "https://api.github.com/repos/P3GLEG/Whaler/languages", + "stargazers_url": "https://api.github.com/repos/P3GLEG/Whaler/stargazers", + "contributors_url": "https://api.github.com/repos/P3GLEG/Whaler/contributors", + "subscribers_url": "https://api.github.com/repos/P3GLEG/Whaler/subscribers", + "subscription_url": "https://api.github.com/repos/P3GLEG/Whaler/subscription", + "commits_url": "https://api.github.com/repos/P3GLEG/Whaler/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/P3GLEG/Whaler/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/P3GLEG/Whaler/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/P3GLEG/Whaler/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/P3GLEG/Whaler/contents/{+path}", + "compare_url": "https://api.github.com/repos/P3GLEG/Whaler/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/P3GLEG/Whaler/merges", + "archive_url": "https://api.github.com/repos/P3GLEG/Whaler/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/P3GLEG/Whaler/downloads", + "issues_url": "https://api.github.com/repos/P3GLEG/Whaler/issues{/number}", + "pulls_url": "https://api.github.com/repos/P3GLEG/Whaler/pulls{/number}", + "milestones_url": "https://api.github.com/repos/P3GLEG/Whaler/milestones{/number}", + "notifications_url": "https://api.github.com/repos/P3GLEG/Whaler/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/P3GLEG/Whaler/labels{/name}", + "releases_url": "https://api.github.com/repos/P3GLEG/Whaler/releases{/id}", + "deployments_url": "https://api.github.com/repos/P3GLEG/Whaler/deployments", + "created_at": "2018-06-05T03:37:18Z", + "updated_at": "2018-08-08T13:05:58Z", + "pushed_at": "2018-08-08T01:20:04Z", + "git_url": "git://github.com/P3GLEG/Whaler.git", + "ssh_url": "git@github.com:P3GLEG/Whaler.git", + "clone_url": "https://github.com/P3GLEG/Whaler.git", + "svn_url": "https://github.com/P3GLEG/Whaler", + "homepage": null, + "size": 36, + "stargazers_count": 345, + "watchers_count": 345, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 18, + "open_issues": 1, + "watchers": 345, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 18, + "subscribers_count": 13 + }, + { + "id": 77948158, + "node_id": "MDEwOlJlcG9zaXRvcnk3Nzk0ODE1OA==", + "name": "whales", + "full_name": "Gueils/whales", + "owner": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Gueils/whales", + "description": ":whale: Tool to automatically dockerize your application. ", + "fork": false, + "url": "https://api.github.com/repos/Gueils/whales", + "forks_url": "https://api.github.com/repos/Gueils/whales/forks", + "keys_url": "https://api.github.com/repos/Gueils/whales/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Gueils/whales/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Gueils/whales/teams", + "hooks_url": "https://api.github.com/repos/Gueils/whales/hooks", + "issue_events_url": "https://api.github.com/repos/Gueils/whales/issues/events{/number}", + "events_url": "https://api.github.com/repos/Gueils/whales/events", + "assignees_url": "https://api.github.com/repos/Gueils/whales/assignees{/user}", + "branches_url": "https://api.github.com/repos/Gueils/whales/branches{/branch}", + "tags_url": "https://api.github.com/repos/Gueils/whales/tags", + "blobs_url": "https://api.github.com/repos/Gueils/whales/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Gueils/whales/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Gueils/whales/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Gueils/whales/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Gueils/whales/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Gueils/whales/languages", + "stargazers_url": "https://api.github.com/repos/Gueils/whales/stargazers", + "contributors_url": "https://api.github.com/repos/Gueils/whales/contributors", + "subscribers_url": "https://api.github.com/repos/Gueils/whales/subscribers", + "subscription_url": "https://api.github.com/repos/Gueils/whales/subscription", + "commits_url": "https://api.github.com/repos/Gueils/whales/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Gueils/whales/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Gueils/whales/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Gueils/whales/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Gueils/whales/contents/{+path}", + "compare_url": "https://api.github.com/repos/Gueils/whales/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Gueils/whales/merges", + "archive_url": "https://api.github.com/repos/Gueils/whales/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Gueils/whales/downloads", + "issues_url": "https://api.github.com/repos/Gueils/whales/issues{/number}", + "pulls_url": "https://api.github.com/repos/Gueils/whales/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Gueils/whales/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Gueils/whales/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Gueils/whales/labels{/name}", + "releases_url": "https://api.github.com/repos/Gueils/whales/releases{/id}", + "deployments_url": "https://api.github.com/repos/Gueils/whales/deployments", + "created_at": "2017-01-03T19:54:21Z", + "updated_at": "2018-07-27T17:35:01Z", + "pushed_at": "2017-10-02T01:07:04Z", + "git_url": "git://github.com/Gueils/whales.git", + "ssh_url": "git@github.com:Gueils/whales.git", + "clone_url": "https://github.com/Gueils/whales.git", + "svn_url": "https://github.com/Gueils/whales", + "homepage": "http://www.whales.mx", + "size": 254, + "stargazers_count": 104, + "watchers_count": 104, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 104, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Gueils", + "id": 26389647, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI2Mzg5NjQ3", + "avatar_url": "https://avatars0.githubusercontent.com/u/26389647?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Gueils", + "html_url": "https://github.com/Gueils", + "followers_url": "https://api.github.com/users/Gueils/followers", + "following_url": "https://api.github.com/users/Gueils/following{/other_user}", + "gists_url": "https://api.github.com/users/Gueils/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Gueils/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Gueils/subscriptions", + "organizations_url": "https://api.github.com/users/Gueils/orgs", + "repos_url": "https://api.github.com/users/Gueils/repos", + "events_url": "https://api.github.com/users/Gueils/events{/privacy}", + "received_events_url": "https://api.github.com/users/Gueils/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 13 + }, + { + "id": 37565291, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzU2NTI5MQ==", + "name": "chaperone-docker", + "full_name": "garywiz/chaperone-docker", + "owner": { + "login": "garywiz", + "id": 822470, + "node_id": "MDQ6VXNlcjgyMjQ3MA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/822470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/garywiz", + "html_url": "https://github.com/garywiz", + "followers_url": "https://api.github.com/users/garywiz/followers", + "following_url": "https://api.github.com/users/garywiz/following{/other_user}", + "gists_url": "https://api.github.com/users/garywiz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/garywiz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/garywiz/subscriptions", + "organizations_url": "https://api.github.com/users/garywiz/orgs", + "repos_url": "https://api.github.com/users/garywiz/repos", + "events_url": "https://api.github.com/users/garywiz/events{/privacy}", + "received_events_url": "https://api.github.com/users/garywiz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/garywiz/chaperone-docker", + "description": "Docker base images which use the chaperone lightweight process manager.", + "fork": false, + "url": "https://api.github.com/repos/garywiz/chaperone-docker", + "forks_url": "https://api.github.com/repos/garywiz/chaperone-docker/forks", + "keys_url": "https://api.github.com/repos/garywiz/chaperone-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/garywiz/chaperone-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/garywiz/chaperone-docker/teams", + "hooks_url": "https://api.github.com/repos/garywiz/chaperone-docker/hooks", + "issue_events_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/garywiz/chaperone-docker/events", + "assignees_url": "https://api.github.com/repos/garywiz/chaperone-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/garywiz/chaperone-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/tags", + "blobs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/garywiz/chaperone-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/garywiz/chaperone-docker/languages", + "stargazers_url": "https://api.github.com/repos/garywiz/chaperone-docker/stargazers", + "contributors_url": "https://api.github.com/repos/garywiz/chaperone-docker/contributors", + "subscribers_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscribers", + "subscription_url": "https://api.github.com/repos/garywiz/chaperone-docker/subscription", + "commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/garywiz/chaperone-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/garywiz/chaperone-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/garywiz/chaperone-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/garywiz/chaperone-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/garywiz/chaperone-docker/merges", + "archive_url": "https://api.github.com/repos/garywiz/chaperone-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/garywiz/chaperone-docker/downloads", + "issues_url": "https://api.github.com/repos/garywiz/chaperone-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/garywiz/chaperone-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/garywiz/chaperone-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/garywiz/chaperone-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/garywiz/chaperone-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/garywiz/chaperone-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/garywiz/chaperone-docker/deployments", + "created_at": "2015-06-17T01:26:44Z", + "updated_at": "2018-06-02T15:13:42Z", + "pushed_at": "2018-01-24T23:58:37Z", + "git_url": "git://github.com/garywiz/chaperone-docker.git", + "ssh_url": "git@github.com:garywiz/chaperone-docker.git", + "clone_url": "https://github.com/garywiz/chaperone-docker.git", + "svn_url": "https://github.com/garywiz/chaperone-docker", + "homepage": null, + "size": 801, + "stargazers_count": 46, + "watchers_count": 46, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 10, + "open_issues": 4, + "watchers": 46, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 6 + }, + { + "id": 26980232, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjk4MDIzMg==", + "name": "docker-images", + "full_name": "arun-gupta/docker-images", + "owner": { + "login": "arun-gupta", + "id": 113947, + "node_id": "MDQ6VXNlcjExMzk0Nw==", + "avatar_url": "https://avatars0.githubusercontent.com/u/113947?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/arun-gupta", + "html_url": "https://github.com/arun-gupta", + "followers_url": "https://api.github.com/users/arun-gupta/followers", + "following_url": "https://api.github.com/users/arun-gupta/following{/other_user}", + "gists_url": "https://api.github.com/users/arun-gupta/gists{/gist_id}", + "starred_url": "https://api.github.com/users/arun-gupta/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/arun-gupta/subscriptions", + "organizations_url": "https://api.github.com/users/arun-gupta/orgs", + "repos_url": "https://api.github.com/users/arun-gupta/repos", + "events_url": "https://api.github.com/users/arun-gupta/events{/privacy}", + "received_events_url": "https://api.github.com/users/arun-gupta/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/arun-gupta/docker-images", + "description": "Docker Images", + "fork": false, + "url": "https://api.github.com/repos/arun-gupta/docker-images", + "forks_url": "https://api.github.com/repos/arun-gupta/docker-images/forks", + "keys_url": "https://api.github.com/repos/arun-gupta/docker-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/arun-gupta/docker-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/arun-gupta/docker-images/teams", + "hooks_url": "https://api.github.com/repos/arun-gupta/docker-images/hooks", + "issue_events_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/arun-gupta/docker-images/events", + "assignees_url": "https://api.github.com/repos/arun-gupta/docker-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/arun-gupta/docker-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/arun-gupta/docker-images/tags", + "blobs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/arun-gupta/docker-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/arun-gupta/docker-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/arun-gupta/docker-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/arun-gupta/docker-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/arun-gupta/docker-images/languages", + "stargazers_url": "https://api.github.com/repos/arun-gupta/docker-images/stargazers", + "contributors_url": "https://api.github.com/repos/arun-gupta/docker-images/contributors", + "subscribers_url": "https://api.github.com/repos/arun-gupta/docker-images/subscribers", + "subscription_url": "https://api.github.com/repos/arun-gupta/docker-images/subscription", + "commits_url": "https://api.github.com/repos/arun-gupta/docker-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/arun-gupta/docker-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/arun-gupta/docker-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/arun-gupta/docker-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/arun-gupta/docker-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/arun-gupta/docker-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/arun-gupta/docker-images/merges", + "archive_url": "https://api.github.com/repos/arun-gupta/docker-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/arun-gupta/docker-images/downloads", + "issues_url": "https://api.github.com/repos/arun-gupta/docker-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/arun-gupta/docker-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/arun-gupta/docker-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/arun-gupta/docker-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/arun-gupta/docker-images/labels{/name}", + "releases_url": "https://api.github.com/repos/arun-gupta/docker-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/arun-gupta/docker-images/deployments", + "created_at": "2014-11-21T22:16:39Z", + "updated_at": "2018-08-09T15:09:23Z", + "pushed_at": "2018-07-13T21:43:26Z", + "git_url": "git://github.com/arun-gupta/docker-images.git", + "ssh_url": "git@github.com:arun-gupta/docker-images.git", + "clone_url": "https://github.com/arun-gupta/docker-images.git", + "svn_url": "https://github.com/arun-gupta/docker-images", + "homepage": null, + "size": 16311, + "stargazers_count": 176, + "watchers_count": 176, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 158, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": null, + "forks": 158, + "open_issues": 12, + "watchers": 176, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 158, + "subscribers_count": 34 + }, + { + "id": 69435906, + "node_id": "MDEwOlJlcG9zaXRvcnk2OTQzNTkwNg==", + "name": "docker-compose", + "full_name": "awesome-startup/docker-compose", + "owner": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/awesome-startup/docker-compose", + "description": "Docker Compose Sample", + "fork": false, + "url": "https://api.github.com/repos/awesome-startup/docker-compose", + "forks_url": "https://api.github.com/repos/awesome-startup/docker-compose/forks", + "keys_url": "https://api.github.com/repos/awesome-startup/docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/awesome-startup/docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/awesome-startup/docker-compose/teams", + "hooks_url": "https://api.github.com/repos/awesome-startup/docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/awesome-startup/docker-compose/events", + "assignees_url": "https://api.github.com/repos/awesome-startup/docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/awesome-startup/docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/tags", + "blobs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/awesome-startup/docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/awesome-startup/docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/awesome-startup/docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/awesome-startup/docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/awesome-startup/docker-compose/subscription", + "commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/awesome-startup/docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/awesome-startup/docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/awesome-startup/docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/awesome-startup/docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/awesome-startup/docker-compose/merges", + "archive_url": "https://api.github.com/repos/awesome-startup/docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/awesome-startup/docker-compose/downloads", + "issues_url": "https://api.github.com/repos/awesome-startup/docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/awesome-startup/docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/awesome-startup/docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/awesome-startup/docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/awesome-startup/docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/awesome-startup/docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/awesome-startup/docker-compose/deployments", + "created_at": "2016-09-28T07:08:52Z", + "updated_at": "2018-02-09T03:20:14Z", + "pushed_at": "2017-06-08T04:00:19Z", + "git_url": "git://github.com/awesome-startup/docker-compose.git", + "ssh_url": "git@github.com:awesome-startup/docker-compose.git", + "clone_url": "https://github.com/awesome-startup/docker-compose.git", + "svn_url": "https://github.com/awesome-startup/docker-compose", + "homepage": "", + "size": 3285, + "stargazers_count": 42, + "watchers_count": 42, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 8, + "open_issues": 0, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "awesome-startup", + "id": 33679438, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzNjc5NDM4", + "avatar_url": "https://avatars0.githubusercontent.com/u/33679438?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/awesome-startup", + "html_url": "https://github.com/awesome-startup", + "followers_url": "https://api.github.com/users/awesome-startup/followers", + "following_url": "https://api.github.com/users/awesome-startup/following{/other_user}", + "gists_url": "https://api.github.com/users/awesome-startup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/awesome-startup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/awesome-startup/subscriptions", + "organizations_url": "https://api.github.com/users/awesome-startup/orgs", + "repos_url": "https://api.github.com/users/awesome-startup/repos", + "events_url": "https://api.github.com/users/awesome-startup/events{/privacy}", + "received_events_url": "https://api.github.com/users/awesome-startup/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 8, + "subscribers_count": 2 + }, + { + "id": 10968393, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDk2ODM5Mw==", + "name": "Dockerfiles", + "full_name": "crosbymichael/Dockerfiles", + "owner": { + "login": "crosbymichael", + "id": 749551, + "node_id": "MDQ6VXNlcjc0OTU1MQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/749551?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/crosbymichael", + "html_url": "https://github.com/crosbymichael", + "followers_url": "https://api.github.com/users/crosbymichael/followers", + "following_url": "https://api.github.com/users/crosbymichael/following{/other_user}", + "gists_url": "https://api.github.com/users/crosbymichael/gists{/gist_id}", + "starred_url": "https://api.github.com/users/crosbymichael/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/crosbymichael/subscriptions", + "organizations_url": "https://api.github.com/users/crosbymichael/orgs", + "repos_url": "https://api.github.com/users/crosbymichael/repos", + "events_url": "https://api.github.com/users/crosbymichael/events{/privacy}", + "received_events_url": "https://api.github.com/users/crosbymichael/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/crosbymichael/Dockerfiles", + "description": "Collection of Dockerfiles ", + "fork": false, + "url": "https://api.github.com/repos/crosbymichael/Dockerfiles", + "forks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/crosbymichael/Dockerfiles/deployments", + "created_at": "2013-06-26T13:20:39Z", + "updated_at": "2018-06-24T20:44:58Z", + "pushed_at": "2017-04-25T22:53:04Z", + "git_url": "git://github.com/crosbymichael/Dockerfiles.git", + "ssh_url": "git@github.com:crosbymichael/Dockerfiles.git", + "clone_url": "https://github.com/crosbymichael/Dockerfiles.git", + "svn_url": "https://github.com/crosbymichael/Dockerfiles", + "homepage": null, + "size": 30, + "stargazers_count": 299, + "watchers_count": 299, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 66, + "open_issues": 0, + "watchers": 299, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 66, + "subscribers_count": 24 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-09T15:40:51Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6694, + "watchers_count": 6694, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1100, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1100, + "open_issues": 7, + "watchers": 6694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1100, + "subscribers_count": 360 + }, + { + "id": 14587428, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU4NzQyOA==", + "name": "dockerfile-examples", + "full_name": "komljen/dockerfile-examples", + "owner": { + "login": "komljen", + "id": 2872288, + "node_id": "MDQ6VXNlcjI4NzIyODg=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2872288?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/komljen", + "html_url": "https://github.com/komljen", + "followers_url": "https://api.github.com/users/komljen/followers", + "following_url": "https://api.github.com/users/komljen/following{/other_user}", + "gists_url": "https://api.github.com/users/komljen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/komljen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/komljen/subscriptions", + "organizations_url": "https://api.github.com/users/komljen/orgs", + "repos_url": "https://api.github.com/users/komljen/repos", + "events_url": "https://api.github.com/users/komljen/events{/privacy}", + "received_events_url": "https://api.github.com/users/komljen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/komljen/dockerfile-examples", + "description": "Dockerfile examples", + "fork": false, + "url": "https://api.github.com/repos/komljen/dockerfile-examples", + "forks_url": "https://api.github.com/repos/komljen/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/komljen/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/komljen/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/komljen/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/komljen/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/komljen/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/komljen/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/komljen/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/komljen/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/komljen/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/komljen/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/komljen/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/komljen/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/komljen/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/komljen/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/komljen/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/komljen/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/komljen/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/komljen/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/komljen/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/komljen/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/komljen/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/komljen/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/komljen/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/komljen/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/komljen/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/komljen/dockerfile-examples/deployments", + "created_at": "2013-11-21T12:51:15Z", + "updated_at": "2018-08-05T20:30:13Z", + "pushed_at": "2016-09-09T08:02:24Z", + "git_url": "git://github.com/komljen/dockerfile-examples.git", + "ssh_url": "git@github.com:komljen/dockerfile-examples.git", + "clone_url": "https://github.com/komljen/dockerfile-examples.git", + "svn_url": "https://github.com/komljen/dockerfile-examples", + "homepage": "", + "size": 119, + "stargazers_count": 408, + "watchers_count": 408, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 120, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 120, + "open_issues": 0, + "watchers": 408, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 120, + "subscribers_count": 28 + }, + { + "id": 11159361, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE1OTM2MQ==", + "name": "dockerfile-examples", + "full_name": "kstaken/dockerfile-examples", + "owner": { + "login": "kstaken", + "id": 283724, + "node_id": "MDQ6VXNlcjI4MzcyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/283724?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kstaken", + "html_url": "https://github.com/kstaken", + "followers_url": "https://api.github.com/users/kstaken/followers", + "following_url": "https://api.github.com/users/kstaken/following{/other_user}", + "gists_url": "https://api.github.com/users/kstaken/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kstaken/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kstaken/subscriptions", + "organizations_url": "https://api.github.com/users/kstaken/orgs", + "repos_url": "https://api.github.com/users/kstaken/repos", + "events_url": "https://api.github.com/users/kstaken/events{/privacy}", + "received_events_url": "https://api.github.com/users/kstaken/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kstaken/dockerfile-examples", + "description": "Some example dockerfiles for use with Docker", + "fork": false, + "url": "https://api.github.com/repos/kstaken/dockerfile-examples", + "forks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/forks", + "keys_url": "https://api.github.com/repos/kstaken/dockerfile-examples/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kstaken/dockerfile-examples/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kstaken/dockerfile-examples/teams", + "hooks_url": "https://api.github.com/repos/kstaken/dockerfile-examples/hooks", + "issue_events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/events{/number}", + "events_url": "https://api.github.com/repos/kstaken/dockerfile-examples/events", + "assignees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/assignees{/user}", + "branches_url": "https://api.github.com/repos/kstaken/dockerfile-examples/branches{/branch}", + "tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/tags", + "blobs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kstaken/dockerfile-examples/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kstaken/dockerfile-examples/languages", + "stargazers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/stargazers", + "contributors_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contributors", + "subscribers_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscribers", + "subscription_url": "https://api.github.com/repos/kstaken/dockerfile-examples/subscription", + "commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kstaken/dockerfile-examples/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kstaken/dockerfile-examples/contents/{+path}", + "compare_url": "https://api.github.com/repos/kstaken/dockerfile-examples/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kstaken/dockerfile-examples/merges", + "archive_url": "https://api.github.com/repos/kstaken/dockerfile-examples/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kstaken/dockerfile-examples/downloads", + "issues_url": "https://api.github.com/repos/kstaken/dockerfile-examples/issues{/number}", + "pulls_url": "https://api.github.com/repos/kstaken/dockerfile-examples/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kstaken/dockerfile-examples/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kstaken/dockerfile-examples/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kstaken/dockerfile-examples/labels{/name}", + "releases_url": "https://api.github.com/repos/kstaken/dockerfile-examples/releases{/id}", + "deployments_url": "https://api.github.com/repos/kstaken/dockerfile-examples/deployments", + "created_at": "2013-07-03T19:24:56Z", + "updated_at": "2018-08-08T12:23:39Z", + "pushed_at": "2017-08-24T19:59:39Z", + "git_url": "git://github.com/kstaken/dockerfile-examples.git", + "ssh_url": "git@github.com:kstaken/dockerfile-examples.git", + "clone_url": "https://github.com/kstaken/dockerfile-examples.git", + "svn_url": "https://github.com/kstaken/dockerfile-examples", + "homepage": null, + "size": 28, + "stargazers_count": 693, + "watchers_count": 693, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 416, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 416, + "open_issues": 2, + "watchers": 693, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 416, + "subscribers_count": 55 + }, + { + "id": 49360444, + "node_id": "MDEwOlJlcG9zaXRvcnk0OTM2MDQ0NA==", + "name": "Dockerfiles", + "full_name": "ondrejmo/Dockerfiles", + "owner": { + "login": "ondrejmo", + "id": 11840034, + "node_id": "MDQ6VXNlcjExODQwMDM0", + "avatar_url": "https://avatars1.githubusercontent.com/u/11840034?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ondrejmo", + "html_url": "https://github.com/ondrejmo", + "followers_url": "https://api.github.com/users/ondrejmo/followers", + "following_url": "https://api.github.com/users/ondrejmo/following{/other_user}", + "gists_url": "https://api.github.com/users/ondrejmo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ondrejmo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ondrejmo/subscriptions", + "organizations_url": "https://api.github.com/users/ondrejmo/orgs", + "repos_url": "https://api.github.com/users/ondrejmo/repos", + "events_url": "https://api.github.com/users/ondrejmo/events{/privacy}", + "received_events_url": "https://api.github.com/users/ondrejmo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ondrejmo/Dockerfiles", + "description": "These are Dockerfiles I've created for programs without official docker image.", + "fork": false, + "url": "https://api.github.com/repos/ondrejmo/Dockerfiles", + "forks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/forks", + "keys_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/events", + "assignees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/merges", + "archive_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/ondrejmo/Dockerfiles/deployments", + "created_at": "2016-01-10T09:11:02Z", + "updated_at": "2018-07-09T12:38:38Z", + "pushed_at": "2018-07-09T12:38:37Z", + "git_url": "git://github.com/ondrejmo/Dockerfiles.git", + "ssh_url": "git@github.com:ondrejmo/Dockerfiles.git", + "clone_url": "https://github.com/ondrejmo/Dockerfiles.git", + "svn_url": "https://github.com/ondrejmo/Dockerfiles", + "homepage": "", + "size": 1183, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 27380215, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM4MDIxNQ==", + "name": "dockerfiles", + "full_name": "vimagick/dockerfiles", + "owner": { + "login": "vimagick", + "id": 6779585, + "node_id": "MDQ6VXNlcjY3Nzk1ODU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6779585?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/vimagick", + "html_url": "https://github.com/vimagick", + "followers_url": "https://api.github.com/users/vimagick/followers", + "following_url": "https://api.github.com/users/vimagick/following{/other_user}", + "gists_url": "https://api.github.com/users/vimagick/gists{/gist_id}", + "starred_url": "https://api.github.com/users/vimagick/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/vimagick/subscriptions", + "organizations_url": "https://api.github.com/users/vimagick/orgs", + "repos_url": "https://api.github.com/users/vimagick/repos", + "events_url": "https://api.github.com/users/vimagick/events{/privacy}", + "received_events_url": "https://api.github.com/users/vimagick/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/vimagick/dockerfiles", + "description": ":whale: A collection of delicious docker recipes", + "fork": false, + "url": "https://api.github.com/repos/vimagick/dockerfiles", + "forks_url": "https://api.github.com/repos/vimagick/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/vimagick/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/vimagick/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/vimagick/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/vimagick/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/vimagick/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/vimagick/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/vimagick/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/vimagick/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/vimagick/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/vimagick/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/vimagick/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/vimagick/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/vimagick/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/vimagick/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/vimagick/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/vimagick/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/vimagick/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/vimagick/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/vimagick/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/vimagick/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/vimagick/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/vimagick/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/vimagick/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/vimagick/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/vimagick/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/vimagick/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/vimagick/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/vimagick/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/vimagick/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/vimagick/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/vimagick/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/vimagick/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/vimagick/dockerfiles/deployments", + "created_at": "2014-12-01T13:15:52Z", + "updated_at": "2018-08-09T05:48:41Z", + "pushed_at": "2018-08-05T11:04:56Z", + "git_url": "git://github.com/vimagick/dockerfiles.git", + "ssh_url": "git@github.com:vimagick/dockerfiles.git", + "clone_url": "https://github.com/vimagick/dockerfiles.git", + "svn_url": "https://github.com/vimagick/dockerfiles", + "homepage": "https://hub.docker.com/u/vimagick/", + "size": 162186, + "stargazers_count": 986, + "watchers_count": 986, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 276, + "mirror_url": null, + "archived": false, + "open_issues_count": 33, + "license": null, + "forks": 276, + "open_issues": 33, + "watchers": 986, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 276, + "subscribers_count": 58 + }, + { + "id": 24856350, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDg1NjM1MA==", + "name": "dockerfile_lint", + "full_name": "projectatomic/dockerfile_lint", + "owner": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectatomic/dockerfile_lint", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/projectatomic/dockerfile_lint", + "forks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/forks", + "keys_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/teams", + "hooks_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/hooks", + "issue_events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/events", + "assignees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/tags", + "blobs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/languages", + "stargazers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/stargazers", + "contributors_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contributors", + "subscribers_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscribers", + "subscription_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/subscription", + "commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/merges", + "archive_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/downloads", + "issues_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/labels{/name}", + "releases_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectatomic/dockerfile_lint/deployments", + "created_at": "2014-10-06T17:34:25Z", + "updated_at": "2018-07-31T07:49:52Z", + "pushed_at": "2018-07-09T20:17:29Z", + "git_url": "git://github.com/projectatomic/dockerfile_lint.git", + "ssh_url": "git@github.com:projectatomic/dockerfile_lint.git", + "clone_url": "https://github.com/projectatomic/dockerfile_lint.git", + "svn_url": "https://github.com/projectatomic/dockerfile_lint", + "homepage": null, + "size": 209, + "stargazers_count": 229, + "watchers_count": 229, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 50, + "mirror_url": null, + "archived": false, + "open_issues_count": 23, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 50, + "open_issues": 23, + "watchers": 229, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectatomic", + "id": 6852258, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4NTIyNTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6852258?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectatomic", + "html_url": "https://github.com/projectatomic", + "followers_url": "https://api.github.com/users/projectatomic/followers", + "following_url": "https://api.github.com/users/projectatomic/following{/other_user}", + "gists_url": "https://api.github.com/users/projectatomic/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectatomic/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectatomic/subscriptions", + "organizations_url": "https://api.github.com/users/projectatomic/orgs", + "repos_url": "https://api.github.com/users/projectatomic/repos", + "events_url": "https://api.github.com/users/projectatomic/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectatomic/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 50, + "subscribers_count": 27 + }, + { + "id": 51224237, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTIyNDIzNw==", + "name": "dockerfilelint", + "full_name": "replicatedhq/dockerfilelint", + "owner": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/replicatedhq/dockerfilelint", + "description": "An opinionated Dockerfile linter.", + "fork": false, + "url": "https://api.github.com/repos/replicatedhq/dockerfilelint", + "forks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/forks", + "keys_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/teams", + "hooks_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/hooks", + "issue_events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/events{/number}", + "events_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/events", + "assignees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/assignees{/user}", + "branches_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/branches{/branch}", + "tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/tags", + "blobs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/languages", + "stargazers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/stargazers", + "contributors_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contributors", + "subscribers_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscribers", + "subscription_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/subscription", + "commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/contents/{+path}", + "compare_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/merges", + "archive_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/downloads", + "issues_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/issues{/number}", + "pulls_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/labels{/name}", + "releases_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/releases{/id}", + "deployments_url": "https://api.github.com/repos/replicatedhq/dockerfilelint/deployments", + "created_at": "2016-02-06T22:02:43Z", + "updated_at": "2018-08-09T13:33:30Z", + "pushed_at": "2018-07-27T00:13:49Z", + "git_url": "git://github.com/replicatedhq/dockerfilelint.git", + "ssh_url": "git@github.com:replicatedhq/dockerfilelint.git", + "clone_url": "https://github.com/replicatedhq/dockerfilelint.git", + "svn_url": "https://github.com/replicatedhq/dockerfilelint", + "homepage": "https://www.fromlatest.io", + "size": 118, + "stargazers_count": 304, + "watchers_count": 304, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 19, + "watchers": 304, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "replicatedhq", + "id": 13105802, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA1ODAy", + "avatar_url": "https://avatars3.githubusercontent.com/u/13105802?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/replicatedhq", + "html_url": "https://github.com/replicatedhq", + "followers_url": "https://api.github.com/users/replicatedhq/followers", + "following_url": "https://api.github.com/users/replicatedhq/following{/other_user}", + "gists_url": "https://api.github.com/users/replicatedhq/gists{/gist_id}", + "starred_url": "https://api.github.com/users/replicatedhq/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/replicatedhq/subscriptions", + "organizations_url": "https://api.github.com/users/replicatedhq/orgs", + "repos_url": "https://api.github.com/users/replicatedhq/repos", + "events_url": "https://api.github.com/users/replicatedhq/events{/privacy}", + "received_events_url": "https://api.github.com/users/replicatedhq/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 33, + "subscribers_count": 13 + }, + { + "id": 68654894, + "node_id": "MDEwOlJlcG9zaXRvcnk2ODY1NDg5NA==", + "name": "dockfmt", + "full_name": "jessfraz/dockfmt", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockfmt", + "description": "Dockerfile format and parser. Like `gofmt` but for Dockerfiles.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockfmt", + "forks_url": "https://api.github.com/repos/jessfraz/dockfmt/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockfmt/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockfmt/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockfmt/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockfmt/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockfmt/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockfmt/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockfmt/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockfmt/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockfmt/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockfmt/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockfmt/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockfmt/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockfmt/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockfmt/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockfmt/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockfmt/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockfmt/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockfmt/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockfmt/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockfmt/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockfmt/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockfmt/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockfmt/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockfmt/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockfmt/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockfmt/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockfmt/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockfmt/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockfmt/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockfmt/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockfmt/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockfmt/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockfmt/deployments", + "created_at": "2016-09-19T23:22:45Z", + "updated_at": "2018-08-06T20:40:30Z", + "pushed_at": "2018-08-06T20:40:29Z", + "git_url": "git://github.com/jessfraz/dockfmt.git", + "ssh_url": "git@github.com:jessfraz/dockfmt.git", + "clone_url": "https://github.com/jessfraz/dockfmt.git", + "svn_url": "https://github.com/jessfraz/dockfmt", + "homepage": "", + "size": 7093, + "stargazers_count": 228, + "watchers_count": 228, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 10, + "open_issues": 1, + "watchers": 228, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 46234189, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjIzNDE4OQ==", + "name": "hadolint", + "full_name": "hadolint/hadolint", + "owner": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hadolint/hadolint", + "description": "Dockerfile linter, validate inline bash, written in Haskell", + "fork": false, + "url": "https://api.github.com/repos/hadolint/hadolint", + "forks_url": "https://api.github.com/repos/hadolint/hadolint/forks", + "keys_url": "https://api.github.com/repos/hadolint/hadolint/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hadolint/hadolint/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hadolint/hadolint/teams", + "hooks_url": "https://api.github.com/repos/hadolint/hadolint/hooks", + "issue_events_url": "https://api.github.com/repos/hadolint/hadolint/issues/events{/number}", + "events_url": "https://api.github.com/repos/hadolint/hadolint/events", + "assignees_url": "https://api.github.com/repos/hadolint/hadolint/assignees{/user}", + "branches_url": "https://api.github.com/repos/hadolint/hadolint/branches{/branch}", + "tags_url": "https://api.github.com/repos/hadolint/hadolint/tags", + "blobs_url": "https://api.github.com/repos/hadolint/hadolint/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hadolint/hadolint/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hadolint/hadolint/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hadolint/hadolint/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hadolint/hadolint/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hadolint/hadolint/languages", + "stargazers_url": "https://api.github.com/repos/hadolint/hadolint/stargazers", + "contributors_url": "https://api.github.com/repos/hadolint/hadolint/contributors", + "subscribers_url": "https://api.github.com/repos/hadolint/hadolint/subscribers", + "subscription_url": "https://api.github.com/repos/hadolint/hadolint/subscription", + "commits_url": "https://api.github.com/repos/hadolint/hadolint/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hadolint/hadolint/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hadolint/hadolint/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hadolint/hadolint/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hadolint/hadolint/contents/{+path}", + "compare_url": "https://api.github.com/repos/hadolint/hadolint/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hadolint/hadolint/merges", + "archive_url": "https://api.github.com/repos/hadolint/hadolint/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hadolint/hadolint/downloads", + "issues_url": "https://api.github.com/repos/hadolint/hadolint/issues{/number}", + "pulls_url": "https://api.github.com/repos/hadolint/hadolint/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hadolint/hadolint/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hadolint/hadolint/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hadolint/hadolint/labels{/name}", + "releases_url": "https://api.github.com/repos/hadolint/hadolint/releases{/id}", + "deployments_url": "https://api.github.com/repos/hadolint/hadolint/deployments", + "created_at": "2015-11-15T20:20:58Z", + "updated_at": "2018-08-09T08:38:52Z", + "pushed_at": "2018-07-21T23:44:09Z", + "git_url": "git://github.com/hadolint/hadolint.git", + "ssh_url": "git@github.com:hadolint/hadolint.git", + "clone_url": "https://github.com/hadolint/hadolint.git", + "svn_url": "https://github.com/hadolint/hadolint", + "homepage": "", + "size": 1739, + "stargazers_count": 1107, + "watchers_count": 1107, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 64, + "mirror_url": null, + "archived": false, + "open_issues_count": 24, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 64, + "open_issues": 24, + "watchers": 1107, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "hadolint", + "id": 34047791, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM0MDQ3Nzkx", + "avatar_url": "https://avatars1.githubusercontent.com/u/34047791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hadolint", + "html_url": "https://github.com/hadolint", + "followers_url": "https://api.github.com/users/hadolint/followers", + "following_url": "https://api.github.com/users/hadolint/following{/other_user}", + "gists_url": "https://api.github.com/users/hadolint/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hadolint/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hadolint/subscriptions", + "organizations_url": "https://api.github.com/users/hadolint/orgs", + "repos_url": "https://api.github.com/users/hadolint/repos", + "events_url": "https://api.github.com/users/hadolint/events{/privacy}", + "received_events_url": "https://api.github.com/users/hadolint/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 64, + "subscribers_count": 32 + }, + { + "id": 58579828, + "node_id": "MDEwOlJlcG9zaXRvcnk1ODU3OTgyOA==", + "name": "whale-linter", + "full_name": "jeromepin/whale-linter", + "owner": { + "login": "jeromepin", + "id": 2951535, + "node_id": "MDQ6VXNlcjI5NTE1MzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2951535?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jeromepin", + "html_url": "https://github.com/jeromepin", + "followers_url": "https://api.github.com/users/jeromepin/followers", + "following_url": "https://api.github.com/users/jeromepin/following{/other_user}", + "gists_url": "https://api.github.com/users/jeromepin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jeromepin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jeromepin/subscriptions", + "organizations_url": "https://api.github.com/users/jeromepin/orgs", + "repos_url": "https://api.github.com/users/jeromepin/repos", + "events_url": "https://api.github.com/users/jeromepin/events{/privacy}", + "received_events_url": "https://api.github.com/users/jeromepin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jeromepin/whale-linter", + "description": "A simple non professional Dockerfile linter", + "fork": false, + "url": "https://api.github.com/repos/jeromepin/whale-linter", + "forks_url": "https://api.github.com/repos/jeromepin/whale-linter/forks", + "keys_url": "https://api.github.com/repos/jeromepin/whale-linter/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jeromepin/whale-linter/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jeromepin/whale-linter/teams", + "hooks_url": "https://api.github.com/repos/jeromepin/whale-linter/hooks", + "issue_events_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/events{/number}", + "events_url": "https://api.github.com/repos/jeromepin/whale-linter/events", + "assignees_url": "https://api.github.com/repos/jeromepin/whale-linter/assignees{/user}", + "branches_url": "https://api.github.com/repos/jeromepin/whale-linter/branches{/branch}", + "tags_url": "https://api.github.com/repos/jeromepin/whale-linter/tags", + "blobs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jeromepin/whale-linter/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jeromepin/whale-linter/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jeromepin/whale-linter/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jeromepin/whale-linter/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jeromepin/whale-linter/languages", + "stargazers_url": "https://api.github.com/repos/jeromepin/whale-linter/stargazers", + "contributors_url": "https://api.github.com/repos/jeromepin/whale-linter/contributors", + "subscribers_url": "https://api.github.com/repos/jeromepin/whale-linter/subscribers", + "subscription_url": "https://api.github.com/repos/jeromepin/whale-linter/subscription", + "commits_url": "https://api.github.com/repos/jeromepin/whale-linter/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jeromepin/whale-linter/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jeromepin/whale-linter/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jeromepin/whale-linter/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jeromepin/whale-linter/contents/{+path}", + "compare_url": "https://api.github.com/repos/jeromepin/whale-linter/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jeromepin/whale-linter/merges", + "archive_url": "https://api.github.com/repos/jeromepin/whale-linter/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jeromepin/whale-linter/downloads", + "issues_url": "https://api.github.com/repos/jeromepin/whale-linter/issues{/number}", + "pulls_url": "https://api.github.com/repos/jeromepin/whale-linter/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jeromepin/whale-linter/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jeromepin/whale-linter/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jeromepin/whale-linter/labels{/name}", + "releases_url": "https://api.github.com/repos/jeromepin/whale-linter/releases{/id}", + "deployments_url": "https://api.github.com/repos/jeromepin/whale-linter/deployments", + "created_at": "2016-05-11T20:44:46Z", + "updated_at": "2018-07-21T10:06:04Z", + "pushed_at": "2017-11-07T09:26:15Z", + "git_url": "git://github.com/jeromepin/whale-linter.git", + "ssh_url": "git@github.com:jeromepin/whale-linter.git", + "clone_url": "https://github.com/jeromepin/whale-linter.git", + "svn_url": "https://github.com/jeromepin/whale-linter", + "homepage": "", + "size": 239, + "stargazers_count": 31, + "watchers_count": 31, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 2, + "watchers": 31, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 3 + }, + { + "id": 54503347, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDUwMzM0Nw==", + "name": "image-spec", + "full_name": "opencontainers/image-spec", + "owner": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/opencontainers/image-spec", + "description": "OCI Image Format", + "fork": false, + "url": "https://api.github.com/repos/opencontainers/image-spec", + "forks_url": "https://api.github.com/repos/opencontainers/image-spec/forks", + "keys_url": "https://api.github.com/repos/opencontainers/image-spec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/opencontainers/image-spec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/opencontainers/image-spec/teams", + "hooks_url": "https://api.github.com/repos/opencontainers/image-spec/hooks", + "issue_events_url": "https://api.github.com/repos/opencontainers/image-spec/issues/events{/number}", + "events_url": "https://api.github.com/repos/opencontainers/image-spec/events", + "assignees_url": "https://api.github.com/repos/opencontainers/image-spec/assignees{/user}", + "branches_url": "https://api.github.com/repos/opencontainers/image-spec/branches{/branch}", + "tags_url": "https://api.github.com/repos/opencontainers/image-spec/tags", + "blobs_url": "https://api.github.com/repos/opencontainers/image-spec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/opencontainers/image-spec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/opencontainers/image-spec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/opencontainers/image-spec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/opencontainers/image-spec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/opencontainers/image-spec/languages", + "stargazers_url": "https://api.github.com/repos/opencontainers/image-spec/stargazers", + "contributors_url": "https://api.github.com/repos/opencontainers/image-spec/contributors", + "subscribers_url": "https://api.github.com/repos/opencontainers/image-spec/subscribers", + "subscription_url": "https://api.github.com/repos/opencontainers/image-spec/subscription", + "commits_url": "https://api.github.com/repos/opencontainers/image-spec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/opencontainers/image-spec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/opencontainers/image-spec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/opencontainers/image-spec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/opencontainers/image-spec/contents/{+path}", + "compare_url": "https://api.github.com/repos/opencontainers/image-spec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/opencontainers/image-spec/merges", + "archive_url": "https://api.github.com/repos/opencontainers/image-spec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/opencontainers/image-spec/downloads", + "issues_url": "https://api.github.com/repos/opencontainers/image-spec/issues{/number}", + "pulls_url": "https://api.github.com/repos/opencontainers/image-spec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/opencontainers/image-spec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/opencontainers/image-spec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/opencontainers/image-spec/labels{/name}", + "releases_url": "https://api.github.com/repos/opencontainers/image-spec/releases{/id}", + "deployments_url": "https://api.github.com/repos/opencontainers/image-spec/deployments", + "created_at": "2016-03-22T19:34:41Z", + "updated_at": "2018-08-09T15:27:51Z", + "pushed_at": "2018-04-17T18:44:45Z", + "git_url": "git://github.com/opencontainers/image-spec.git", + "ssh_url": "git@github.com:opencontainers/image-spec.git", + "clone_url": "https://github.com/opencontainers/image-spec.git", + "svn_url": "https://github.com/opencontainers/image-spec", + "homepage": "https://www.opencontainers.org/", + "size": 4823, + "stargazers_count": 451, + "watchers_count": 451, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 107, + "open_issues": 37, + "watchers": 451, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "opencontainers", + "id": 12563465, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTYzNDY1", + "avatar_url": "https://avatars1.githubusercontent.com/u/12563465?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/opencontainers", + "html_url": "https://github.com/opencontainers", + "followers_url": "https://api.github.com/users/opencontainers/followers", + "following_url": "https://api.github.com/users/opencontainers/following{/other_user}", + "gists_url": "https://api.github.com/users/opencontainers/gists{/gist_id}", + "starred_url": "https://api.github.com/users/opencontainers/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/opencontainers/subscriptions", + "organizations_url": "https://api.github.com/users/opencontainers/orgs", + "repos_url": "https://api.github.com/users/opencontainers/repos", + "events_url": "https://api.github.com/users/opencontainers/events{/privacy}", + "received_events_url": "https://api.github.com/users/opencontainers/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 107, + "subscribers_count": 90 + }, + { + "id": 32323922, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjMyMzkyMg==", + "name": "cargos-buildroot", + "full_name": "RedCoolBeans/cargos-buildroot", + "owner": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot", + "forks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/forks", + "keys_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/teams", + "hooks_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/hooks", + "issue_events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/events{/number}", + "events_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/events", + "assignees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/assignees{/user}", + "branches_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/branches{/branch}", + "tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/tags", + "blobs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/statuses/{sha}", + "languages_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/languages", + "stargazers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/stargazers", + "contributors_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contributors", + "subscribers_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscribers", + "subscription_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/subscription", + "commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/contents/{+path}", + "compare_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/merges", + "archive_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/downloads", + "issues_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/issues{/number}", + "pulls_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/pulls{/number}", + "milestones_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/milestones{/number}", + "notifications_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/labels{/name}", + "releases_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/releases{/id}", + "deployments_url": "https://api.github.com/repos/RedCoolBeans/cargos-buildroot/deployments", + "created_at": "2015-03-16T12:39:53Z", + "updated_at": "2018-05-23T15:32:47Z", + "pushed_at": "2017-04-02T14:59:45Z", + "git_url": "git://github.com/RedCoolBeans/cargos-buildroot.git", + "ssh_url": "git@github.com:RedCoolBeans/cargos-buildroot.git", + "clone_url": "https://github.com/RedCoolBeans/cargos-buildroot.git", + "svn_url": "https://github.com/RedCoolBeans/cargos-buildroot", + "homepage": "https://cargos.io/", + "size": 51083, + "stargazers_count": 4, + "watchers_count": 4, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 2, + "open_issues": 2, + "watchers": 4, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "RedCoolBeans", + "id": 10758436, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzU4NDM2", + "avatar_url": "https://avatars1.githubusercontent.com/u/10758436?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/RedCoolBeans", + "html_url": "https://github.com/RedCoolBeans", + "followers_url": "https://api.github.com/users/RedCoolBeans/followers", + "following_url": "https://api.github.com/users/RedCoolBeans/following{/other_user}", + "gists_url": "https://api.github.com/users/RedCoolBeans/gists{/gist_id}", + "starred_url": "https://api.github.com/users/RedCoolBeans/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/RedCoolBeans/subscriptions", + "organizations_url": "https://api.github.com/users/RedCoolBeans/orgs", + "repos_url": "https://api.github.com/users/RedCoolBeans/repos", + "events_url": "https://api.github.com/users/RedCoolBeans/events{/privacy}", + "received_events_url": "https://api.github.com/users/RedCoolBeans/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 2, + "subscribers_count": 3 + }, + { + "id": 77925337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzkyNTMzNw==", + "name": "cleanreg", + "full_name": "hcguersoy/cleanreg", + "owner": { + "login": "hcguersoy", + "id": 778536, + "node_id": "MDQ6VXNlcjc3ODUzNg==", + "avatar_url": "https://avatars3.githubusercontent.com/u/778536?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/hcguersoy", + "html_url": "https://github.com/hcguersoy", + "followers_url": "https://api.github.com/users/hcguersoy/followers", + "following_url": "https://api.github.com/users/hcguersoy/following{/other_user}", + "gists_url": "https://api.github.com/users/hcguersoy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/hcguersoy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/hcguersoy/subscriptions", + "organizations_url": "https://api.github.com/users/hcguersoy/orgs", + "repos_url": "https://api.github.com/users/hcguersoy/repos", + "events_url": "https://api.github.com/users/hcguersoy/events{/privacy}", + "received_events_url": "https://api.github.com/users/hcguersoy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/hcguersoy/cleanreg", + "description": "A small tool to clean up Docker Registries (v2).", + "fork": false, + "url": "https://api.github.com/repos/hcguersoy/cleanreg", + "forks_url": "https://api.github.com/repos/hcguersoy/cleanreg/forks", + "keys_url": "https://api.github.com/repos/hcguersoy/cleanreg/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/hcguersoy/cleanreg/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/hcguersoy/cleanreg/teams", + "hooks_url": "https://api.github.com/repos/hcguersoy/cleanreg/hooks", + "issue_events_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/events{/number}", + "events_url": "https://api.github.com/repos/hcguersoy/cleanreg/events", + "assignees_url": "https://api.github.com/repos/hcguersoy/cleanreg/assignees{/user}", + "branches_url": "https://api.github.com/repos/hcguersoy/cleanreg/branches{/branch}", + "tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/tags", + "blobs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/hcguersoy/cleanreg/statuses/{sha}", + "languages_url": "https://api.github.com/repos/hcguersoy/cleanreg/languages", + "stargazers_url": "https://api.github.com/repos/hcguersoy/cleanreg/stargazers", + "contributors_url": "https://api.github.com/repos/hcguersoy/cleanreg/contributors", + "subscribers_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscribers", + "subscription_url": "https://api.github.com/repos/hcguersoy/cleanreg/subscription", + "commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/hcguersoy/cleanreg/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/hcguersoy/cleanreg/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/hcguersoy/cleanreg/contents/{+path}", + "compare_url": "https://api.github.com/repos/hcguersoy/cleanreg/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/hcguersoy/cleanreg/merges", + "archive_url": "https://api.github.com/repos/hcguersoy/cleanreg/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/hcguersoy/cleanreg/downloads", + "issues_url": "https://api.github.com/repos/hcguersoy/cleanreg/issues{/number}", + "pulls_url": "https://api.github.com/repos/hcguersoy/cleanreg/pulls{/number}", + "milestones_url": "https://api.github.com/repos/hcguersoy/cleanreg/milestones{/number}", + "notifications_url": "https://api.github.com/repos/hcguersoy/cleanreg/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/hcguersoy/cleanreg/labels{/name}", + "releases_url": "https://api.github.com/repos/hcguersoy/cleanreg/releases{/id}", + "deployments_url": "https://api.github.com/repos/hcguersoy/cleanreg/deployments", + "created_at": "2017-01-03T14:42:17Z", + "updated_at": "2018-08-07T06:37:53Z", + "pushed_at": "2018-08-07T06:38:32Z", + "git_url": "git://github.com/hcguersoy/cleanreg.git", + "ssh_url": "git@github.com:hcguersoy/cleanreg.git", + "clone_url": "https://github.com/hcguersoy/cleanreg.git", + "svn_url": "https://github.com/hcguersoy/cleanreg", + "homepage": null, + "size": 89, + "stargazers_count": 16, + "watchers_count": 16, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 5, + "open_issues": 2, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 5 + }, + { + "id": 29760781, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc2MDc4MQ==", + "name": "docket", + "full_name": "netvarun/docket", + "owner": { + "login": "netvarun", + "id": 775315, + "node_id": "MDQ6VXNlcjc3NTMxNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/775315?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/netvarun", + "html_url": "https://github.com/netvarun", + "followers_url": "https://api.github.com/users/netvarun/followers", + "following_url": "https://api.github.com/users/netvarun/following{/other_user}", + "gists_url": "https://api.github.com/users/netvarun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/netvarun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/netvarun/subscriptions", + "organizations_url": "https://api.github.com/users/netvarun/orgs", + "repos_url": "https://api.github.com/users/netvarun/repos", + "events_url": "https://api.github.com/users/netvarun/events{/privacy}", + "received_events_url": "https://api.github.com/users/netvarun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/netvarun/docket", + "description": "Docket - Custom docker registry that allows for lightning fast deploys through bittorrent", + "fork": false, + "url": "https://api.github.com/repos/netvarun/docket", + "forks_url": "https://api.github.com/repos/netvarun/docket/forks", + "keys_url": "https://api.github.com/repos/netvarun/docket/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/netvarun/docket/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/netvarun/docket/teams", + "hooks_url": "https://api.github.com/repos/netvarun/docket/hooks", + "issue_events_url": "https://api.github.com/repos/netvarun/docket/issues/events{/number}", + "events_url": "https://api.github.com/repos/netvarun/docket/events", + "assignees_url": "https://api.github.com/repos/netvarun/docket/assignees{/user}", + "branches_url": "https://api.github.com/repos/netvarun/docket/branches{/branch}", + "tags_url": "https://api.github.com/repos/netvarun/docket/tags", + "blobs_url": "https://api.github.com/repos/netvarun/docket/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/netvarun/docket/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/netvarun/docket/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/netvarun/docket/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/netvarun/docket/statuses/{sha}", + "languages_url": "https://api.github.com/repos/netvarun/docket/languages", + "stargazers_url": "https://api.github.com/repos/netvarun/docket/stargazers", + "contributors_url": "https://api.github.com/repos/netvarun/docket/contributors", + "subscribers_url": "https://api.github.com/repos/netvarun/docket/subscribers", + "subscription_url": "https://api.github.com/repos/netvarun/docket/subscription", + "commits_url": "https://api.github.com/repos/netvarun/docket/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/netvarun/docket/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/netvarun/docket/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/netvarun/docket/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/netvarun/docket/contents/{+path}", + "compare_url": "https://api.github.com/repos/netvarun/docket/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/netvarun/docket/merges", + "archive_url": "https://api.github.com/repos/netvarun/docket/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/netvarun/docket/downloads", + "issues_url": "https://api.github.com/repos/netvarun/docket/issues{/number}", + "pulls_url": "https://api.github.com/repos/netvarun/docket/pulls{/number}", + "milestones_url": "https://api.github.com/repos/netvarun/docket/milestones{/number}", + "notifications_url": "https://api.github.com/repos/netvarun/docket/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/netvarun/docket/labels{/name}", + "releases_url": "https://api.github.com/repos/netvarun/docket/releases{/id}", + "deployments_url": "https://api.github.com/repos/netvarun/docket/deployments", + "created_at": "2015-01-24T01:08:12Z", + "updated_at": "2018-08-02T18:59:29Z", + "pushed_at": "2018-06-13T16:42:18Z", + "git_url": "git://github.com/netvarun/docket.git", + "ssh_url": "git@github.com:netvarun/docket.git", + "clone_url": "https://github.com/netvarun/docket.git", + "svn_url": "https://github.com/netvarun/docket", + "homepage": "", + "size": 23, + "stargazers_count": 634, + "watchers_count": 634, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 26, + "open_issues": 3, + "watchers": 634, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 26, + "subscribers_count": 30 + }, + { + "id": 74408576, + "node_id": "MDEwOlJlcG9zaXRvcnk3NDQwODU3Ng==", + "name": "europa", + "full_name": "puppetlabs/europa", + "owner": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/puppetlabs/europa", + "description": "Puppet Container Registry", + "fork": false, + "url": "https://api.github.com/repos/puppetlabs/europa", + "forks_url": "https://api.github.com/repos/puppetlabs/europa/forks", + "keys_url": "https://api.github.com/repos/puppetlabs/europa/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/puppetlabs/europa/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/puppetlabs/europa/teams", + "hooks_url": "https://api.github.com/repos/puppetlabs/europa/hooks", + "issue_events_url": "https://api.github.com/repos/puppetlabs/europa/issues/events{/number}", + "events_url": "https://api.github.com/repos/puppetlabs/europa/events", + "assignees_url": "https://api.github.com/repos/puppetlabs/europa/assignees{/user}", + "branches_url": "https://api.github.com/repos/puppetlabs/europa/branches{/branch}", + "tags_url": "https://api.github.com/repos/puppetlabs/europa/tags", + "blobs_url": "https://api.github.com/repos/puppetlabs/europa/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/puppetlabs/europa/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/puppetlabs/europa/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/puppetlabs/europa/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/puppetlabs/europa/statuses/{sha}", + "languages_url": "https://api.github.com/repos/puppetlabs/europa/languages", + "stargazers_url": "https://api.github.com/repos/puppetlabs/europa/stargazers", + "contributors_url": "https://api.github.com/repos/puppetlabs/europa/contributors", + "subscribers_url": "https://api.github.com/repos/puppetlabs/europa/subscribers", + "subscription_url": "https://api.github.com/repos/puppetlabs/europa/subscription", + "commits_url": "https://api.github.com/repos/puppetlabs/europa/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/puppetlabs/europa/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/puppetlabs/europa/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/puppetlabs/europa/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/puppetlabs/europa/contents/{+path}", + "compare_url": "https://api.github.com/repos/puppetlabs/europa/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/puppetlabs/europa/merges", + "archive_url": "https://api.github.com/repos/puppetlabs/europa/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/puppetlabs/europa/downloads", + "issues_url": "https://api.github.com/repos/puppetlabs/europa/issues{/number}", + "pulls_url": "https://api.github.com/repos/puppetlabs/europa/pulls{/number}", + "milestones_url": "https://api.github.com/repos/puppetlabs/europa/milestones{/number}", + "notifications_url": "https://api.github.com/repos/puppetlabs/europa/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/puppetlabs/europa/labels{/name}", + "releases_url": "https://api.github.com/repos/puppetlabs/europa/releases{/id}", + "deployments_url": "https://api.github.com/repos/puppetlabs/europa/deployments", + "created_at": "2016-11-21T21:43:42Z", + "updated_at": "2018-07-27T03:06:47Z", + "pushed_at": "2018-06-21T21:22:03Z", + "git_url": "git://github.com/puppetlabs/europa.git", + "ssh_url": "git@github.com:puppetlabs/europa.git", + "clone_url": "https://github.com/puppetlabs/europa.git", + "svn_url": "https://github.com/puppetlabs/europa", + "homepage": "https://puppet.com/products/puppet-container-registry", + "size": 3519, + "stargazers_count": 101, + "watchers_count": 101, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 13, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 13, + "open_issues": 9, + "watchers": 101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "puppetlabs", + "id": 234268, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNDI2OA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/234268?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/puppetlabs", + "html_url": "https://github.com/puppetlabs", + "followers_url": "https://api.github.com/users/puppetlabs/followers", + "following_url": "https://api.github.com/users/puppetlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/puppetlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/puppetlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/puppetlabs/subscriptions", + "organizations_url": "https://api.github.com/users/puppetlabs/orgs", + "repos_url": "https://api.github.com/users/puppetlabs/repos", + "events_url": "https://api.github.com/users/puppetlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/puppetlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 13, + "subscribers_count": 90 + }, + { + "id": 23025294, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzAyNTI5NA==", + "name": "rescoyl", + "full_name": "noteed/rescoyl", + "owner": { + "login": "noteed", + "id": 50220, + "node_id": "MDQ6VXNlcjUwMjIw", + "avatar_url": "https://avatars3.githubusercontent.com/u/50220?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/noteed", + "html_url": "https://github.com/noteed", + "followers_url": "https://api.github.com/users/noteed/followers", + "following_url": "https://api.github.com/users/noteed/following{/other_user}", + "gists_url": "https://api.github.com/users/noteed/gists{/gist_id}", + "starred_url": "https://api.github.com/users/noteed/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/noteed/subscriptions", + "organizations_url": "https://api.github.com/users/noteed/orgs", + "repos_url": "https://api.github.com/users/noteed/repos", + "events_url": "https://api.github.com/users/noteed/events{/privacy}", + "received_events_url": "https://api.github.com/users/noteed/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/noteed/rescoyl", + "description": "Private Docker registry", + "fork": false, + "url": "https://api.github.com/repos/noteed/rescoyl", + "forks_url": "https://api.github.com/repos/noteed/rescoyl/forks", + "keys_url": "https://api.github.com/repos/noteed/rescoyl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/noteed/rescoyl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/noteed/rescoyl/teams", + "hooks_url": "https://api.github.com/repos/noteed/rescoyl/hooks", + "issue_events_url": "https://api.github.com/repos/noteed/rescoyl/issues/events{/number}", + "events_url": "https://api.github.com/repos/noteed/rescoyl/events", + "assignees_url": "https://api.github.com/repos/noteed/rescoyl/assignees{/user}", + "branches_url": "https://api.github.com/repos/noteed/rescoyl/branches{/branch}", + "tags_url": "https://api.github.com/repos/noteed/rescoyl/tags", + "blobs_url": "https://api.github.com/repos/noteed/rescoyl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/noteed/rescoyl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/noteed/rescoyl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/noteed/rescoyl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/noteed/rescoyl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/noteed/rescoyl/languages", + "stargazers_url": "https://api.github.com/repos/noteed/rescoyl/stargazers", + "contributors_url": "https://api.github.com/repos/noteed/rescoyl/contributors", + "subscribers_url": "https://api.github.com/repos/noteed/rescoyl/subscribers", + "subscription_url": "https://api.github.com/repos/noteed/rescoyl/subscription", + "commits_url": "https://api.github.com/repos/noteed/rescoyl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/noteed/rescoyl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/noteed/rescoyl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/noteed/rescoyl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/noteed/rescoyl/contents/{+path}", + "compare_url": "https://api.github.com/repos/noteed/rescoyl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/noteed/rescoyl/merges", + "archive_url": "https://api.github.com/repos/noteed/rescoyl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/noteed/rescoyl/downloads", + "issues_url": "https://api.github.com/repos/noteed/rescoyl/issues{/number}", + "pulls_url": "https://api.github.com/repos/noteed/rescoyl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/noteed/rescoyl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/noteed/rescoyl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/noteed/rescoyl/labels{/name}", + "releases_url": "https://api.github.com/repos/noteed/rescoyl/releases{/id}", + "deployments_url": "https://api.github.com/repos/noteed/rescoyl/deployments", + "created_at": "2014-08-16T19:21:34Z", + "updated_at": "2018-07-13T23:02:53Z", + "pushed_at": "2017-04-08T19:17:24Z", + "git_url": "git://github.com/noteed/rescoyl.git", + "ssh_url": "git@github.com:noteed/rescoyl.git", + "clone_url": "https://github.com/noteed/rescoyl.git", + "svn_url": "https://github.com/noteed/rescoyl", + "homepage": "", + "size": 48, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Haskell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 5 + }, + { + "id": 46404414, + "node_id": "MDEwOlJlcG9zaXRvcnk0NjQwNDQxNA==", + "name": "ahab", + "full_name": "instacart/ahab", + "owner": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/instacart/ahab", + "description": "Docker event handling with Python", + "fork": false, + "url": "https://api.github.com/repos/instacart/ahab", + "forks_url": "https://api.github.com/repos/instacart/ahab/forks", + "keys_url": "https://api.github.com/repos/instacart/ahab/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/instacart/ahab/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/instacart/ahab/teams", + "hooks_url": "https://api.github.com/repos/instacart/ahab/hooks", + "issue_events_url": "https://api.github.com/repos/instacart/ahab/issues/events{/number}", + "events_url": "https://api.github.com/repos/instacart/ahab/events", + "assignees_url": "https://api.github.com/repos/instacart/ahab/assignees{/user}", + "branches_url": "https://api.github.com/repos/instacart/ahab/branches{/branch}", + "tags_url": "https://api.github.com/repos/instacart/ahab/tags", + "blobs_url": "https://api.github.com/repos/instacart/ahab/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/instacart/ahab/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/instacart/ahab/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/instacart/ahab/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/instacart/ahab/statuses/{sha}", + "languages_url": "https://api.github.com/repos/instacart/ahab/languages", + "stargazers_url": "https://api.github.com/repos/instacart/ahab/stargazers", + "contributors_url": "https://api.github.com/repos/instacart/ahab/contributors", + "subscribers_url": "https://api.github.com/repos/instacart/ahab/subscribers", + "subscription_url": "https://api.github.com/repos/instacart/ahab/subscription", + "commits_url": "https://api.github.com/repos/instacart/ahab/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/instacart/ahab/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/instacart/ahab/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/instacart/ahab/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/instacart/ahab/contents/{+path}", + "compare_url": "https://api.github.com/repos/instacart/ahab/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/instacart/ahab/merges", + "archive_url": "https://api.github.com/repos/instacart/ahab/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/instacart/ahab/downloads", + "issues_url": "https://api.github.com/repos/instacart/ahab/issues{/number}", + "pulls_url": "https://api.github.com/repos/instacart/ahab/pulls{/number}", + "milestones_url": "https://api.github.com/repos/instacart/ahab/milestones{/number}", + "notifications_url": "https://api.github.com/repos/instacart/ahab/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/instacart/ahab/labels{/name}", + "releases_url": "https://api.github.com/repos/instacart/ahab/releases{/id}", + "deployments_url": "https://api.github.com/repos/instacart/ahab/deployments", + "created_at": "2015-11-18T08:08:12Z", + "updated_at": "2018-07-07T09:33:01Z", + "pushed_at": "2017-08-22T19:07:12Z", + "git_url": "git://github.com/instacart/ahab.git", + "ssh_url": "git@github.com:instacart/ahab.git", + "clone_url": "https://github.com/instacart/ahab.git", + "svn_url": "https://github.com/instacart/ahab", + "homepage": "", + "size": 58, + "stargazers_count": 118, + "watchers_count": 118, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "isc", + "name": "ISC License", + "spdx_id": "ISC", + "url": "https://api.github.com/licenses/isc", + "node_id": "MDc6TGljZW5zZTEw" + }, + "forks": 5, + "open_issues": 0, + "watchers": 118, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "instacart", + "id": 3732412, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MzI0MTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3732412?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/instacart", + "html_url": "https://github.com/instacart", + "followers_url": "https://api.github.com/users/instacart/followers", + "following_url": "https://api.github.com/users/instacart/following{/other_user}", + "gists_url": "https://api.github.com/users/instacart/gists{/gist_id}", + "starred_url": "https://api.github.com/users/instacart/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/instacart/subscriptions", + "organizations_url": "https://api.github.com/users/instacart/orgs", + "repos_url": "https://api.github.com/users/instacart/repos", + "events_url": "https://api.github.com/users/instacart/events{/privacy}", + "received_events_url": "https://api.github.com/users/instacart/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 5, + "subscribers_count": 117 + }, + { + "id": 19486213, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ4NjIxMw==", + "name": "docker-client", + "full_name": "gesellix/docker-client", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/docker-client", + "description": "A Docker client for Java written in Kotlin and Groovy", + "fork": false, + "url": "https://api.github.com/repos/gesellix/docker-client", + "forks_url": "https://api.github.com/repos/gesellix/docker-client/forks", + "keys_url": "https://api.github.com/repos/gesellix/docker-client/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/docker-client/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/docker-client/teams", + "hooks_url": "https://api.github.com/repos/gesellix/docker-client/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/docker-client/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/docker-client/events", + "assignees_url": "https://api.github.com/repos/gesellix/docker-client/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/docker-client/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/docker-client/tags", + "blobs_url": "https://api.github.com/repos/gesellix/docker-client/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/docker-client/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/docker-client/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/docker-client/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/docker-client/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/docker-client/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/docker-client/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/docker-client/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/docker-client/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/docker-client/subscription", + "commits_url": "https://api.github.com/repos/gesellix/docker-client/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/docker-client/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/docker-client/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/docker-client/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/docker-client/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/docker-client/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/docker-client/merges", + "archive_url": "https://api.github.com/repos/gesellix/docker-client/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/docker-client/downloads", + "issues_url": "https://api.github.com/repos/gesellix/docker-client/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/docker-client/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/docker-client/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/docker-client/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/docker-client/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/docker-client/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/docker-client/deployments", + "created_at": "2014-05-06T08:06:20Z", + "updated_at": "2018-07-18T22:02:46Z", + "pushed_at": "2018-06-02T19:28:58Z", + "git_url": "git://github.com/gesellix/docker-client.git", + "ssh_url": "git@github.com:gesellix/docker-client.git", + "clone_url": "https://github.com/gesellix/docker-client.git", + "svn_url": "https://github.com/gesellix/docker-client", + "homepage": "https://www.gesellix.net", + "size": 2397, + "stargazers_count": 57, + "watchers_count": 57, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 21, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 21, + "open_issues": 16, + "watchers": 57, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 21, + "subscribers_count": 6 + }, + { + "id": 29883033, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTg4MzAzMw==", + "name": "docker-it-scala", + "full_name": "whisklabs/docker-it-scala", + "owner": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/whisklabs/docker-it-scala", + "description": "Docker integration testing kit with Scala", + "fork": false, + "url": "https://api.github.com/repos/whisklabs/docker-it-scala", + "forks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/forks", + "keys_url": "https://api.github.com/repos/whisklabs/docker-it-scala/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/whisklabs/docker-it-scala/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/whisklabs/docker-it-scala/teams", + "hooks_url": "https://api.github.com/repos/whisklabs/docker-it-scala/hooks", + "issue_events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/events{/number}", + "events_url": "https://api.github.com/repos/whisklabs/docker-it-scala/events", + "assignees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/assignees{/user}", + "branches_url": "https://api.github.com/repos/whisklabs/docker-it-scala/branches{/branch}", + "tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/tags", + "blobs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/whisklabs/docker-it-scala/statuses/{sha}", + "languages_url": "https://api.github.com/repos/whisklabs/docker-it-scala/languages", + "stargazers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/stargazers", + "contributors_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contributors", + "subscribers_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscribers", + "subscription_url": "https://api.github.com/repos/whisklabs/docker-it-scala/subscription", + "commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/whisklabs/docker-it-scala/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/whisklabs/docker-it-scala/contents/{+path}", + "compare_url": "https://api.github.com/repos/whisklabs/docker-it-scala/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/whisklabs/docker-it-scala/merges", + "archive_url": "https://api.github.com/repos/whisklabs/docker-it-scala/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/whisklabs/docker-it-scala/downloads", + "issues_url": "https://api.github.com/repos/whisklabs/docker-it-scala/issues{/number}", + "pulls_url": "https://api.github.com/repos/whisklabs/docker-it-scala/pulls{/number}", + "milestones_url": "https://api.github.com/repos/whisklabs/docker-it-scala/milestones{/number}", + "notifications_url": "https://api.github.com/repos/whisklabs/docker-it-scala/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/whisklabs/docker-it-scala/labels{/name}", + "releases_url": "https://api.github.com/repos/whisklabs/docker-it-scala/releases{/id}", + "deployments_url": "https://api.github.com/repos/whisklabs/docker-it-scala/deployments", + "created_at": "2015-01-26T21:41:31Z", + "updated_at": "2018-08-09T14:30:02Z", + "pushed_at": "2018-06-21T15:21:09Z", + "git_url": "git://github.com/whisklabs/docker-it-scala.git", + "ssh_url": "git@github.com:whisklabs/docker-it-scala.git", + "clone_url": "https://github.com/whisklabs/docker-it-scala.git", + "svn_url": "https://github.com/whisklabs/docker-it-scala", + "homepage": null, + "size": 378, + "stargazers_count": 324, + "watchers_count": 324, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 75, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 75, + "open_issues": 21, + "watchers": 324, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "whisklabs", + "id": 2355540, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTU1NDA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/2355540?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/whisklabs", + "html_url": "https://github.com/whisklabs", + "followers_url": "https://api.github.com/users/whisklabs/followers", + "following_url": "https://api.github.com/users/whisklabs/following{/other_user}", + "gists_url": "https://api.github.com/users/whisklabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/whisklabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/whisklabs/subscriptions", + "organizations_url": "https://api.github.com/users/whisklabs/orgs", + "repos_url": "https://api.github.com/users/whisklabs/repos", + "events_url": "https://api.github.com/users/whisklabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/whisklabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 75, + "subscribers_count": 26 + }, + { + "id": 18128548, + "node_id": "MDEwOlJlcG9zaXRvcnkxODEyODU0OA==", + "name": "docker-maven-plugin", + "full_name": "fabric8io/docker-maven-plugin", + "owner": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fabric8io/docker-maven-plugin", + "description": "Maven plugin for running and creating Docker images", + "fork": false, + "url": "https://api.github.com/repos/fabric8io/docker-maven-plugin", + "forks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/forks", + "keys_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/teams", + "hooks_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/events", + "assignees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/tags", + "blobs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/languages", + "stargazers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/subscription", + "commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/merges", + "archive_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/downloads", + "issues_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/fabric8io/docker-maven-plugin/deployments", + "created_at": "2014-03-26T06:10:05Z", + "updated_at": "2018-08-09T15:20:56Z", + "pushed_at": "2018-08-09T14:12:14Z", + "git_url": "git://github.com/fabric8io/docker-maven-plugin.git", + "ssh_url": "git@github.com:fabric8io/docker-maven-plugin.git", + "clone_url": "https://github.com/fabric8io/docker-maven-plugin.git", + "svn_url": "https://github.com/fabric8io/docker-maven-plugin", + "homepage": "https://dmp.fabric8.io", + "size": 15143, + "stargazers_count": 929, + "watchers_count": 929, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 373, + "mirror_url": null, + "archived": false, + "open_issues_count": 283, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 373, + "open_issues": 283, + "watchers": 929, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "fabric8io", + "id": 6074349, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwNzQzNDk=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6074349?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fabric8io", + "html_url": "https://github.com/fabric8io", + "followers_url": "https://api.github.com/users/fabric8io/followers", + "following_url": "https://api.github.com/users/fabric8io/following{/other_user}", + "gists_url": "https://api.github.com/users/fabric8io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fabric8io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fabric8io/subscriptions", + "organizations_url": "https://api.github.com/users/fabric8io/orgs", + "repos_url": "https://api.github.com/users/fabric8io/repos", + "events_url": "https://api.github.com/users/fabric8io/events{/privacy}", + "received_events_url": "https://api.github.com/users/fabric8io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 373, + "subscribers_count": 79 + }, + { + "id": 55193381, + "node_id": "MDEwOlJlcG9zaXRvcnk1NTE5MzM4MQ==", + "name": "Docker-PowerShell", + "full_name": "Microsoft/Docker-PowerShell", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker-PowerShell", + "description": "PowerShell Module for Docker", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker-PowerShell", + "forks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker-PowerShell/deployments", + "created_at": "2016-04-01T01:01:11Z", + "updated_at": "2018-07-30T22:51:17Z", + "pushed_at": "2018-04-27T17:13:50Z", + "git_url": "git://github.com/Microsoft/Docker-PowerShell.git", + "ssh_url": "git@github.com:Microsoft/Docker-PowerShell.git", + "clone_url": "https://github.com/Microsoft/Docker-PowerShell.git", + "svn_url": "https://github.com/Microsoft/Docker-PowerShell", + "homepage": null, + "size": 343, + "stargazers_count": 260, + "watchers_count": 260, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 65, + "mirror_url": null, + "archived": true, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 65, + "open_issues": 20, + "watchers": 260, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 65, + "subscribers_count": 84 + }, + { + "id": 23337905, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzMzNzkwNQ==", + "name": "Docker.DotNet", + "full_name": "Microsoft/Docker.DotNet", + "owner": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Microsoft/Docker.DotNet", + "description": ":whale: .NET (C#) Client Library for Docker API", + "fork": false, + "url": "https://api.github.com/repos/Microsoft/Docker.DotNet", + "forks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/forks", + "keys_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/teams", + "hooks_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/hooks", + "issue_events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/events{/number}", + "events_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/events", + "assignees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/assignees{/user}", + "branches_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/branches{/branch}", + "tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/tags", + "blobs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/languages", + "stargazers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/stargazers", + "contributors_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contributors", + "subscribers_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscribers", + "subscription_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/subscription", + "commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/contents/{+path}", + "compare_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/merges", + "archive_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/downloads", + "issues_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/issues{/number}", + "pulls_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/labels{/name}", + "releases_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/releases{/id}", + "deployments_url": "https://api.github.com/repos/Microsoft/Docker.DotNet/deployments", + "created_at": "2014-08-26T03:47:17Z", + "updated_at": "2018-08-09T10:21:39Z", + "pushed_at": "2018-08-06T18:43:43Z", + "git_url": "git://github.com/Microsoft/Docker.DotNet.git", + "ssh_url": "git@github.com:Microsoft/Docker.DotNet.git", + "clone_url": "https://github.com/Microsoft/Docker.DotNet.git", + "svn_url": "https://github.com/Microsoft/Docker.DotNet", + "homepage": "https://www.nuget.org/packages/Docker.DotNet/", + "size": 1369, + "stargazers_count": 595, + "watchers_count": 595, + "language": "C#", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 152, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 152, + "open_issues": 37, + "watchers": 595, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Microsoft", + "id": 6154722, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYxNTQ3MjI=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6154722?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Microsoft", + "html_url": "https://github.com/Microsoft", + "followers_url": "https://api.github.com/users/Microsoft/followers", + "following_url": "https://api.github.com/users/Microsoft/following{/other_user}", + "gists_url": "https://api.github.com/users/Microsoft/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Microsoft/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Microsoft/subscriptions", + "organizations_url": "https://api.github.com/users/Microsoft/orgs", + "repos_url": "https://api.github.com/users/Microsoft/repos", + "events_url": "https://api.github.com/users/Microsoft/events{/privacy}", + "received_events_url": "https://api.github.com/users/Microsoft/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 152, + "subscribers_count": 95 + }, + { + "id": 54030871, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDAzMDg3MQ==", + "name": "dockerfile-maven", + "full_name": "spotify/dockerfile-maven", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/dockerfile-maven", + "description": "A set of Maven tools for dealing with Dockerfiles", + "fork": false, + "url": "https://api.github.com/repos/spotify/dockerfile-maven", + "forks_url": "https://api.github.com/repos/spotify/dockerfile-maven/forks", + "keys_url": "https://api.github.com/repos/spotify/dockerfile-maven/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/dockerfile-maven/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/dockerfile-maven/teams", + "hooks_url": "https://api.github.com/repos/spotify/dockerfile-maven/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/dockerfile-maven/events", + "assignees_url": "https://api.github.com/repos/spotify/dockerfile-maven/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/dockerfile-maven/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/tags", + "blobs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/dockerfile-maven/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/dockerfile-maven/languages", + "stargazers_url": "https://api.github.com/repos/spotify/dockerfile-maven/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/dockerfile-maven/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/dockerfile-maven/subscription", + "commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/dockerfile-maven/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/dockerfile-maven/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/dockerfile-maven/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/dockerfile-maven/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/dockerfile-maven/merges", + "archive_url": "https://api.github.com/repos/spotify/dockerfile-maven/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/dockerfile-maven/downloads", + "issues_url": "https://api.github.com/repos/spotify/dockerfile-maven/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/dockerfile-maven/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/dockerfile-maven/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/dockerfile-maven/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/dockerfile-maven/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/dockerfile-maven/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/dockerfile-maven/deployments", + "created_at": "2016-03-16T12:42:37Z", + "updated_at": "2018-08-09T13:27:40Z", + "pushed_at": "2018-08-08T13:05:46Z", + "git_url": "git://github.com/spotify/dockerfile-maven.git", + "ssh_url": "git@github.com:spotify/dockerfile-maven.git", + "clone_url": "https://github.com/spotify/dockerfile-maven.git", + "svn_url": "https://github.com/spotify/dockerfile-maven", + "homepage": null, + "size": 158, + "stargazers_count": 915, + "watchers_count": 915, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 77, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 77, + "watchers": 915, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 106 + }, + { + "id": 12467623, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQ2NzYyMw==", + "name": "dockerode", + "full_name": "apocas/dockerode", + "owner": { + "login": "apocas", + "id": 597413, + "node_id": "MDQ6VXNlcjU5NzQxMw==", + "avatar_url": "https://avatars3.githubusercontent.com/u/597413?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apocas", + "html_url": "https://github.com/apocas", + "followers_url": "https://api.github.com/users/apocas/followers", + "following_url": "https://api.github.com/users/apocas/following{/other_user}", + "gists_url": "https://api.github.com/users/apocas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apocas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apocas/subscriptions", + "organizations_url": "https://api.github.com/users/apocas/orgs", + "repos_url": "https://api.github.com/users/apocas/repos", + "events_url": "https://api.github.com/users/apocas/events{/privacy}", + "received_events_url": "https://api.github.com/users/apocas/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apocas/dockerode", + "description": "Docker + Node = Dockerode (Node.js module for Docker's Remote API)", + "fork": false, + "url": "https://api.github.com/repos/apocas/dockerode", + "forks_url": "https://api.github.com/repos/apocas/dockerode/forks", + "keys_url": "https://api.github.com/repos/apocas/dockerode/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apocas/dockerode/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apocas/dockerode/teams", + "hooks_url": "https://api.github.com/repos/apocas/dockerode/hooks", + "issue_events_url": "https://api.github.com/repos/apocas/dockerode/issues/events{/number}", + "events_url": "https://api.github.com/repos/apocas/dockerode/events", + "assignees_url": "https://api.github.com/repos/apocas/dockerode/assignees{/user}", + "branches_url": "https://api.github.com/repos/apocas/dockerode/branches{/branch}", + "tags_url": "https://api.github.com/repos/apocas/dockerode/tags", + "blobs_url": "https://api.github.com/repos/apocas/dockerode/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apocas/dockerode/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apocas/dockerode/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apocas/dockerode/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apocas/dockerode/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apocas/dockerode/languages", + "stargazers_url": "https://api.github.com/repos/apocas/dockerode/stargazers", + "contributors_url": "https://api.github.com/repos/apocas/dockerode/contributors", + "subscribers_url": "https://api.github.com/repos/apocas/dockerode/subscribers", + "subscription_url": "https://api.github.com/repos/apocas/dockerode/subscription", + "commits_url": "https://api.github.com/repos/apocas/dockerode/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apocas/dockerode/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apocas/dockerode/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apocas/dockerode/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apocas/dockerode/contents/{+path}", + "compare_url": "https://api.github.com/repos/apocas/dockerode/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apocas/dockerode/merges", + "archive_url": "https://api.github.com/repos/apocas/dockerode/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apocas/dockerode/downloads", + "issues_url": "https://api.github.com/repos/apocas/dockerode/issues{/number}", + "pulls_url": "https://api.github.com/repos/apocas/dockerode/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apocas/dockerode/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apocas/dockerode/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apocas/dockerode/labels{/name}", + "releases_url": "https://api.github.com/repos/apocas/dockerode/releases{/id}", + "deployments_url": "https://api.github.com/repos/apocas/dockerode/deployments", + "created_at": "2013-08-29T18:16:12Z", + "updated_at": "2018-08-09T13:08:13Z", + "pushed_at": "2018-08-04T04:40:21Z", + "git_url": "git://github.com/apocas/dockerode.git", + "ssh_url": "git@github.com:apocas/dockerode.git", + "clone_url": "https://github.com/apocas/dockerode.git", + "svn_url": "https://github.com/apocas/dockerode", + "homepage": "", + "size": 454, + "stargazers_count": 1904, + "watchers_count": 1904, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 301, + "mirror_url": null, + "archived": false, + "open_issues_count": 47, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 301, + "open_issues": 47, + "watchers": 1904, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 301, + "subscribers_count": 61 + }, + { + "id": 65134730, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTEzNDczMA==", + "name": "DoMonit", + "full_name": "eon01/DoMonit", + "owner": { + "login": "eon01", + "id": 5774128, + "node_id": "MDQ6VXNlcjU3NzQxMjg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5774128?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/eon01", + "html_url": "https://github.com/eon01", + "followers_url": "https://api.github.com/users/eon01/followers", + "following_url": "https://api.github.com/users/eon01/following{/other_user}", + "gists_url": "https://api.github.com/users/eon01/gists{/gist_id}", + "starred_url": "https://api.github.com/users/eon01/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/eon01/subscriptions", + "organizations_url": "https://api.github.com/users/eon01/orgs", + "repos_url": "https://api.github.com/users/eon01/repos", + "events_url": "https://api.github.com/users/eon01/events{/privacy}", + "received_events_url": "https://api.github.com/users/eon01/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/eon01/DoMonit", + "description": "A Deadly Simple Docker Monitoring Wrapper For Docker API", + "fork": false, + "url": "https://api.github.com/repos/eon01/DoMonit", + "forks_url": "https://api.github.com/repos/eon01/DoMonit/forks", + "keys_url": "https://api.github.com/repos/eon01/DoMonit/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/eon01/DoMonit/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/eon01/DoMonit/teams", + "hooks_url": "https://api.github.com/repos/eon01/DoMonit/hooks", + "issue_events_url": "https://api.github.com/repos/eon01/DoMonit/issues/events{/number}", + "events_url": "https://api.github.com/repos/eon01/DoMonit/events", + "assignees_url": "https://api.github.com/repos/eon01/DoMonit/assignees{/user}", + "branches_url": "https://api.github.com/repos/eon01/DoMonit/branches{/branch}", + "tags_url": "https://api.github.com/repos/eon01/DoMonit/tags", + "blobs_url": "https://api.github.com/repos/eon01/DoMonit/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/eon01/DoMonit/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/eon01/DoMonit/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/eon01/DoMonit/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/eon01/DoMonit/statuses/{sha}", + "languages_url": "https://api.github.com/repos/eon01/DoMonit/languages", + "stargazers_url": "https://api.github.com/repos/eon01/DoMonit/stargazers", + "contributors_url": "https://api.github.com/repos/eon01/DoMonit/contributors", + "subscribers_url": "https://api.github.com/repos/eon01/DoMonit/subscribers", + "subscription_url": "https://api.github.com/repos/eon01/DoMonit/subscription", + "commits_url": "https://api.github.com/repos/eon01/DoMonit/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/eon01/DoMonit/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/eon01/DoMonit/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/eon01/DoMonit/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/eon01/DoMonit/contents/{+path}", + "compare_url": "https://api.github.com/repos/eon01/DoMonit/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/eon01/DoMonit/merges", + "archive_url": "https://api.github.com/repos/eon01/DoMonit/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/eon01/DoMonit/downloads", + "issues_url": "https://api.github.com/repos/eon01/DoMonit/issues{/number}", + "pulls_url": "https://api.github.com/repos/eon01/DoMonit/pulls{/number}", + "milestones_url": "https://api.github.com/repos/eon01/DoMonit/milestones{/number}", + "notifications_url": "https://api.github.com/repos/eon01/DoMonit/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/eon01/DoMonit/labels{/name}", + "releases_url": "https://api.github.com/repos/eon01/DoMonit/releases{/id}", + "deployments_url": "https://api.github.com/repos/eon01/DoMonit/deployments", + "created_at": "2016-08-07T13:30:49Z", + "updated_at": "2018-07-04T19:06:03Z", + "pushed_at": "2017-02-19T01:34:53Z", + "git_url": "git://github.com/eon01/DoMonit.git", + "ssh_url": "git@github.com:eon01/DoMonit.git", + "clone_url": "https://github.com/eon01/DoMonit.git", + "svn_url": "https://github.com/eon01/DoMonit", + "homepage": "https://medium.com/@eon01/monitoring-docker-with-python-domonit-34440b8c6830", + "size": 100, + "stargazers_count": 54, + "watchers_count": 54, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 8, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 8, + "open_issues": 2, + "watchers": 54, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 8, + "subscribers_count": 4 + }, + { + "id": 9998516, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTk4NTE2", + "name": "go-dockerclient", + "full_name": "fsouza/go-dockerclient", + "owner": { + "login": "fsouza", + "id": 108725, + "node_id": "MDQ6VXNlcjEwODcyNQ==", + "avatar_url": "https://avatars1.githubusercontent.com/u/108725?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fsouza", + "html_url": "https://github.com/fsouza", + "followers_url": "https://api.github.com/users/fsouza/followers", + "following_url": "https://api.github.com/users/fsouza/following{/other_user}", + "gists_url": "https://api.github.com/users/fsouza/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fsouza/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fsouza/subscriptions", + "organizations_url": "https://api.github.com/users/fsouza/orgs", + "repos_url": "https://api.github.com/users/fsouza/repos", + "events_url": "https://api.github.com/users/fsouza/events{/privacy}", + "received_events_url": "https://api.github.com/users/fsouza/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fsouza/go-dockerclient", + "description": "Go client for the Docker remote API.", + "fork": false, + "url": "https://api.github.com/repos/fsouza/go-dockerclient", + "forks_url": "https://api.github.com/repos/fsouza/go-dockerclient/forks", + "keys_url": "https://api.github.com/repos/fsouza/go-dockerclient/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fsouza/go-dockerclient/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fsouza/go-dockerclient/teams", + "hooks_url": "https://api.github.com/repos/fsouza/go-dockerclient/hooks", + "issue_events_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/events{/number}", + "events_url": "https://api.github.com/repos/fsouza/go-dockerclient/events", + "assignees_url": "https://api.github.com/repos/fsouza/go-dockerclient/assignees{/user}", + "branches_url": "https://api.github.com/repos/fsouza/go-dockerclient/branches{/branch}", + "tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/tags", + "blobs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fsouza/go-dockerclient/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fsouza/go-dockerclient/languages", + "stargazers_url": "https://api.github.com/repos/fsouza/go-dockerclient/stargazers", + "contributors_url": "https://api.github.com/repos/fsouza/go-dockerclient/contributors", + "subscribers_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscribers", + "subscription_url": "https://api.github.com/repos/fsouza/go-dockerclient/subscription", + "commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fsouza/go-dockerclient/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fsouza/go-dockerclient/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fsouza/go-dockerclient/contents/{+path}", + "compare_url": "https://api.github.com/repos/fsouza/go-dockerclient/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fsouza/go-dockerclient/merges", + "archive_url": "https://api.github.com/repos/fsouza/go-dockerclient/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fsouza/go-dockerclient/downloads", + "issues_url": "https://api.github.com/repos/fsouza/go-dockerclient/issues{/number}", + "pulls_url": "https://api.github.com/repos/fsouza/go-dockerclient/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fsouza/go-dockerclient/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fsouza/go-dockerclient/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fsouza/go-dockerclient/labels{/name}", + "releases_url": "https://api.github.com/repos/fsouza/go-dockerclient/releases{/id}", + "deployments_url": "https://api.github.com/repos/fsouza/go-dockerclient/deployments", + "created_at": "2013-05-11T11:21:31Z", + "updated_at": "2018-08-08T18:39:42Z", + "pushed_at": "2018-08-08T18:39:40Z", + "git_url": "git://github.com/fsouza/go-dockerclient.git", + "ssh_url": "git@github.com:fsouza/go-dockerclient.git", + "clone_url": "https://github.com/fsouza/go-dockerclient.git", + "svn_url": "https://github.com/fsouza/go-dockerclient", + "homepage": "https://godoc.org/github.com/fsouza/go-dockerclient", + "size": 3649, + "stargazers_count": 1327, + "watchers_count": 1327, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 468, + "mirror_url": null, + "archived": false, + "open_issues_count": 32, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 468, + "open_issues": 32, + "watchers": 1327, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 468, + "subscribers_count": 64 + }, + { + "id": 18573845, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU3Mzg0NQ==", + "name": "gradle-docker-plugin", + "full_name": "gesellix/gradle-docker-plugin", + "owner": { + "login": "gesellix", + "id": 432791, + "node_id": "MDQ6VXNlcjQzMjc5MQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/432791?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gesellix", + "html_url": "https://github.com/gesellix", + "followers_url": "https://api.github.com/users/gesellix/followers", + "following_url": "https://api.github.com/users/gesellix/following{/other_user}", + "gists_url": "https://api.github.com/users/gesellix/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gesellix/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gesellix/subscriptions", + "organizations_url": "https://api.github.com/users/gesellix/orgs", + "repos_url": "https://api.github.com/users/gesellix/repos", + "events_url": "https://api.github.com/users/gesellix/events{/privacy}", + "received_events_url": "https://api.github.com/users/gesellix/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gesellix/gradle-docker-plugin", + "description": "Gradle Docker plugin", + "fork": false, + "url": "https://api.github.com/repos/gesellix/gradle-docker-plugin", + "forks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/forks", + "keys_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/events", + "assignees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/merges", + "archive_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/gesellix/gradle-docker-plugin/deployments", + "created_at": "2014-04-08T20:26:58Z", + "updated_at": "2018-06-29T07:57:29Z", + "pushed_at": "2018-06-04T21:54:13Z", + "git_url": "git://github.com/gesellix/gradle-docker-plugin.git", + "ssh_url": "git@github.com:gesellix/gradle-docker-plugin.git", + "clone_url": "https://github.com/gesellix/gradle-docker-plugin.git", + "svn_url": "https://github.com/gesellix/gradle-docker-plugin", + "homepage": "", + "size": 991, + "stargazers_count": 72, + "watchers_count": 72, + "language": "Groovy", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 12, + "watchers": 72, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 8 + }, + { + "id": 35969237, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTk2OTIzNw==", + "name": "libcompose", + "full_name": "docker/libcompose", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/libcompose", + "description": "An experimental go library providing Compose-like functionality", + "fork": false, + "url": "https://api.github.com/repos/docker/libcompose", + "forks_url": "https://api.github.com/repos/docker/libcompose/forks", + "keys_url": "https://api.github.com/repos/docker/libcompose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/libcompose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/libcompose/teams", + "hooks_url": "https://api.github.com/repos/docker/libcompose/hooks", + "issue_events_url": "https://api.github.com/repos/docker/libcompose/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/libcompose/events", + "assignees_url": "https://api.github.com/repos/docker/libcompose/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/libcompose/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/libcompose/tags", + "blobs_url": "https://api.github.com/repos/docker/libcompose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/libcompose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/libcompose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/libcompose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/libcompose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/libcompose/languages", + "stargazers_url": "https://api.github.com/repos/docker/libcompose/stargazers", + "contributors_url": "https://api.github.com/repos/docker/libcompose/contributors", + "subscribers_url": "https://api.github.com/repos/docker/libcompose/subscribers", + "subscription_url": "https://api.github.com/repos/docker/libcompose/subscription", + "commits_url": "https://api.github.com/repos/docker/libcompose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/libcompose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/libcompose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/libcompose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/libcompose/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/libcompose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/libcompose/merges", + "archive_url": "https://api.github.com/repos/docker/libcompose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/libcompose/downloads", + "issues_url": "https://api.github.com/repos/docker/libcompose/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/libcompose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/libcompose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/libcompose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/libcompose/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/libcompose/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/libcompose/deployments", + "created_at": "2015-05-20T19:22:20Z", + "updated_at": "2018-08-07T22:43:46Z", + "pushed_at": "2018-04-23T13:05:45Z", + "git_url": "git://github.com/docker/libcompose.git", + "ssh_url": "git@github.com:docker/libcompose.git", + "clone_url": "https://github.com/docker/libcompose.git", + "svn_url": "https://github.com/docker/libcompose", + "homepage": "https://godoc.org/github.com/docker/libcompose", + "size": 5212, + "stargazers_count": 524, + "watchers_count": 524, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 160, + "mirror_url": null, + "archived": false, + "open_issues_count": 69, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 160, + "open_issues": 69, + "watchers": 524, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 160, + "subscribers_count": 72 + }, + { + "id": 50211751, + "node_id": "MDEwOlJlcG9zaXRvcnk1MDIxMTc1MQ==", + "name": "sbt-docker-compose", + "full_name": "Tapad/sbt-docker-compose", + "owner": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Tapad/sbt-docker-compose", + "description": "Integrates Docker Compose functionality into sbt", + "fork": false, + "url": "https://api.github.com/repos/Tapad/sbt-docker-compose", + "forks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/forks", + "keys_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/teams", + "hooks_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/hooks", + "issue_events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/events{/number}", + "events_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/events", + "assignees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/assignees{/user}", + "branches_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/branches{/branch}", + "tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/tags", + "blobs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/languages", + "stargazers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/stargazers", + "contributors_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contributors", + "subscribers_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscribers", + "subscription_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/subscription", + "commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/contents/{+path}", + "compare_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/merges", + "archive_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/downloads", + "issues_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/issues{/number}", + "pulls_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/labels{/name}", + "releases_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/releases{/id}", + "deployments_url": "https://api.github.com/repos/Tapad/sbt-docker-compose/deployments", + "created_at": "2016-01-22T22:34:54Z", + "updated_at": "2018-08-05T13:12:31Z", + "pushed_at": "2018-06-01T13:33:49Z", + "git_url": "git://github.com/Tapad/sbt-docker-compose.git", + "ssh_url": "git@github.com:Tapad/sbt-docker-compose.git", + "clone_url": "https://github.com/Tapad/sbt-docker-compose.git", + "svn_url": "https://github.com/Tapad/sbt-docker-compose", + "homepage": "", + "size": 739, + "stargazers_count": 132, + "watchers_count": 132, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 11, + "license": { + "key": "bsd-3-clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "spdx_id": "BSD-3-Clause", + "url": "https://api.github.com/licenses/bsd-3-clause", + "node_id": "MDc6TGljZW5zZTU=" + }, + "forks": 17, + "open_issues": 11, + "watchers": 132, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Tapad", + "id": 828379, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyODM3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/828379?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Tapad", + "html_url": "https://github.com/Tapad", + "followers_url": "https://api.github.com/users/Tapad/followers", + "following_url": "https://api.github.com/users/Tapad/following{/other_user}", + "gists_url": "https://api.github.com/users/Tapad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Tapad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Tapad/subscriptions", + "organizations_url": "https://api.github.com/users/Tapad/orgs", + "repos_url": "https://api.github.com/users/Tapad/repos", + "events_url": "https://api.github.com/users/Tapad/events{/privacy}", + "received_events_url": "https://api.github.com/users/Tapad/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 17, + "subscribers_count": 65 + }, + { + "id": 15849295, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTg0OTI5NQ==", + "name": "sbt-docker", + "full_name": "marcuslonnberg/sbt-docker", + "owner": { + "login": "marcuslonnberg", + "id": 540786, + "node_id": "MDQ6VXNlcjU0MDc4Ng==", + "avatar_url": "https://avatars0.githubusercontent.com/u/540786?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/marcuslonnberg", + "html_url": "https://github.com/marcuslonnberg", + "followers_url": "https://api.github.com/users/marcuslonnberg/followers", + "following_url": "https://api.github.com/users/marcuslonnberg/following{/other_user}", + "gists_url": "https://api.github.com/users/marcuslonnberg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/marcuslonnberg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/marcuslonnberg/subscriptions", + "organizations_url": "https://api.github.com/users/marcuslonnberg/orgs", + "repos_url": "https://api.github.com/users/marcuslonnberg/repos", + "events_url": "https://api.github.com/users/marcuslonnberg/events{/privacy}", + "received_events_url": "https://api.github.com/users/marcuslonnberg/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/marcuslonnberg/sbt-docker", + "description": "Create Docker images directly from sbt", + "fork": false, + "url": "https://api.github.com/repos/marcuslonnberg/sbt-docker", + "forks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/forks", + "keys_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/teams", + "hooks_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/hooks", + "issue_events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/events", + "assignees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/tags", + "blobs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/languages", + "stargazers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/stargazers", + "contributors_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contributors", + "subscribers_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscribers", + "subscription_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/subscription", + "commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/merges", + "archive_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/downloads", + "issues_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/marcuslonnberg/sbt-docker/deployments", + "created_at": "2014-01-12T19:43:03Z", + "updated_at": "2018-08-05T02:29:27Z", + "pushed_at": "2018-01-14T08:55:42Z", + "git_url": "git://github.com/marcuslonnberg/sbt-docker.git", + "ssh_url": "git@github.com:marcuslonnberg/sbt-docker.git", + "clone_url": "https://github.com/marcuslonnberg/sbt-docker.git", + "svn_url": "https://github.com/marcuslonnberg/sbt-docker", + "homepage": "", + "size": 304, + "stargazers_count": 578, + "watchers_count": 578, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 89, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 89, + "open_issues": 21, + "watchers": 578, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 89, + "subscribers_count": 26 + }, + { + "id": 32202540, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIwMjU0MA==", + "name": "captain", + "full_name": "harbur/captain", + "owner": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/harbur/captain", + "description": "Captain - Convert your Git workflow to Docker :whale: containers", + "fork": false, + "url": "https://api.github.com/repos/harbur/captain", + "forks_url": "https://api.github.com/repos/harbur/captain/forks", + "keys_url": "https://api.github.com/repos/harbur/captain/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/harbur/captain/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/harbur/captain/teams", + "hooks_url": "https://api.github.com/repos/harbur/captain/hooks", + "issue_events_url": "https://api.github.com/repos/harbur/captain/issues/events{/number}", + "events_url": "https://api.github.com/repos/harbur/captain/events", + "assignees_url": "https://api.github.com/repos/harbur/captain/assignees{/user}", + "branches_url": "https://api.github.com/repos/harbur/captain/branches{/branch}", + "tags_url": "https://api.github.com/repos/harbur/captain/tags", + "blobs_url": "https://api.github.com/repos/harbur/captain/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/harbur/captain/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/harbur/captain/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/harbur/captain/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/harbur/captain/statuses/{sha}", + "languages_url": "https://api.github.com/repos/harbur/captain/languages", + "stargazers_url": "https://api.github.com/repos/harbur/captain/stargazers", + "contributors_url": "https://api.github.com/repos/harbur/captain/contributors", + "subscribers_url": "https://api.github.com/repos/harbur/captain/subscribers", + "subscription_url": "https://api.github.com/repos/harbur/captain/subscription", + "commits_url": "https://api.github.com/repos/harbur/captain/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/harbur/captain/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/harbur/captain/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/harbur/captain/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/harbur/captain/contents/{+path}", + "compare_url": "https://api.github.com/repos/harbur/captain/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/harbur/captain/merges", + "archive_url": "https://api.github.com/repos/harbur/captain/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/harbur/captain/downloads", + "issues_url": "https://api.github.com/repos/harbur/captain/issues{/number}", + "pulls_url": "https://api.github.com/repos/harbur/captain/pulls{/number}", + "milestones_url": "https://api.github.com/repos/harbur/captain/milestones{/number}", + "notifications_url": "https://api.github.com/repos/harbur/captain/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/harbur/captain/labels{/name}", + "releases_url": "https://api.github.com/repos/harbur/captain/releases{/id}", + "deployments_url": "https://api.github.com/repos/harbur/captain/deployments", + "created_at": "2015-03-14T08:32:42Z", + "updated_at": "2018-07-25T07:35:51Z", + "pushed_at": "2017-11-09T11:33:34Z", + "git_url": "git://github.com/harbur/captain.git", + "ssh_url": "git@github.com:harbur/captain.git", + "clone_url": "https://github.com/harbur/captain.git", + "svn_url": "https://github.com/harbur/captain", + "homepage": "", + "size": 633, + "stargazers_count": 653, + "watchers_count": 653, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 40, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 40, + "open_issues": 19, + "watchers": 653, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "harbur", + "id": 8222788, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjgyMjI3ODg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8222788?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/harbur", + "html_url": "https://github.com/harbur", + "followers_url": "https://api.github.com/users/harbur/followers", + "following_url": "https://api.github.com/users/harbur/following{/other_user}", + "gists_url": "https://api.github.com/users/harbur/gists{/gist_id}", + "starred_url": "https://api.github.com/users/harbur/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/harbur/subscriptions", + "organizations_url": "https://api.github.com/users/harbur/orgs", + "repos_url": "https://api.github.com/users/harbur/repos", + "events_url": "https://api.github.com/users/harbur/events{/privacy}", + "received_events_url": "https://api.github.com/users/harbur/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 40, + "subscribers_count": 29 + }, + { + "id": 71099614, + "node_id": "MDEwOlJlcG9zaXRvcnk3MTA5OTYxNA==", + "name": "cyclone", + "full_name": "caicloud/cyclone", + "owner": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/caicloud/cyclone", + "description": "A cloud native CI/CD platform built for container workflow", + "fork": false, + "url": "https://api.github.com/repos/caicloud/cyclone", + "forks_url": "https://api.github.com/repos/caicloud/cyclone/forks", + "keys_url": "https://api.github.com/repos/caicloud/cyclone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/caicloud/cyclone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/caicloud/cyclone/teams", + "hooks_url": "https://api.github.com/repos/caicloud/cyclone/hooks", + "issue_events_url": "https://api.github.com/repos/caicloud/cyclone/issues/events{/number}", + "events_url": "https://api.github.com/repos/caicloud/cyclone/events", + "assignees_url": "https://api.github.com/repos/caicloud/cyclone/assignees{/user}", + "branches_url": "https://api.github.com/repos/caicloud/cyclone/branches{/branch}", + "tags_url": "https://api.github.com/repos/caicloud/cyclone/tags", + "blobs_url": "https://api.github.com/repos/caicloud/cyclone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/caicloud/cyclone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/caicloud/cyclone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/caicloud/cyclone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/caicloud/cyclone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/caicloud/cyclone/languages", + "stargazers_url": "https://api.github.com/repos/caicloud/cyclone/stargazers", + "contributors_url": "https://api.github.com/repos/caicloud/cyclone/contributors", + "subscribers_url": "https://api.github.com/repos/caicloud/cyclone/subscribers", + "subscription_url": "https://api.github.com/repos/caicloud/cyclone/subscription", + "commits_url": "https://api.github.com/repos/caicloud/cyclone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/caicloud/cyclone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/caicloud/cyclone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/caicloud/cyclone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/caicloud/cyclone/contents/{+path}", + "compare_url": "https://api.github.com/repos/caicloud/cyclone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/caicloud/cyclone/merges", + "archive_url": "https://api.github.com/repos/caicloud/cyclone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/caicloud/cyclone/downloads", + "issues_url": "https://api.github.com/repos/caicloud/cyclone/issues{/number}", + "pulls_url": "https://api.github.com/repos/caicloud/cyclone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/caicloud/cyclone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/caicloud/cyclone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/caicloud/cyclone/labels{/name}", + "releases_url": "https://api.github.com/repos/caicloud/cyclone/releases{/id}", + "deployments_url": "https://api.github.com/repos/caicloud/cyclone/deployments", + "created_at": "2016-10-17T04:19:35Z", + "updated_at": "2018-08-09T04:33:11Z", + "pushed_at": "2018-08-09T15:59:28Z", + "git_url": "git://github.com/caicloud/cyclone.git", + "ssh_url": "git@github.com:caicloud/cyclone.git", + "clone_url": "https://github.com/caicloud/cyclone.git", + "svn_url": "https://github.com/caicloud/cyclone", + "homepage": "", + "size": 48356, + "stargazers_count": 563, + "watchers_count": 563, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 101, + "mirror_url": null, + "archived": false, + "open_issues_count": 15, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 101, + "open_issues": 15, + "watchers": 563, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "caicloud", + "id": 12522124, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTIyMTI0", + "avatar_url": "https://avatars2.githubusercontent.com/u/12522124?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/caicloud", + "html_url": "https://github.com/caicloud", + "followers_url": "https://api.github.com/users/caicloud/followers", + "following_url": "https://api.github.com/users/caicloud/following{/other_user}", + "gists_url": "https://api.github.com/users/caicloud/gists{/gist_id}", + "starred_url": "https://api.github.com/users/caicloud/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/caicloud/subscriptions", + "organizations_url": "https://api.github.com/users/caicloud/orgs", + "repos_url": "https://api.github.com/users/caicloud/repos", + "events_url": "https://api.github.com/users/caicloud/events{/privacy}", + "received_events_url": "https://api.github.com/users/caicloud/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 101, + "subscribers_count": 49 + }, + { + "id": 15799524, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTc5OTUyNA==", + "name": "docker-plugin", + "full_name": "jenkinsci/docker-plugin", + "owner": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jenkinsci/docker-plugin", + "description": "Jenkins Cloud Plugin for Docker", + "fork": false, + "url": "https://api.github.com/repos/jenkinsci/docker-plugin", + "forks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/forks", + "keys_url": "https://api.github.com/repos/jenkinsci/docker-plugin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jenkinsci/docker-plugin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jenkinsci/docker-plugin/teams", + "hooks_url": "https://api.github.com/repos/jenkinsci/docker-plugin/hooks", + "issue_events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/events{/number}", + "events_url": "https://api.github.com/repos/jenkinsci/docker-plugin/events", + "assignees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/assignees{/user}", + "branches_url": "https://api.github.com/repos/jenkinsci/docker-plugin/branches{/branch}", + "tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/tags", + "blobs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jenkinsci/docker-plugin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jenkinsci/docker-plugin/languages", + "stargazers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/stargazers", + "contributors_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contributors", + "subscribers_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscribers", + "subscription_url": "https://api.github.com/repos/jenkinsci/docker-plugin/subscription", + "commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jenkinsci/docker-plugin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jenkinsci/docker-plugin/contents/{+path}", + "compare_url": "https://api.github.com/repos/jenkinsci/docker-plugin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jenkinsci/docker-plugin/merges", + "archive_url": "https://api.github.com/repos/jenkinsci/docker-plugin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jenkinsci/docker-plugin/downloads", + "issues_url": "https://api.github.com/repos/jenkinsci/docker-plugin/issues{/number}", + "pulls_url": "https://api.github.com/repos/jenkinsci/docker-plugin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jenkinsci/docker-plugin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jenkinsci/docker-plugin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jenkinsci/docker-plugin/labels{/name}", + "releases_url": "https://api.github.com/repos/jenkinsci/docker-plugin/releases{/id}", + "deployments_url": "https://api.github.com/repos/jenkinsci/docker-plugin/deployments", + "created_at": "2014-01-10T14:05:42Z", + "updated_at": "2018-08-08T13:47:53Z", + "pushed_at": "2018-08-08T11:13:40Z", + "git_url": "git://github.com/jenkinsci/docker-plugin.git", + "ssh_url": "git@github.com:jenkinsci/docker-plugin.git", + "clone_url": "https://github.com/jenkinsci/docker-plugin.git", + "svn_url": "https://github.com/jenkinsci/docker-plugin", + "homepage": "https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", + "size": 1771, + "stargazers_count": 370, + "watchers_count": 370, + "language": "Java", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 252, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 252, + "open_issues": 35, + "watchers": 370, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "jenkinsci", + "id": 107424, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/107424?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jenkinsci", + "html_url": "https://github.com/jenkinsci", + "followers_url": "https://api.github.com/users/jenkinsci/followers", + "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}", + "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions", + "organizations_url": "https://api.github.com/users/jenkinsci/orgs", + "repos_url": "https://api.github.com/users/jenkinsci/repos", + "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}", + "received_events_url": "https://api.github.com/users/jenkinsci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 252, + "subscribers_count": 56 + }, + { + "id": 16607898, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjYwNzg5OA==", + "name": "drone", + "full_name": "drone/drone", + "owner": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/drone/drone", + "description": "Drone is a Continuous Delivery platform built on Docker, written in Go", + "fork": false, + "url": "https://api.github.com/repos/drone/drone", + "forks_url": "https://api.github.com/repos/drone/drone/forks", + "keys_url": "https://api.github.com/repos/drone/drone/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/drone/drone/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/drone/drone/teams", + "hooks_url": "https://api.github.com/repos/drone/drone/hooks", + "issue_events_url": "https://api.github.com/repos/drone/drone/issues/events{/number}", + "events_url": "https://api.github.com/repos/drone/drone/events", + "assignees_url": "https://api.github.com/repos/drone/drone/assignees{/user}", + "branches_url": "https://api.github.com/repos/drone/drone/branches{/branch}", + "tags_url": "https://api.github.com/repos/drone/drone/tags", + "blobs_url": "https://api.github.com/repos/drone/drone/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/drone/drone/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/drone/drone/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/drone/drone/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/drone/drone/statuses/{sha}", + "languages_url": "https://api.github.com/repos/drone/drone/languages", + "stargazers_url": "https://api.github.com/repos/drone/drone/stargazers", + "contributors_url": "https://api.github.com/repos/drone/drone/contributors", + "subscribers_url": "https://api.github.com/repos/drone/drone/subscribers", + "subscription_url": "https://api.github.com/repos/drone/drone/subscription", + "commits_url": "https://api.github.com/repos/drone/drone/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/drone/drone/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/drone/drone/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/drone/drone/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/drone/drone/contents/{+path}", + "compare_url": "https://api.github.com/repos/drone/drone/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/drone/drone/merges", + "archive_url": "https://api.github.com/repos/drone/drone/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/drone/drone/downloads", + "issues_url": "https://api.github.com/repos/drone/drone/issues{/number}", + "pulls_url": "https://api.github.com/repos/drone/drone/pulls{/number}", + "milestones_url": "https://api.github.com/repos/drone/drone/milestones{/number}", + "notifications_url": "https://api.github.com/repos/drone/drone/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/drone/drone/labels{/name}", + "releases_url": "https://api.github.com/repos/drone/drone/releases{/id}", + "deployments_url": "https://api.github.com/repos/drone/drone/deployments", + "created_at": "2014-02-07T07:54:44Z", + "updated_at": "2018-08-09T15:20:44Z", + "pushed_at": "2018-08-02T15:25:43Z", + "git_url": "git://github.com/drone/drone.git", + "ssh_url": "git@github.com:drone/drone.git", + "clone_url": "https://github.com/drone/drone.git", + "svn_url": "https://github.com/drone/drone", + "homepage": "https://drone.io", + "size": 24249, + "stargazers_count": 15208, + "watchers_count": 15208, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1580, + "mirror_url": null, + "archived": false, + "open_issues_count": 116, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 1580, + "open_issues": 116, + "watchers": 15208, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "drone", + "id": 2181346, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIxODEzNDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2181346?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/drone", + "html_url": "https://github.com/drone", + "followers_url": "https://api.github.com/users/drone/followers", + "following_url": "https://api.github.com/users/drone/following{/other_user}", + "gists_url": "https://api.github.com/users/drone/gists{/gist_id}", + "starred_url": "https://api.github.com/users/drone/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/drone/subscriptions", + "organizations_url": "https://api.github.com/users/drone/orgs", + "repos_url": "https://api.github.com/users/drone/repos", + "events_url": "https://api.github.com/users/drone/events{/privacy}", + "received_events_url": "https://api.github.com/users/drone/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1580, + "subscribers_count": 557 + }, + { + "id": 28924323, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkyNDMyMw==", + "name": "gocd-docker", + "full_name": "gocd/gocd-docker", + "owner": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gocd/gocd-docker", + "description": "Deprecated. See: https://github.com/gocd/docker-gocd-server", + "fork": false, + "url": "https://api.github.com/repos/gocd/gocd-docker", + "forks_url": "https://api.github.com/repos/gocd/gocd-docker/forks", + "keys_url": "https://api.github.com/repos/gocd/gocd-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gocd/gocd-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gocd/gocd-docker/teams", + "hooks_url": "https://api.github.com/repos/gocd/gocd-docker/hooks", + "issue_events_url": "https://api.github.com/repos/gocd/gocd-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/gocd/gocd-docker/events", + "assignees_url": "https://api.github.com/repos/gocd/gocd-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/gocd/gocd-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/gocd/gocd-docker/tags", + "blobs_url": "https://api.github.com/repos/gocd/gocd-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gocd/gocd-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gocd/gocd-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gocd/gocd-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gocd/gocd-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gocd/gocd-docker/languages", + "stargazers_url": "https://api.github.com/repos/gocd/gocd-docker/stargazers", + "contributors_url": "https://api.github.com/repos/gocd/gocd-docker/contributors", + "subscribers_url": "https://api.github.com/repos/gocd/gocd-docker/subscribers", + "subscription_url": "https://api.github.com/repos/gocd/gocd-docker/subscription", + "commits_url": "https://api.github.com/repos/gocd/gocd-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gocd/gocd-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gocd/gocd-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gocd/gocd-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gocd/gocd-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/gocd/gocd-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gocd/gocd-docker/merges", + "archive_url": "https://api.github.com/repos/gocd/gocd-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gocd/gocd-docker/downloads", + "issues_url": "https://api.github.com/repos/gocd/gocd-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/gocd/gocd-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gocd/gocd-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gocd/gocd-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gocd/gocd-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/gocd/gocd-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/gocd/gocd-docker/deployments", + "created_at": "2015-01-07T17:03:04Z", + "updated_at": "2018-07-30T09:05:34Z", + "pushed_at": "2017-04-05T17:01:52Z", + "git_url": "git://github.com/gocd/gocd-docker.git", + "ssh_url": "git@github.com:gocd/gocd-docker.git", + "clone_url": "https://github.com/gocd/gocd-docker.git", + "svn_url": "https://github.com/gocd/gocd-docker", + "homepage": "https://hub.docker.com/r/gocd/gocd-server/", + "size": 77, + "stargazers_count": 96, + "watchers_count": 96, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 79, + "mirror_url": null, + "archived": true, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 79, + "open_issues": 12, + "watchers": 96, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gocd", + "id": 6099846, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTk4NDY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6099846?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gocd", + "html_url": "https://github.com/gocd", + "followers_url": "https://api.github.com/users/gocd/followers", + "following_url": "https://api.github.com/users/gocd/following{/other_user}", + "gists_url": "https://api.github.com/users/gocd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gocd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gocd/subscriptions", + "organizations_url": "https://api.github.com/users/gocd/orgs", + "repos_url": "https://api.github.com/users/gocd/repos", + "events_url": "https://api.github.com/users/gocd/events{/privacy}", + "received_events_url": "https://api.github.com/users/gocd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 79, + "subscribers_count": 25 + }, + { + "id": 44903921, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDkwMzkyMQ==", + "name": "docker-continuous-deployment", + "full_name": "francescou/docker-continuous-deployment", + "owner": { + "login": "francescou", + "id": 1886545, + "node_id": "MDQ6VXNlcjE4ODY1NDU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1886545?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/francescou", + "html_url": "https://github.com/francescou", + "followers_url": "https://api.github.com/users/francescou/followers", + "following_url": "https://api.github.com/users/francescou/following{/other_user}", + "gists_url": "https://api.github.com/users/francescou/gists{/gist_id}", + "starred_url": "https://api.github.com/users/francescou/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/francescou/subscriptions", + "organizations_url": "https://api.github.com/users/francescou/orgs", + "repos_url": "https://api.github.com/users/francescou/repos", + "events_url": "https://api.github.com/users/francescou/events{/privacy}", + "received_events_url": "https://api.github.com/users/francescou/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/francescou/docker-continuous-deployment", + "description": "continuous deployment of a microservices application with Docker", + "fork": false, + "url": "https://api.github.com/repos/francescou/docker-continuous-deployment", + "forks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/forks", + "keys_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/teams", + "hooks_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/hooks", + "issue_events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/events{/number}", + "events_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/events", + "assignees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/assignees{/user}", + "branches_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/branches{/branch}", + "tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/tags", + "blobs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/statuses/{sha}", + "languages_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/languages", + "stargazers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/stargazers", + "contributors_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contributors", + "subscribers_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscribers", + "subscription_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/subscription", + "commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/contents/{+path}", + "compare_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/merges", + "archive_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/downloads", + "issues_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/issues{/number}", + "pulls_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/pulls{/number}", + "milestones_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/milestones{/number}", + "notifications_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/labels{/name}", + "releases_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/releases{/id}", + "deployments_url": "https://api.github.com/repos/francescou/docker-continuous-deployment/deployments", + "created_at": "2015-10-25T09:37:45Z", + "updated_at": "2018-08-01T13:07:43Z", + "pushed_at": "2017-08-01T17:25:15Z", + "git_url": "git://github.com/francescou/docker-continuous-deployment.git", + "ssh_url": "git@github.com:francescou/docker-continuous-deployment.git", + "clone_url": "https://github.com/francescou/docker-continuous-deployment.git", + "svn_url": "https://github.com/francescou/docker-continuous-deployment", + "homepage": "", + "size": 379, + "stargazers_count": 125, + "watchers_count": 125, + "language": "HTML", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 33, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 33, + "open_issues": 0, + "watchers": 125, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 33, + "subscribers_count": 8 + }, + { + "id": 76410287, + "node_id": "MDEwOlJlcG9zaXRvcnk3NjQxMDI4Nw==", + "name": "mu", + "full_name": "stelligent/mu", + "owner": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/stelligent/mu", + "description": "A full-stack DevOps on AWS framework", + "fork": false, + "url": "https://api.github.com/repos/stelligent/mu", + "forks_url": "https://api.github.com/repos/stelligent/mu/forks", + "keys_url": "https://api.github.com/repos/stelligent/mu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/stelligent/mu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/stelligent/mu/teams", + "hooks_url": "https://api.github.com/repos/stelligent/mu/hooks", + "issue_events_url": "https://api.github.com/repos/stelligent/mu/issues/events{/number}", + "events_url": "https://api.github.com/repos/stelligent/mu/events", + "assignees_url": "https://api.github.com/repos/stelligent/mu/assignees{/user}", + "branches_url": "https://api.github.com/repos/stelligent/mu/branches{/branch}", + "tags_url": "https://api.github.com/repos/stelligent/mu/tags", + "blobs_url": "https://api.github.com/repos/stelligent/mu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/stelligent/mu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/stelligent/mu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/stelligent/mu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/stelligent/mu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/stelligent/mu/languages", + "stargazers_url": "https://api.github.com/repos/stelligent/mu/stargazers", + "contributors_url": "https://api.github.com/repos/stelligent/mu/contributors", + "subscribers_url": "https://api.github.com/repos/stelligent/mu/subscribers", + "subscription_url": "https://api.github.com/repos/stelligent/mu/subscription", + "commits_url": "https://api.github.com/repos/stelligent/mu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/stelligent/mu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/stelligent/mu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/stelligent/mu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/stelligent/mu/contents/{+path}", + "compare_url": "https://api.github.com/repos/stelligent/mu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/stelligent/mu/merges", + "archive_url": "https://api.github.com/repos/stelligent/mu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/stelligent/mu/downloads", + "issues_url": "https://api.github.com/repos/stelligent/mu/issues{/number}", + "pulls_url": "https://api.github.com/repos/stelligent/mu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/stelligent/mu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/stelligent/mu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/stelligent/mu/labels{/name}", + "releases_url": "https://api.github.com/repos/stelligent/mu/releases{/id}", + "deployments_url": "https://api.github.com/repos/stelligent/mu/deployments", + "created_at": "2016-12-14T00:35:01Z", + "updated_at": "2018-08-09T01:40:22Z", + "pushed_at": "2018-08-02T22:27:26Z", + "git_url": "git://github.com/stelligent/mu.git", + "ssh_url": "git@github.com:stelligent/mu.git", + "clone_url": "https://github.com/stelligent/mu.git", + "svn_url": "https://github.com/stelligent/mu", + "homepage": "https://getmu.io", + "size": 4529, + "stargazers_count": 427, + "watchers_count": 427, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 60, + "mirror_url": null, + "archived": false, + "open_issues_count": 64, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 60, + "open_issues": 64, + "watchers": 427, + "default_branch": "develop", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "stelligent", + "id": 1551090, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1NTEwOTA=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1551090?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/stelligent", + "html_url": "https://github.com/stelligent", + "followers_url": "https://api.github.com/users/stelligent/followers", + "following_url": "https://api.github.com/users/stelligent/following{/other_user}", + "gists_url": "https://api.github.com/users/stelligent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/stelligent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/stelligent/subscriptions", + "organizations_url": "https://api.github.com/users/stelligent/orgs", + "repos_url": "https://api.github.com/users/stelligent/repos", + "events_url": "https://api.github.com/users/stelligent/events{/privacy}", + "received_events_url": "https://api.github.com/users/stelligent/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 60, + "subscribers_count": 70 + }, + { + "id": 65899338, + "node_id": "MDEwOlJlcG9zaXRvcnk2NTg5OTMzOA==", + "name": "skipper", + "full_name": "Stratoscale/skipper", + "owner": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Stratoscale/skipper", + "description": "Easily dockerize your Git repository", + "fork": false, + "url": "https://api.github.com/repos/Stratoscale/skipper", + "forks_url": "https://api.github.com/repos/Stratoscale/skipper/forks", + "keys_url": "https://api.github.com/repos/Stratoscale/skipper/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Stratoscale/skipper/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Stratoscale/skipper/teams", + "hooks_url": "https://api.github.com/repos/Stratoscale/skipper/hooks", + "issue_events_url": "https://api.github.com/repos/Stratoscale/skipper/issues/events{/number}", + "events_url": "https://api.github.com/repos/Stratoscale/skipper/events", + "assignees_url": "https://api.github.com/repos/Stratoscale/skipper/assignees{/user}", + "branches_url": "https://api.github.com/repos/Stratoscale/skipper/branches{/branch}", + "tags_url": "https://api.github.com/repos/Stratoscale/skipper/tags", + "blobs_url": "https://api.github.com/repos/Stratoscale/skipper/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Stratoscale/skipper/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Stratoscale/skipper/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Stratoscale/skipper/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Stratoscale/skipper/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Stratoscale/skipper/languages", + "stargazers_url": "https://api.github.com/repos/Stratoscale/skipper/stargazers", + "contributors_url": "https://api.github.com/repos/Stratoscale/skipper/contributors", + "subscribers_url": "https://api.github.com/repos/Stratoscale/skipper/subscribers", + "subscription_url": "https://api.github.com/repos/Stratoscale/skipper/subscription", + "commits_url": "https://api.github.com/repos/Stratoscale/skipper/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Stratoscale/skipper/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Stratoscale/skipper/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Stratoscale/skipper/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Stratoscale/skipper/contents/{+path}", + "compare_url": "https://api.github.com/repos/Stratoscale/skipper/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Stratoscale/skipper/merges", + "archive_url": "https://api.github.com/repos/Stratoscale/skipper/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Stratoscale/skipper/downloads", + "issues_url": "https://api.github.com/repos/Stratoscale/skipper/issues{/number}", + "pulls_url": "https://api.github.com/repos/Stratoscale/skipper/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Stratoscale/skipper/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Stratoscale/skipper/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Stratoscale/skipper/labels{/name}", + "releases_url": "https://api.github.com/repos/Stratoscale/skipper/releases{/id}", + "deployments_url": "https://api.github.com/repos/Stratoscale/skipper/deployments", + "created_at": "2016-08-17T10:37:53Z", + "updated_at": "2018-07-17T16:08:25Z", + "pushed_at": "2018-07-17T16:17:48Z", + "git_url": "git://github.com/Stratoscale/skipper.git", + "ssh_url": "git@github.com:Stratoscale/skipper.git", + "clone_url": "https://github.com/Stratoscale/skipper.git", + "svn_url": "https://github.com/Stratoscale/skipper", + "homepage": "", + "size": 164, + "stargazers_count": 22, + "watchers_count": 22, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 1, + "watchers": 22, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Stratoscale", + "id": 4893243, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ4OTMyNDM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/4893243?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Stratoscale", + "html_url": "https://github.com/Stratoscale", + "followers_url": "https://api.github.com/users/Stratoscale/followers", + "following_url": "https://api.github.com/users/Stratoscale/following{/other_user}", + "gists_url": "https://api.github.com/users/Stratoscale/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Stratoscale/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Stratoscale/subscriptions", + "organizations_url": "https://api.github.com/users/Stratoscale/orgs", + "repos_url": "https://api.github.com/users/Stratoscale/repos", + "events_url": "https://api.github.com/users/Stratoscale/events{/privacy}", + "received_events_url": "https://api.github.com/users/Stratoscale/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 3, + "subscribers_count": 30 + }, + { + "id": 62015164, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjAxNTE2NA==", + "name": "swarmci", + "full_name": "ghostsquad/swarmci", + "owner": { + "login": "ghostsquad", + "id": 903488, + "node_id": "MDQ6VXNlcjkwMzQ4OA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/903488?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ghostsquad", + "html_url": "https://github.com/ghostsquad", + "followers_url": "https://api.github.com/users/ghostsquad/followers", + "following_url": "https://api.github.com/users/ghostsquad/following{/other_user}", + "gists_url": "https://api.github.com/users/ghostsquad/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ghostsquad/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ghostsquad/subscriptions", + "organizations_url": "https://api.github.com/users/ghostsquad/orgs", + "repos_url": "https://api.github.com/users/ghostsquad/repos", + "events_url": "https://api.github.com/users/ghostsquad/events{/privacy}", + "received_events_url": "https://api.github.com/users/ghostsquad/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ghostsquad/swarmci", + "description": "Swarm CI - Docker Swarm-based CI system or enhancement to existing systems.", + "fork": false, + "url": "https://api.github.com/repos/ghostsquad/swarmci", + "forks_url": "https://api.github.com/repos/ghostsquad/swarmci/forks", + "keys_url": "https://api.github.com/repos/ghostsquad/swarmci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ghostsquad/swarmci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ghostsquad/swarmci/teams", + "hooks_url": "https://api.github.com/repos/ghostsquad/swarmci/hooks", + "issue_events_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/events{/number}", + "events_url": "https://api.github.com/repos/ghostsquad/swarmci/events", + "assignees_url": "https://api.github.com/repos/ghostsquad/swarmci/assignees{/user}", + "branches_url": "https://api.github.com/repos/ghostsquad/swarmci/branches{/branch}", + "tags_url": "https://api.github.com/repos/ghostsquad/swarmci/tags", + "blobs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ghostsquad/swarmci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ghostsquad/swarmci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ghostsquad/swarmci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ghostsquad/swarmci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ghostsquad/swarmci/languages", + "stargazers_url": "https://api.github.com/repos/ghostsquad/swarmci/stargazers", + "contributors_url": "https://api.github.com/repos/ghostsquad/swarmci/contributors", + "subscribers_url": "https://api.github.com/repos/ghostsquad/swarmci/subscribers", + "subscription_url": "https://api.github.com/repos/ghostsquad/swarmci/subscription", + "commits_url": "https://api.github.com/repos/ghostsquad/swarmci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ghostsquad/swarmci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ghostsquad/swarmci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ghostsquad/swarmci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ghostsquad/swarmci/contents/{+path}", + "compare_url": "https://api.github.com/repos/ghostsquad/swarmci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ghostsquad/swarmci/merges", + "archive_url": "https://api.github.com/repos/ghostsquad/swarmci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ghostsquad/swarmci/downloads", + "issues_url": "https://api.github.com/repos/ghostsquad/swarmci/issues{/number}", + "pulls_url": "https://api.github.com/repos/ghostsquad/swarmci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ghostsquad/swarmci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ghostsquad/swarmci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ghostsquad/swarmci/labels{/name}", + "releases_url": "https://api.github.com/repos/ghostsquad/swarmci/releases{/id}", + "deployments_url": "https://api.github.com/repos/ghostsquad/swarmci/deployments", + "created_at": "2016-06-27T00:49:15Z", + "updated_at": "2018-05-25T13:52:31Z", + "pushed_at": "2017-02-24T02:14:18Z", + "git_url": "git://github.com/ghostsquad/swarmci.git", + "ssh_url": "git@github.com:ghostsquad/swarmci.git", + "clone_url": "https://github.com/ghostsquad/swarmci.git", + "svn_url": "https://github.com/ghostsquad/swarmci", + "homepage": null, + "size": 353, + "stargazers_count": 42, + "watchers_count": 42, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 42, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 9 + }, + { + "id": 39038086, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTAzODA4Ng==", + "name": "watchtower", + "full_name": "v2tec/watchtower", + "owner": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/v2tec/watchtower", + "description": "Automatically update running Docker containers", + "fork": false, + "url": "https://api.github.com/repos/v2tec/watchtower", + "forks_url": "https://api.github.com/repos/v2tec/watchtower/forks", + "keys_url": "https://api.github.com/repos/v2tec/watchtower/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/v2tec/watchtower/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/v2tec/watchtower/teams", + "hooks_url": "https://api.github.com/repos/v2tec/watchtower/hooks", + "issue_events_url": "https://api.github.com/repos/v2tec/watchtower/issues/events{/number}", + "events_url": "https://api.github.com/repos/v2tec/watchtower/events", + "assignees_url": "https://api.github.com/repos/v2tec/watchtower/assignees{/user}", + "branches_url": "https://api.github.com/repos/v2tec/watchtower/branches{/branch}", + "tags_url": "https://api.github.com/repos/v2tec/watchtower/tags", + "blobs_url": "https://api.github.com/repos/v2tec/watchtower/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/v2tec/watchtower/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/v2tec/watchtower/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/v2tec/watchtower/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/v2tec/watchtower/statuses/{sha}", + "languages_url": "https://api.github.com/repos/v2tec/watchtower/languages", + "stargazers_url": "https://api.github.com/repos/v2tec/watchtower/stargazers", + "contributors_url": "https://api.github.com/repos/v2tec/watchtower/contributors", + "subscribers_url": "https://api.github.com/repos/v2tec/watchtower/subscribers", + "subscription_url": "https://api.github.com/repos/v2tec/watchtower/subscription", + "commits_url": "https://api.github.com/repos/v2tec/watchtower/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/v2tec/watchtower/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/v2tec/watchtower/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/v2tec/watchtower/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/v2tec/watchtower/contents/{+path}", + "compare_url": "https://api.github.com/repos/v2tec/watchtower/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/v2tec/watchtower/merges", + "archive_url": "https://api.github.com/repos/v2tec/watchtower/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/v2tec/watchtower/downloads", + "issues_url": "https://api.github.com/repos/v2tec/watchtower/issues{/number}", + "pulls_url": "https://api.github.com/repos/v2tec/watchtower/pulls{/number}", + "milestones_url": "https://api.github.com/repos/v2tec/watchtower/milestones{/number}", + "notifications_url": "https://api.github.com/repos/v2tec/watchtower/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/v2tec/watchtower/labels{/name}", + "releases_url": "https://api.github.com/repos/v2tec/watchtower/releases{/id}", + "deployments_url": "https://api.github.com/repos/v2tec/watchtower/deployments", + "created_at": "2015-07-13T21:21:53Z", + "updated_at": "2018-08-09T15:49:21Z", + "pushed_at": "2018-07-16T18:11:05Z", + "git_url": "git://github.com/v2tec/watchtower.git", + "ssh_url": "git@github.com:v2tec/watchtower.git", + "clone_url": "https://github.com/v2tec/watchtower.git", + "svn_url": "https://github.com/v2tec/watchtower", + "homepage": "", + "size": 343, + "stargazers_count": 2475, + "watchers_count": 2475, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 184, + "mirror_url": null, + "archived": false, + "open_issues_count": 85, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 184, + "open_issues": 85, + "watchers": 2475, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "v2tec", + "id": 24910748, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI0OTEwNzQ4", + "avatar_url": "https://avatars1.githubusercontent.com/u/24910748?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/v2tec", + "html_url": "https://github.com/v2tec", + "followers_url": "https://api.github.com/users/v2tec/followers", + "following_url": "https://api.github.com/users/v2tec/following{/other_user}", + "gists_url": "https://api.github.com/users/v2tec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/v2tec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/v2tec/subscriptions", + "organizations_url": "https://api.github.com/users/v2tec/orgs", + "repos_url": "https://api.github.com/users/v2tec/repos", + "events_url": "https://api.github.com/users/v2tec/events{/privacy}", + "received_events_url": "https://api.github.com/users/v2tec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 184, + "subscribers_count": 87 + }, + { + "id": 43073069, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzA3MzA2OQ==", + "name": "binci", + "full_name": "binci/binci", + "owner": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/binci/binci", + "description": ":whale: Containerize your development workflow.", + "fork": false, + "url": "https://api.github.com/repos/binci/binci", + "forks_url": "https://api.github.com/repos/binci/binci/forks", + "keys_url": "https://api.github.com/repos/binci/binci/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/binci/binci/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/binci/binci/teams", + "hooks_url": "https://api.github.com/repos/binci/binci/hooks", + "issue_events_url": "https://api.github.com/repos/binci/binci/issues/events{/number}", + "events_url": "https://api.github.com/repos/binci/binci/events", + "assignees_url": "https://api.github.com/repos/binci/binci/assignees{/user}", + "branches_url": "https://api.github.com/repos/binci/binci/branches{/branch}", + "tags_url": "https://api.github.com/repos/binci/binci/tags", + "blobs_url": "https://api.github.com/repos/binci/binci/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/binci/binci/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/binci/binci/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/binci/binci/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/binci/binci/statuses/{sha}", + "languages_url": "https://api.github.com/repos/binci/binci/languages", + "stargazers_url": "https://api.github.com/repos/binci/binci/stargazers", + "contributors_url": "https://api.github.com/repos/binci/binci/contributors", + "subscribers_url": "https://api.github.com/repos/binci/binci/subscribers", + "subscription_url": "https://api.github.com/repos/binci/binci/subscription", + "commits_url": "https://api.github.com/repos/binci/binci/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/binci/binci/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/binci/binci/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/binci/binci/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/binci/binci/contents/{+path}", + "compare_url": "https://api.github.com/repos/binci/binci/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/binci/binci/merges", + "archive_url": "https://api.github.com/repos/binci/binci/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/binci/binci/downloads", + "issues_url": "https://api.github.com/repos/binci/binci/issues{/number}", + "pulls_url": "https://api.github.com/repos/binci/binci/pulls{/number}", + "milestones_url": "https://api.github.com/repos/binci/binci/milestones{/number}", + "notifications_url": "https://api.github.com/repos/binci/binci/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/binci/binci/labels{/name}", + "releases_url": "https://api.github.com/repos/binci/binci/releases{/id}", + "deployments_url": "https://api.github.com/repos/binci/binci/deployments", + "created_at": "2015-09-24T14:48:21Z", + "updated_at": "2018-08-09T07:30:10Z", + "pushed_at": "2018-07-16T19:32:15Z", + "git_url": "git://github.com/binci/binci.git", + "ssh_url": "git@github.com:binci/binci.git", + "clone_url": "https://github.com/binci/binci.git", + "svn_url": "https://github.com/binci/binci", + "homepage": "", + "size": 1767, + "stargazers_count": 591, + "watchers_count": 591, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 18, + "open_issues": 4, + "watchers": 591, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "binci", + "id": 29152764, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI5MTUyNzY0", + "avatar_url": "https://avatars1.githubusercontent.com/u/29152764?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/binci", + "html_url": "https://github.com/binci", + "followers_url": "https://api.github.com/users/binci/followers", + "following_url": "https://api.github.com/users/binci/following{/other_user}", + "gists_url": "https://api.github.com/users/binci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/binci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/binci/subscriptions", + "organizations_url": "https://api.github.com/users/binci/orgs", + "repos_url": "https://api.github.com/users/binci/repos", + "events_url": "https://api.github.com/users/binci/events{/privacy}", + "received_events_url": "https://api.github.com/users/binci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 22 + }, + { + "id": 14930729, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDkzMDcyOQ==", + "name": "boot2docker", + "full_name": "boot2docker/boot2docker", + "owner": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/boot2docker/boot2docker", + "description": "Lightweight Linux for Docker", + "fork": false, + "url": "https://api.github.com/repos/boot2docker/boot2docker", + "forks_url": "https://api.github.com/repos/boot2docker/boot2docker/forks", + "keys_url": "https://api.github.com/repos/boot2docker/boot2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/boot2docker/boot2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/boot2docker/boot2docker/teams", + "hooks_url": "https://api.github.com/repos/boot2docker/boot2docker/hooks", + "issue_events_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/boot2docker/boot2docker/events", + "assignees_url": "https://api.github.com/repos/boot2docker/boot2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/boot2docker/boot2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/boot2docker/boot2docker/tags", + "blobs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/boot2docker/boot2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/boot2docker/boot2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/boot2docker/boot2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/boot2docker/boot2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/boot2docker/boot2docker/languages", + "stargazers_url": "https://api.github.com/repos/boot2docker/boot2docker/stargazers", + "contributors_url": "https://api.github.com/repos/boot2docker/boot2docker/contributors", + "subscribers_url": "https://api.github.com/repos/boot2docker/boot2docker/subscribers", + "subscription_url": "https://api.github.com/repos/boot2docker/boot2docker/subscription", + "commits_url": "https://api.github.com/repos/boot2docker/boot2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/boot2docker/boot2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/boot2docker/boot2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/boot2docker/boot2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/boot2docker/boot2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/boot2docker/boot2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/boot2docker/boot2docker/merges", + "archive_url": "https://api.github.com/repos/boot2docker/boot2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/boot2docker/boot2docker/downloads", + "issues_url": "https://api.github.com/repos/boot2docker/boot2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/boot2docker/boot2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/boot2docker/boot2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/boot2docker/boot2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/boot2docker/boot2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/boot2docker/boot2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/boot2docker/boot2docker/deployments", + "created_at": "2013-12-04T17:26:57Z", + "updated_at": "2018-08-09T13:32:56Z", + "pushed_at": "2018-07-19T19:01:06Z", + "git_url": "git://github.com/boot2docker/boot2docker.git", + "ssh_url": "git@github.com:boot2docker/boot2docker.git", + "clone_url": "https://github.com/boot2docker/boot2docker.git", + "svn_url": "https://github.com/boot2docker/boot2docker", + "homepage": "", + "size": 1379, + "stargazers_count": 7512, + "watchers_count": 7512, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1041, + "mirror_url": null, + "archived": false, + "open_issues_count": 367, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1041, + "open_issues": 367, + "watchers": 7512, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "boot2docker", + "id": 6394678, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjYzOTQ2Nzg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6394678?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/boot2docker", + "html_url": "https://github.com/boot2docker", + "followers_url": "https://api.github.com/users/boot2docker/followers", + "following_url": "https://api.github.com/users/boot2docker/following{/other_user}", + "gists_url": "https://api.github.com/users/boot2docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/boot2docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/boot2docker/subscriptions", + "organizations_url": "https://api.github.com/users/boot2docker/orgs", + "repos_url": "https://api.github.com/users/boot2docker/repos", + "events_url": "https://api.github.com/users/boot2docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/boot2docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1041, + "subscribers_count": 399 + }, + { + "id": 31334437, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTMzNDQzNw==", + "name": "construi", + "full_name": "lstephen/construi", + "owner": { + "login": "lstephen", + "id": 1180074, + "node_id": "MDQ6VXNlcjExODAwNzQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/1180074?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lstephen", + "html_url": "https://github.com/lstephen", + "followers_url": "https://api.github.com/users/lstephen/followers", + "following_url": "https://api.github.com/users/lstephen/following{/other_user}", + "gists_url": "https://api.github.com/users/lstephen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lstephen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lstephen/subscriptions", + "organizations_url": "https://api.github.com/users/lstephen/orgs", + "repos_url": "https://api.github.com/users/lstephen/repos", + "events_url": "https://api.github.com/users/lstephen/events{/privacy}", + "received_events_url": "https://api.github.com/users/lstephen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lstephen/construi", + "description": "Use Docker to define your build environment.", + "fork": false, + "url": "https://api.github.com/repos/lstephen/construi", + "forks_url": "https://api.github.com/repos/lstephen/construi/forks", + "keys_url": "https://api.github.com/repos/lstephen/construi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lstephen/construi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lstephen/construi/teams", + "hooks_url": "https://api.github.com/repos/lstephen/construi/hooks", + "issue_events_url": "https://api.github.com/repos/lstephen/construi/issues/events{/number}", + "events_url": "https://api.github.com/repos/lstephen/construi/events", + "assignees_url": "https://api.github.com/repos/lstephen/construi/assignees{/user}", + "branches_url": "https://api.github.com/repos/lstephen/construi/branches{/branch}", + "tags_url": "https://api.github.com/repos/lstephen/construi/tags", + "blobs_url": "https://api.github.com/repos/lstephen/construi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lstephen/construi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lstephen/construi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lstephen/construi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lstephen/construi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lstephen/construi/languages", + "stargazers_url": "https://api.github.com/repos/lstephen/construi/stargazers", + "contributors_url": "https://api.github.com/repos/lstephen/construi/contributors", + "subscribers_url": "https://api.github.com/repos/lstephen/construi/subscribers", + "subscription_url": "https://api.github.com/repos/lstephen/construi/subscription", + "commits_url": "https://api.github.com/repos/lstephen/construi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lstephen/construi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lstephen/construi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lstephen/construi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lstephen/construi/contents/{+path}", + "compare_url": "https://api.github.com/repos/lstephen/construi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lstephen/construi/merges", + "archive_url": "https://api.github.com/repos/lstephen/construi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lstephen/construi/downloads", + "issues_url": "https://api.github.com/repos/lstephen/construi/issues{/number}", + "pulls_url": "https://api.github.com/repos/lstephen/construi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lstephen/construi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lstephen/construi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lstephen/construi/labels{/name}", + "releases_url": "https://api.github.com/repos/lstephen/construi/releases{/id}", + "deployments_url": "https://api.github.com/repos/lstephen/construi/deployments", + "created_at": "2015-02-25T20:32:30Z", + "updated_at": "2018-08-02T03:47:03Z", + "pushed_at": "2018-08-02T03:50:18Z", + "git_url": "git://github.com/lstephen/construi.git", + "ssh_url": "git@github.com:lstephen/construi.git", + "clone_url": "https://github.com/lstephen/construi.git", + "svn_url": "https://github.com/lstephen/construi", + "homepage": "", + "size": 5913, + "stargazers_count": 20, + "watchers_count": 20, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 3, + "watchers": 20, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 95492492, + "node_id": "MDEwOlJlcG9zaXRvcnk5NTQ5MjQ5Mg==", + "name": "crashcart", + "full_name": "oracle/crashcart", + "owner": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/oracle/crashcart", + "description": "CrashCart: sideload binaries into a running container", + "fork": false, + "url": "https://api.github.com/repos/oracle/crashcart", + "forks_url": "https://api.github.com/repos/oracle/crashcart/forks", + "keys_url": "https://api.github.com/repos/oracle/crashcart/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/oracle/crashcart/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/oracle/crashcart/teams", + "hooks_url": "https://api.github.com/repos/oracle/crashcart/hooks", + "issue_events_url": "https://api.github.com/repos/oracle/crashcart/issues/events{/number}", + "events_url": "https://api.github.com/repos/oracle/crashcart/events", + "assignees_url": "https://api.github.com/repos/oracle/crashcart/assignees{/user}", + "branches_url": "https://api.github.com/repos/oracle/crashcart/branches{/branch}", + "tags_url": "https://api.github.com/repos/oracle/crashcart/tags", + "blobs_url": "https://api.github.com/repos/oracle/crashcart/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/oracle/crashcart/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/oracle/crashcart/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/oracle/crashcart/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/oracle/crashcart/statuses/{sha}", + "languages_url": "https://api.github.com/repos/oracle/crashcart/languages", + "stargazers_url": "https://api.github.com/repos/oracle/crashcart/stargazers", + "contributors_url": "https://api.github.com/repos/oracle/crashcart/contributors", + "subscribers_url": "https://api.github.com/repos/oracle/crashcart/subscribers", + "subscription_url": "https://api.github.com/repos/oracle/crashcart/subscription", + "commits_url": "https://api.github.com/repos/oracle/crashcart/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/oracle/crashcart/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/oracle/crashcart/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/oracle/crashcart/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/oracle/crashcart/contents/{+path}", + "compare_url": "https://api.github.com/repos/oracle/crashcart/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/oracle/crashcart/merges", + "archive_url": "https://api.github.com/repos/oracle/crashcart/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/oracle/crashcart/downloads", + "issues_url": "https://api.github.com/repos/oracle/crashcart/issues{/number}", + "pulls_url": "https://api.github.com/repos/oracle/crashcart/pulls{/number}", + "milestones_url": "https://api.github.com/repos/oracle/crashcart/milestones{/number}", + "notifications_url": "https://api.github.com/repos/oracle/crashcart/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/oracle/crashcart/labels{/name}", + "releases_url": "https://api.github.com/repos/oracle/crashcart/releases{/id}", + "deployments_url": "https://api.github.com/repos/oracle/crashcart/deployments", + "created_at": "2017-06-26T21:50:13Z", + "updated_at": "2018-08-02T02:17:15Z", + "pushed_at": "2018-02-26T22:22:19Z", + "git_url": "git://github.com/oracle/crashcart.git", + "ssh_url": "git@github.com:oracle/crashcart.git", + "clone_url": "https://github.com/oracle/crashcart.git", + "svn_url": "https://github.com/oracle/crashcart", + "homepage": "", + "size": 56, + "stargazers_count": 220, + "watchers_count": 220, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 18, + "open_issues": 2, + "watchers": 220, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "oracle", + "id": 4430336, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0MzAzMzY=", + "avatar_url": "https://avatars1.githubusercontent.com/u/4430336?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/oracle", + "html_url": "https://github.com/oracle", + "followers_url": "https://api.github.com/users/oracle/followers", + "following_url": "https://api.github.com/users/oracle/following{/other_user}", + "gists_url": "https://api.github.com/users/oracle/gists{/gist_id}", + "starred_url": "https://api.github.com/users/oracle/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/oracle/subscriptions", + "organizations_url": "https://api.github.com/users/oracle/orgs", + "repos_url": "https://api.github.com/users/oracle/repos", + "events_url": "https://api.github.com/users/oracle/events{/privacy}", + "received_events_url": "https://api.github.com/users/oracle/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 18931097, + "node_id": "MDEwOlJlcG9zaXRvcnkxODkzMTA5Nw==", + "name": "devstep", + "full_name": "fgrehm/devstep", + "owner": { + "login": "fgrehm", + "id": 81859, + "node_id": "MDQ6VXNlcjgxODU5", + "avatar_url": "https://avatars1.githubusercontent.com/u/81859?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/fgrehm", + "html_url": "https://github.com/fgrehm", + "followers_url": "https://api.github.com/users/fgrehm/followers", + "following_url": "https://api.github.com/users/fgrehm/following{/other_user}", + "gists_url": "https://api.github.com/users/fgrehm/gists{/gist_id}", + "starred_url": "https://api.github.com/users/fgrehm/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/fgrehm/subscriptions", + "organizations_url": "https://api.github.com/users/fgrehm/orgs", + "repos_url": "https://api.github.com/users/fgrehm/repos", + "events_url": "https://api.github.com/users/fgrehm/events{/privacy}", + "received_events_url": "https://api.github.com/users/fgrehm/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/fgrehm/devstep", + "description": "Development environments powered by Docker and buildpacks", + "fork": false, + "url": "https://api.github.com/repos/fgrehm/devstep", + "forks_url": "https://api.github.com/repos/fgrehm/devstep/forks", + "keys_url": "https://api.github.com/repos/fgrehm/devstep/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/fgrehm/devstep/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/fgrehm/devstep/teams", + "hooks_url": "https://api.github.com/repos/fgrehm/devstep/hooks", + "issue_events_url": "https://api.github.com/repos/fgrehm/devstep/issues/events{/number}", + "events_url": "https://api.github.com/repos/fgrehm/devstep/events", + "assignees_url": "https://api.github.com/repos/fgrehm/devstep/assignees{/user}", + "branches_url": "https://api.github.com/repos/fgrehm/devstep/branches{/branch}", + "tags_url": "https://api.github.com/repos/fgrehm/devstep/tags", + "blobs_url": "https://api.github.com/repos/fgrehm/devstep/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/fgrehm/devstep/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/fgrehm/devstep/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/fgrehm/devstep/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/fgrehm/devstep/statuses/{sha}", + "languages_url": "https://api.github.com/repos/fgrehm/devstep/languages", + "stargazers_url": "https://api.github.com/repos/fgrehm/devstep/stargazers", + "contributors_url": "https://api.github.com/repos/fgrehm/devstep/contributors", + "subscribers_url": "https://api.github.com/repos/fgrehm/devstep/subscribers", + "subscription_url": "https://api.github.com/repos/fgrehm/devstep/subscription", + "commits_url": "https://api.github.com/repos/fgrehm/devstep/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/fgrehm/devstep/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/fgrehm/devstep/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/fgrehm/devstep/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/fgrehm/devstep/contents/{+path}", + "compare_url": "https://api.github.com/repos/fgrehm/devstep/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/fgrehm/devstep/merges", + "archive_url": "https://api.github.com/repos/fgrehm/devstep/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/fgrehm/devstep/downloads", + "issues_url": "https://api.github.com/repos/fgrehm/devstep/issues{/number}", + "pulls_url": "https://api.github.com/repos/fgrehm/devstep/pulls{/number}", + "milestones_url": "https://api.github.com/repos/fgrehm/devstep/milestones{/number}", + "notifications_url": "https://api.github.com/repos/fgrehm/devstep/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/fgrehm/devstep/labels{/name}", + "releases_url": "https://api.github.com/repos/fgrehm/devstep/releases{/id}", + "deployments_url": "https://api.github.com/repos/fgrehm/devstep/deployments", + "created_at": "2014-04-19T02:02:04Z", + "updated_at": "2018-06-12T02:41:32Z", + "pushed_at": "2017-12-10T16:33:00Z", + "git_url": "git://github.com/fgrehm/devstep.git", + "ssh_url": "git@github.com:fgrehm/devstep.git", + "clone_url": "https://github.com/fgrehm/devstep.git", + "svn_url": "https://github.com/fgrehm/devstep", + "homepage": "http://fgrehm.viewdocs.io/devstep", + "size": 404, + "stargazers_count": 201, + "watchers_count": 201, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": true, + "open_issues_count": 26, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 14, + "open_issues": 26, + "watchers": 201, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 14, + "subscribers_count": 9 + }, + { + "id": 26237573, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjIzNzU3Mw==", + "name": "dinghy", + "full_name": "codekitchen/dinghy", + "owner": { + "login": "codekitchen", + "id": 52172, + "node_id": "MDQ6VXNlcjUyMTcy", + "avatar_url": "https://avatars0.githubusercontent.com/u/52172?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/codekitchen", + "html_url": "https://github.com/codekitchen", + "followers_url": "https://api.github.com/users/codekitchen/followers", + "following_url": "https://api.github.com/users/codekitchen/following{/other_user}", + "gists_url": "https://api.github.com/users/codekitchen/gists{/gist_id}", + "starred_url": "https://api.github.com/users/codekitchen/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/codekitchen/subscriptions", + "organizations_url": "https://api.github.com/users/codekitchen/orgs", + "repos_url": "https://api.github.com/users/codekitchen/repos", + "events_url": "https://api.github.com/users/codekitchen/events{/privacy}", + "received_events_url": "https://api.github.com/users/codekitchen/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/codekitchen/dinghy", + "description": "faster, friendlier Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/codekitchen/dinghy", + "forks_url": "https://api.github.com/repos/codekitchen/dinghy/forks", + "keys_url": "https://api.github.com/repos/codekitchen/dinghy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/codekitchen/dinghy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/codekitchen/dinghy/teams", + "hooks_url": "https://api.github.com/repos/codekitchen/dinghy/hooks", + "issue_events_url": "https://api.github.com/repos/codekitchen/dinghy/issues/events{/number}", + "events_url": "https://api.github.com/repos/codekitchen/dinghy/events", + "assignees_url": "https://api.github.com/repos/codekitchen/dinghy/assignees{/user}", + "branches_url": "https://api.github.com/repos/codekitchen/dinghy/branches{/branch}", + "tags_url": "https://api.github.com/repos/codekitchen/dinghy/tags", + "blobs_url": "https://api.github.com/repos/codekitchen/dinghy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/codekitchen/dinghy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/codekitchen/dinghy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/codekitchen/dinghy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/codekitchen/dinghy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/codekitchen/dinghy/languages", + "stargazers_url": "https://api.github.com/repos/codekitchen/dinghy/stargazers", + "contributors_url": "https://api.github.com/repos/codekitchen/dinghy/contributors", + "subscribers_url": "https://api.github.com/repos/codekitchen/dinghy/subscribers", + "subscription_url": "https://api.github.com/repos/codekitchen/dinghy/subscription", + "commits_url": "https://api.github.com/repos/codekitchen/dinghy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/codekitchen/dinghy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/codekitchen/dinghy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/codekitchen/dinghy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/codekitchen/dinghy/contents/{+path}", + "compare_url": "https://api.github.com/repos/codekitchen/dinghy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/codekitchen/dinghy/merges", + "archive_url": "https://api.github.com/repos/codekitchen/dinghy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/codekitchen/dinghy/downloads", + "issues_url": "https://api.github.com/repos/codekitchen/dinghy/issues{/number}", + "pulls_url": "https://api.github.com/repos/codekitchen/dinghy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/codekitchen/dinghy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/codekitchen/dinghy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/codekitchen/dinghy/labels{/name}", + "releases_url": "https://api.github.com/repos/codekitchen/dinghy/releases{/id}", + "deployments_url": "https://api.github.com/repos/codekitchen/dinghy/deployments", + "created_at": "2014-11-05T20:09:47Z", + "updated_at": "2018-08-09T13:29:11Z", + "pushed_at": "2018-07-05T21:14:31Z", + "git_url": "git://github.com/codekitchen/dinghy.git", + "ssh_url": "git@github.com:codekitchen/dinghy.git", + "clone_url": "https://github.com/codekitchen/dinghy.git", + "svn_url": "https://github.com/codekitchen/dinghy", + "homepage": "", + "size": 394, + "stargazers_count": 1835, + "watchers_count": 1835, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 107, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 107, + "open_issues": 25, + "watchers": 1835, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 107, + "subscribers_count": 41 + }, + { + "id": 40147107, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDE0NzEwNw==", + "name": "dlite", + "full_name": "nlf/dlite", + "owner": { + "login": "nlf", + "id": 424045, + "node_id": "MDQ6VXNlcjQyNDA0NQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/424045?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nlf", + "html_url": "https://github.com/nlf", + "followers_url": "https://api.github.com/users/nlf/followers", + "following_url": "https://api.github.com/users/nlf/following{/other_user}", + "gists_url": "https://api.github.com/users/nlf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nlf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nlf/subscriptions", + "organizations_url": "https://api.github.com/users/nlf/orgs", + "repos_url": "https://api.github.com/users/nlf/repos", + "events_url": "https://api.github.com/users/nlf/events{/privacy}", + "received_events_url": "https://api.github.com/users/nlf/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nlf/dlite", + "description": "The simplest way to use Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/nlf/dlite", + "forks_url": "https://api.github.com/repos/nlf/dlite/forks", + "keys_url": "https://api.github.com/repos/nlf/dlite/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nlf/dlite/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nlf/dlite/teams", + "hooks_url": "https://api.github.com/repos/nlf/dlite/hooks", + "issue_events_url": "https://api.github.com/repos/nlf/dlite/issues/events{/number}", + "events_url": "https://api.github.com/repos/nlf/dlite/events", + "assignees_url": "https://api.github.com/repos/nlf/dlite/assignees{/user}", + "branches_url": "https://api.github.com/repos/nlf/dlite/branches{/branch}", + "tags_url": "https://api.github.com/repos/nlf/dlite/tags", + "blobs_url": "https://api.github.com/repos/nlf/dlite/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nlf/dlite/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nlf/dlite/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nlf/dlite/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nlf/dlite/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nlf/dlite/languages", + "stargazers_url": "https://api.github.com/repos/nlf/dlite/stargazers", + "contributors_url": "https://api.github.com/repos/nlf/dlite/contributors", + "subscribers_url": "https://api.github.com/repos/nlf/dlite/subscribers", + "subscription_url": "https://api.github.com/repos/nlf/dlite/subscription", + "commits_url": "https://api.github.com/repos/nlf/dlite/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nlf/dlite/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nlf/dlite/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nlf/dlite/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nlf/dlite/contents/{+path}", + "compare_url": "https://api.github.com/repos/nlf/dlite/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nlf/dlite/merges", + "archive_url": "https://api.github.com/repos/nlf/dlite/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nlf/dlite/downloads", + "issues_url": "https://api.github.com/repos/nlf/dlite/issues{/number}", + "pulls_url": "https://api.github.com/repos/nlf/dlite/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nlf/dlite/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nlf/dlite/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nlf/dlite/labels{/name}", + "releases_url": "https://api.github.com/repos/nlf/dlite/releases{/id}", + "deployments_url": "https://api.github.com/repos/nlf/dlite/deployments", + "created_at": "2015-08-03T20:45:44Z", + "updated_at": "2018-08-01T08:29:28Z", + "pushed_at": "2018-04-23T17:07:55Z", + "git_url": "git://github.com/nlf/dlite.git", + "ssh_url": "git@github.com:nlf/dlite.git", + "clone_url": "https://github.com/nlf/dlite.git", + "svn_url": "https://github.com/nlf/dlite", + "homepage": "", + "size": 12761, + "stargazers_count": 2402, + "watchers_count": 2402, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 25, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 56, + "open_issues": 25, + "watchers": 2402, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 56, + "subscribers_count": 60 + }, + { + "id": 44488576, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDQ4ODU3Ng==", + "name": "dobi", + "full_name": "dnephin/dobi", + "owner": { + "login": "dnephin", + "id": 442180, + "node_id": "MDQ6VXNlcjQ0MjE4MA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/442180?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dnephin", + "html_url": "https://github.com/dnephin", + "followers_url": "https://api.github.com/users/dnephin/followers", + "following_url": "https://api.github.com/users/dnephin/following{/other_user}", + "gists_url": "https://api.github.com/users/dnephin/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dnephin/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dnephin/subscriptions", + "organizations_url": "https://api.github.com/users/dnephin/orgs", + "repos_url": "https://api.github.com/users/dnephin/repos", + "events_url": "https://api.github.com/users/dnephin/events{/privacy}", + "received_events_url": "https://api.github.com/users/dnephin/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dnephin/dobi", + "description": "A build automation tool for Docker applications", + "fork": false, + "url": "https://api.github.com/repos/dnephin/dobi", + "forks_url": "https://api.github.com/repos/dnephin/dobi/forks", + "keys_url": "https://api.github.com/repos/dnephin/dobi/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dnephin/dobi/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dnephin/dobi/teams", + "hooks_url": "https://api.github.com/repos/dnephin/dobi/hooks", + "issue_events_url": "https://api.github.com/repos/dnephin/dobi/issues/events{/number}", + "events_url": "https://api.github.com/repos/dnephin/dobi/events", + "assignees_url": "https://api.github.com/repos/dnephin/dobi/assignees{/user}", + "branches_url": "https://api.github.com/repos/dnephin/dobi/branches{/branch}", + "tags_url": "https://api.github.com/repos/dnephin/dobi/tags", + "blobs_url": "https://api.github.com/repos/dnephin/dobi/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dnephin/dobi/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dnephin/dobi/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dnephin/dobi/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dnephin/dobi/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dnephin/dobi/languages", + "stargazers_url": "https://api.github.com/repos/dnephin/dobi/stargazers", + "contributors_url": "https://api.github.com/repos/dnephin/dobi/contributors", + "subscribers_url": "https://api.github.com/repos/dnephin/dobi/subscribers", + "subscription_url": "https://api.github.com/repos/dnephin/dobi/subscription", + "commits_url": "https://api.github.com/repos/dnephin/dobi/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dnephin/dobi/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dnephin/dobi/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dnephin/dobi/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dnephin/dobi/contents/{+path}", + "compare_url": "https://api.github.com/repos/dnephin/dobi/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dnephin/dobi/merges", + "archive_url": "https://api.github.com/repos/dnephin/dobi/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dnephin/dobi/downloads", + "issues_url": "https://api.github.com/repos/dnephin/dobi/issues{/number}", + "pulls_url": "https://api.github.com/repos/dnephin/dobi/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dnephin/dobi/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dnephin/dobi/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dnephin/dobi/labels{/name}", + "releases_url": "https://api.github.com/repos/dnephin/dobi/releases{/id}", + "deployments_url": "https://api.github.com/repos/dnephin/dobi/deployments", + "created_at": "2015-10-18T17:32:42Z", + "updated_at": "2018-08-07T22:04:18Z", + "pushed_at": "2018-07-28T20:34:07Z", + "git_url": "git://github.com/dnephin/dobi.git", + "ssh_url": "git@github.com:dnephin/dobi.git", + "clone_url": "https://github.com/dnephin/dobi.git", + "svn_url": "https://github.com/dnephin/dobi", + "homepage": "https://dnephin.github.io/dobi/", + "size": 1471, + "stargazers_count": 157, + "watchers_count": 157, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 39, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 17, + "open_issues": 39, + "watchers": 157, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 111656082, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTE2NTYwODI=", + "name": "docker-missing-tools", + "full_name": "nandoquintana/docker-missing-tools", + "owner": { + "login": "nandoquintana", + "id": 491106, + "node_id": "MDQ6VXNlcjQ5MTEwNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/491106?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nandoquintana", + "html_url": "https://github.com/nandoquintana", + "followers_url": "https://api.github.com/users/nandoquintana/followers", + "following_url": "https://api.github.com/users/nandoquintana/following{/other_user}", + "gists_url": "https://api.github.com/users/nandoquintana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nandoquintana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nandoquintana/subscriptions", + "organizations_url": "https://api.github.com/users/nandoquintana/orgs", + "repos_url": "https://api.github.com/users/nandoquintana/repos", + "events_url": "https://api.github.com/users/nandoquintana/events{/privacy}", + "received_events_url": "https://api.github.com/users/nandoquintana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/nandoquintana/docker-missing-tools", + "description": "Docker missing tools", + "fork": false, + "url": "https://api.github.com/repos/nandoquintana/docker-missing-tools", + "forks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/forks", + "keys_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/teams", + "hooks_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/hooks", + "issue_events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/events{/number}", + "events_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/events", + "assignees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/assignees{/user}", + "branches_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/branches{/branch}", + "tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/tags", + "blobs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/statuses/{sha}", + "languages_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/languages", + "stargazers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/stargazers", + "contributors_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contributors", + "subscribers_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscribers", + "subscription_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/subscription", + "commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/contents/{+path}", + "compare_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/merges", + "archive_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/downloads", + "issues_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/issues{/number}", + "pulls_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/pulls{/number}", + "milestones_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/milestones{/number}", + "notifications_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/labels{/name}", + "releases_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/releases{/id}", + "deployments_url": "https://api.github.com/repos/nandoquintana/docker-missing-tools/deployments", + "created_at": "2017-11-22T08:22:51Z", + "updated_at": "2018-07-16T12:28:29Z", + "pushed_at": "2018-05-01T13:10:10Z", + "git_url": "git://github.com/nandoquintana/docker-missing-tools.git", + "ssh_url": "git@github.com:nandoquintana/docker-missing-tools.git", + "clone_url": "https://github.com/nandoquintana/docker-missing-tools.git", + "svn_url": "https://github.com/nandoquintana/docker-missing-tools", + "homepage": null, + "size": 29, + "stargazers_count": 11, + "watchers_count": 11, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 11, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 35737822, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTczNzgyMg==", + "name": "docker-osx-dev", + "full_name": "brikis98/docker-osx-dev", + "owner": { + "login": "brikis98", + "id": 711908, + "node_id": "MDQ6VXNlcjcxMTkwOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/711908?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/brikis98", + "html_url": "https://github.com/brikis98", + "followers_url": "https://api.github.com/users/brikis98/followers", + "following_url": "https://api.github.com/users/brikis98/following{/other_user}", + "gists_url": "https://api.github.com/users/brikis98/gists{/gist_id}", + "starred_url": "https://api.github.com/users/brikis98/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/brikis98/subscriptions", + "organizations_url": "https://api.github.com/users/brikis98/orgs", + "repos_url": "https://api.github.com/users/brikis98/repos", + "events_url": "https://api.github.com/users/brikis98/events{/privacy}", + "received_events_url": "https://api.github.com/users/brikis98/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/brikis98/docker-osx-dev", + "description": "A productive development environment with Docker on OS X", + "fork": false, + "url": "https://api.github.com/repos/brikis98/docker-osx-dev", + "forks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/forks", + "keys_url": "https://api.github.com/repos/brikis98/docker-osx-dev/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/brikis98/docker-osx-dev/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/brikis98/docker-osx-dev/teams", + "hooks_url": "https://api.github.com/repos/brikis98/docker-osx-dev/hooks", + "issue_events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/events{/number}", + "events_url": "https://api.github.com/repos/brikis98/docker-osx-dev/events", + "assignees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/assignees{/user}", + "branches_url": "https://api.github.com/repos/brikis98/docker-osx-dev/branches{/branch}", + "tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/tags", + "blobs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/brikis98/docker-osx-dev/statuses/{sha}", + "languages_url": "https://api.github.com/repos/brikis98/docker-osx-dev/languages", + "stargazers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/stargazers", + "contributors_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contributors", + "subscribers_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscribers", + "subscription_url": "https://api.github.com/repos/brikis98/docker-osx-dev/subscription", + "commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/brikis98/docker-osx-dev/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/brikis98/docker-osx-dev/contents/{+path}", + "compare_url": "https://api.github.com/repos/brikis98/docker-osx-dev/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/brikis98/docker-osx-dev/merges", + "archive_url": "https://api.github.com/repos/brikis98/docker-osx-dev/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/brikis98/docker-osx-dev/downloads", + "issues_url": "https://api.github.com/repos/brikis98/docker-osx-dev/issues{/number}", + "pulls_url": "https://api.github.com/repos/brikis98/docker-osx-dev/pulls{/number}", + "milestones_url": "https://api.github.com/repos/brikis98/docker-osx-dev/milestones{/number}", + "notifications_url": "https://api.github.com/repos/brikis98/docker-osx-dev/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/brikis98/docker-osx-dev/labels{/name}", + "releases_url": "https://api.github.com/repos/brikis98/docker-osx-dev/releases{/id}", + "deployments_url": "https://api.github.com/repos/brikis98/docker-osx-dev/deployments", + "created_at": "2015-05-16T19:47:53Z", + "updated_at": "2018-08-08T14:40:27Z", + "pushed_at": "2018-03-04T11:47:17Z", + "git_url": "git://github.com/brikis98/docker-osx-dev.git", + "ssh_url": "git@github.com:brikis98/docker-osx-dev.git", + "clone_url": "https://github.com/brikis98/docker-osx-dev.git", + "svn_url": "https://github.com/brikis98/docker-osx-dev", + "homepage": "http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/", + "size": 816, + "stargazers_count": 1440, + "watchers_count": 1440, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 118, + "mirror_url": null, + "archived": false, + "open_issues_count": 57, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 118, + "open_issues": 57, + "watchers": 1440, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 118, + "subscribers_count": 57 + }, + { + "id": 99832151, + "node_id": "MDEwOlJlcG9zaXRvcnk5OTgzMjE1MQ==", + "name": "Docker-Arch", + "full_name": "Ph3nol/Docker-Arch", + "owner": { + "login": "Ph3nol", + "id": 183984, + "node_id": "MDQ6VXNlcjE4Mzk4NA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/183984?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Ph3nol", + "html_url": "https://github.com/Ph3nol", + "followers_url": "https://api.github.com/users/Ph3nol/followers", + "following_url": "https://api.github.com/users/Ph3nol/following{/other_user}", + "gists_url": "https://api.github.com/users/Ph3nol/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Ph3nol/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Ph3nol/subscriptions", + "organizations_url": "https://api.github.com/users/Ph3nol/orgs", + "repos_url": "https://api.github.com/users/Ph3nol/repos", + "events_url": "https://api.github.com/users/Ph3nol/events{/privacy}", + "received_events_url": "https://api.github.com/users/Ph3nol/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Ph3nol/Docker-Arch", + "description": "Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file.", + "fork": false, + "url": "https://api.github.com/repos/Ph3nol/Docker-Arch", + "forks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/forks", + "keys_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/teams", + "hooks_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/hooks", + "issue_events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/events{/number}", + "events_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/events", + "assignees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/assignees{/user}", + "branches_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/branches{/branch}", + "tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/tags", + "blobs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/languages", + "stargazers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/stargazers", + "contributors_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contributors", + "subscribers_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscribers", + "subscription_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/subscription", + "commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/contents/{+path}", + "compare_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/merges", + "archive_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/downloads", + "issues_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/issues{/number}", + "pulls_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/labels{/name}", + "releases_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/releases{/id}", + "deployments_url": "https://api.github.com/repos/Ph3nol/Docker-Arch/deployments", + "created_at": "2017-08-09T16:53:43Z", + "updated_at": "2018-07-31T08:11:47Z", + "pushed_at": "2018-07-31T08:16:17Z", + "git_url": "git://github.com/Ph3nol/Docker-Arch.git", + "ssh_url": "git@github.com:Ph3nol/Docker-Arch.git", + "clone_url": "https://github.com/Ph3nol/Docker-Arch.git", + "svn_url": "https://github.com/Ph3nol/Docker-Arch", + "homepage": "https://ph3nol.github.io/Docker-Arch/", + "size": 11092, + "stargazers_count": 19, + "watchers_count": 19, + "language": "PHP", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 2, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 2, + "open_issues": 1, + "watchers": 19, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2, + "subscribers_count": 2 + }, + { + "id": 62890617, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjg5MDYxNw==", + "name": "docker-sync", + "full_name": "EugenMayer/docker-sync", + "owner": { + "login": "EugenMayer", + "id": 136934, + "node_id": "MDQ6VXNlcjEzNjkzNA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/136934?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/EugenMayer", + "html_url": "https://github.com/EugenMayer", + "followers_url": "https://api.github.com/users/EugenMayer/followers", + "following_url": "https://api.github.com/users/EugenMayer/following{/other_user}", + "gists_url": "https://api.github.com/users/EugenMayer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/EugenMayer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/EugenMayer/subscriptions", + "organizations_url": "https://api.github.com/users/EugenMayer/orgs", + "repos_url": "https://api.github.com/users/EugenMayer/repos", + "events_url": "https://api.github.com/users/EugenMayer/events{/privacy}", + "received_events_url": "https://api.github.com/users/EugenMayer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/EugenMayer/docker-sync", + "description": "Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux", + "fork": false, + "url": "https://api.github.com/repos/EugenMayer/docker-sync", + "forks_url": "https://api.github.com/repos/EugenMayer/docker-sync/forks", + "keys_url": "https://api.github.com/repos/EugenMayer/docker-sync/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/EugenMayer/docker-sync/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/EugenMayer/docker-sync/teams", + "hooks_url": "https://api.github.com/repos/EugenMayer/docker-sync/hooks", + "issue_events_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/events{/number}", + "events_url": "https://api.github.com/repos/EugenMayer/docker-sync/events", + "assignees_url": "https://api.github.com/repos/EugenMayer/docker-sync/assignees{/user}", + "branches_url": "https://api.github.com/repos/EugenMayer/docker-sync/branches{/branch}", + "tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/tags", + "blobs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/EugenMayer/docker-sync/statuses/{sha}", + "languages_url": "https://api.github.com/repos/EugenMayer/docker-sync/languages", + "stargazers_url": "https://api.github.com/repos/EugenMayer/docker-sync/stargazers", + "contributors_url": "https://api.github.com/repos/EugenMayer/docker-sync/contributors", + "subscribers_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscribers", + "subscription_url": "https://api.github.com/repos/EugenMayer/docker-sync/subscription", + "commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/EugenMayer/docker-sync/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/EugenMayer/docker-sync/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/EugenMayer/docker-sync/contents/{+path}", + "compare_url": "https://api.github.com/repos/EugenMayer/docker-sync/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/EugenMayer/docker-sync/merges", + "archive_url": "https://api.github.com/repos/EugenMayer/docker-sync/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/EugenMayer/docker-sync/downloads", + "issues_url": "https://api.github.com/repos/EugenMayer/docker-sync/issues{/number}", + "pulls_url": "https://api.github.com/repos/EugenMayer/docker-sync/pulls{/number}", + "milestones_url": "https://api.github.com/repos/EugenMayer/docker-sync/milestones{/number}", + "notifications_url": "https://api.github.com/repos/EugenMayer/docker-sync/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/EugenMayer/docker-sync/labels{/name}", + "releases_url": "https://api.github.com/repos/EugenMayer/docker-sync/releases{/id}", + "deployments_url": "https://api.github.com/repos/EugenMayer/docker-sync/deployments", + "created_at": "2016-07-08T13:27:42Z", + "updated_at": "2018-08-09T13:37:09Z", + "pushed_at": "2018-05-27T09:47:19Z", + "git_url": "git://github.com/EugenMayer/docker-sync.git", + "ssh_url": "git@github.com:EugenMayer/docker-sync.git", + "clone_url": "https://github.com/EugenMayer/docker-sync.git", + "svn_url": "https://github.com/EugenMayer/docker-sync", + "homepage": "", + "size": 2785, + "stargazers_count": 1932, + "watchers_count": 1932, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 130, + "mirror_url": null, + "archived": false, + "open_issues_count": 10, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 130, + "open_issues": 10, + "watchers": 1932, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 130, + "subscribers_count": 74 + }, + { + "id": 35772370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTc3MjM3MA==", + "name": "docker-vm", + "full_name": "shyiko/docker-vm", + "owner": { + "login": "shyiko", + "id": 370176, + "node_id": "MDQ6VXNlcjM3MDE3Ng==", + "avatar_url": "https://avatars1.githubusercontent.com/u/370176?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/shyiko", + "html_url": "https://github.com/shyiko", + "followers_url": "https://api.github.com/users/shyiko/followers", + "following_url": "https://api.github.com/users/shyiko/following{/other_user}", + "gists_url": "https://api.github.com/users/shyiko/gists{/gist_id}", + "starred_url": "https://api.github.com/users/shyiko/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/shyiko/subscriptions", + "organizations_url": "https://api.github.com/users/shyiko/orgs", + "repos_url": "https://api.github.com/users/shyiko/repos", + "events_url": "https://api.github.com/users/shyiko/events{/privacy}", + "received_events_url": "https://api.github.com/users/shyiko/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/shyiko/docker-vm", + "description": "A simple and transparent alternative to boot2docker (backed by Vagrant)", + "fork": false, + "url": "https://api.github.com/repos/shyiko/docker-vm", + "forks_url": "https://api.github.com/repos/shyiko/docker-vm/forks", + "keys_url": "https://api.github.com/repos/shyiko/docker-vm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/shyiko/docker-vm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/shyiko/docker-vm/teams", + "hooks_url": "https://api.github.com/repos/shyiko/docker-vm/hooks", + "issue_events_url": "https://api.github.com/repos/shyiko/docker-vm/issues/events{/number}", + "events_url": "https://api.github.com/repos/shyiko/docker-vm/events", + "assignees_url": "https://api.github.com/repos/shyiko/docker-vm/assignees{/user}", + "branches_url": "https://api.github.com/repos/shyiko/docker-vm/branches{/branch}", + "tags_url": "https://api.github.com/repos/shyiko/docker-vm/tags", + "blobs_url": "https://api.github.com/repos/shyiko/docker-vm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/shyiko/docker-vm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/shyiko/docker-vm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/shyiko/docker-vm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/shyiko/docker-vm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/shyiko/docker-vm/languages", + "stargazers_url": "https://api.github.com/repos/shyiko/docker-vm/stargazers", + "contributors_url": "https://api.github.com/repos/shyiko/docker-vm/contributors", + "subscribers_url": "https://api.github.com/repos/shyiko/docker-vm/subscribers", + "subscription_url": "https://api.github.com/repos/shyiko/docker-vm/subscription", + "commits_url": "https://api.github.com/repos/shyiko/docker-vm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/shyiko/docker-vm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/shyiko/docker-vm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/shyiko/docker-vm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/shyiko/docker-vm/contents/{+path}", + "compare_url": "https://api.github.com/repos/shyiko/docker-vm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/shyiko/docker-vm/merges", + "archive_url": "https://api.github.com/repos/shyiko/docker-vm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/shyiko/docker-vm/downloads", + "issues_url": "https://api.github.com/repos/shyiko/docker-vm/issues{/number}", + "pulls_url": "https://api.github.com/repos/shyiko/docker-vm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/shyiko/docker-vm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/shyiko/docker-vm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/shyiko/docker-vm/labels{/name}", + "releases_url": "https://api.github.com/repos/shyiko/docker-vm/releases{/id}", + "deployments_url": "https://api.github.com/repos/shyiko/docker-vm/deployments", + "created_at": "2015-05-17T15:56:29Z", + "updated_at": "2017-08-02T06:04:19Z", + "pushed_at": "2016-09-24T17:45:47Z", + "git_url": "git://github.com/shyiko/docker-vm.git", + "ssh_url": "git@github.com:shyiko/docker-vm.git", + "clone_url": "https://github.com/shyiko/docker-vm.git", + "svn_url": "https://github.com/shyiko/docker-vm", + "homepage": "", + "size": 16, + "stargazers_count": 33, + "watchers_count": 33, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 5, + "open_issues": 2, + "watchers": 33, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 2 + }, + { + "id": 116320181, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYzMjAxODE=", + "name": "EnvCLI", + "full_name": "PhilippHeuer/EnvCLI", + "owner": { + "login": "PhilippHeuer", + "id": 10275049, + "node_id": "MDQ6VXNlcjEwMjc1MDQ5", + "avatar_url": "https://avatars0.githubusercontent.com/u/10275049?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PhilippHeuer", + "html_url": "https://github.com/PhilippHeuer", + "followers_url": "https://api.github.com/users/PhilippHeuer/followers", + "following_url": "https://api.github.com/users/PhilippHeuer/following{/other_user}", + "gists_url": "https://api.github.com/users/PhilippHeuer/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PhilippHeuer/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PhilippHeuer/subscriptions", + "organizations_url": "https://api.github.com/users/PhilippHeuer/orgs", + "repos_url": "https://api.github.com/users/PhilippHeuer/repos", + "events_url": "https://api.github.com/users/PhilippHeuer/events{/privacy}", + "received_events_url": "https://api.github.com/users/PhilippHeuer/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/PhilippHeuer/EnvCLI", + "description": "Replace your local installation of Node, Go, ... with project-specific docker containers. If you have a new machine you just have to install docker and envcli to get started.", + "fork": false, + "url": "https://api.github.com/repos/PhilippHeuer/EnvCLI", + "forks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/forks", + "keys_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/teams", + "hooks_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/hooks", + "issue_events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/events{/number}", + "events_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/events", + "assignees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/assignees{/user}", + "branches_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/branches{/branch}", + "tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/tags", + "blobs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/languages", + "stargazers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/stargazers", + "contributors_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contributors", + "subscribers_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscribers", + "subscription_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/subscription", + "commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/contents/{+path}", + "compare_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/merges", + "archive_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/downloads", + "issues_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/issues{/number}", + "pulls_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/labels{/name}", + "releases_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/releases{/id}", + "deployments_url": "https://api.github.com/repos/PhilippHeuer/EnvCLI/deployments", + "created_at": "2018-01-05T00:09:32Z", + "updated_at": "2018-07-03T08:25:44Z", + "pushed_at": "2018-06-02T18:17:07Z", + "git_url": "git://github.com/PhilippHeuer/EnvCLI.git", + "ssh_url": "git@github.com:PhilippHeuer/EnvCLI.git", + "clone_url": "https://github.com/PhilippHeuer/EnvCLI.git", + "svn_url": "https://github.com/PhilippHeuer/EnvCLI", + "homepage": "", + "size": 63, + "stargazers_count": 7, + "watchers_count": 7, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 3, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1, + "open_issues": 3, + "watchers": 7, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 40056089, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDA1NjA4OQ==", + "name": "forward2docker", + "full_name": "bsideup/forward2docker", + "owner": { + "login": "bsideup", + "id": 1050762, + "node_id": "MDQ6VXNlcjEwNTA3NjI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1050762?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bsideup", + "html_url": "https://github.com/bsideup", + "followers_url": "https://api.github.com/users/bsideup/followers", + "following_url": "https://api.github.com/users/bsideup/following{/other_user}", + "gists_url": "https://api.github.com/users/bsideup/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bsideup/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bsideup/subscriptions", + "organizations_url": "https://api.github.com/users/bsideup/orgs", + "repos_url": "https://api.github.com/users/bsideup/repos", + "events_url": "https://api.github.com/users/bsideup/events{/privacy}", + "received_events_url": "https://api.github.com/users/bsideup/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bsideup/forward2docker", + "description": "Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker or Docker Machine VM", + "fork": false, + "url": "https://api.github.com/repos/bsideup/forward2docker", + "forks_url": "https://api.github.com/repos/bsideup/forward2docker/forks", + "keys_url": "https://api.github.com/repos/bsideup/forward2docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bsideup/forward2docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bsideup/forward2docker/teams", + "hooks_url": "https://api.github.com/repos/bsideup/forward2docker/hooks", + "issue_events_url": "https://api.github.com/repos/bsideup/forward2docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/bsideup/forward2docker/events", + "assignees_url": "https://api.github.com/repos/bsideup/forward2docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/bsideup/forward2docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/bsideup/forward2docker/tags", + "blobs_url": "https://api.github.com/repos/bsideup/forward2docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bsideup/forward2docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bsideup/forward2docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bsideup/forward2docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bsideup/forward2docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bsideup/forward2docker/languages", + "stargazers_url": "https://api.github.com/repos/bsideup/forward2docker/stargazers", + "contributors_url": "https://api.github.com/repos/bsideup/forward2docker/contributors", + "subscribers_url": "https://api.github.com/repos/bsideup/forward2docker/subscribers", + "subscription_url": "https://api.github.com/repos/bsideup/forward2docker/subscription", + "commits_url": "https://api.github.com/repos/bsideup/forward2docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bsideup/forward2docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bsideup/forward2docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bsideup/forward2docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bsideup/forward2docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/bsideup/forward2docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bsideup/forward2docker/merges", + "archive_url": "https://api.github.com/repos/bsideup/forward2docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bsideup/forward2docker/downloads", + "issues_url": "https://api.github.com/repos/bsideup/forward2docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/bsideup/forward2docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bsideup/forward2docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bsideup/forward2docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bsideup/forward2docker/labels{/name}", + "releases_url": "https://api.github.com/repos/bsideup/forward2docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/bsideup/forward2docker/deployments", + "created_at": "2015-08-01T18:25:58Z", + "updated_at": "2018-08-04T12:02:33Z", + "pushed_at": "2016-04-06T11:05:32Z", + "git_url": "git://github.com/bsideup/forward2docker.git", + "ssh_url": "git@github.com:bsideup/forward2docker.git", + "clone_url": "https://github.com/bsideup/forward2docker.git", + "svn_url": "https://github.com/bsideup/forward2docker", + "homepage": "", + "size": 6, + "stargazers_count": 78, + "watchers_count": 78, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 9, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 9, + "open_issues": 1, + "watchers": 78, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 9, + "subscribers_count": 11 + }, + { + "id": 78498440, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODQ5ODQ0MA==", + "name": "lando", + "full_name": "lando/lando", + "owner": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lando/lando", + "description": "You look absolutely beautiful!", + "fork": false, + "url": "https://api.github.com/repos/lando/lando", + "forks_url": "https://api.github.com/repos/lando/lando/forks", + "keys_url": "https://api.github.com/repos/lando/lando/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lando/lando/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lando/lando/teams", + "hooks_url": "https://api.github.com/repos/lando/lando/hooks", + "issue_events_url": "https://api.github.com/repos/lando/lando/issues/events{/number}", + "events_url": "https://api.github.com/repos/lando/lando/events", + "assignees_url": "https://api.github.com/repos/lando/lando/assignees{/user}", + "branches_url": "https://api.github.com/repos/lando/lando/branches{/branch}", + "tags_url": "https://api.github.com/repos/lando/lando/tags", + "blobs_url": "https://api.github.com/repos/lando/lando/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lando/lando/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lando/lando/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lando/lando/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lando/lando/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lando/lando/languages", + "stargazers_url": "https://api.github.com/repos/lando/lando/stargazers", + "contributors_url": "https://api.github.com/repos/lando/lando/contributors", + "subscribers_url": "https://api.github.com/repos/lando/lando/subscribers", + "subscription_url": "https://api.github.com/repos/lando/lando/subscription", + "commits_url": "https://api.github.com/repos/lando/lando/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lando/lando/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lando/lando/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lando/lando/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lando/lando/contents/{+path}", + "compare_url": "https://api.github.com/repos/lando/lando/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lando/lando/merges", + "archive_url": "https://api.github.com/repos/lando/lando/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lando/lando/downloads", + "issues_url": "https://api.github.com/repos/lando/lando/issues{/number}", + "pulls_url": "https://api.github.com/repos/lando/lando/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lando/lando/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lando/lando/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lando/lando/labels{/name}", + "releases_url": "https://api.github.com/repos/lando/lando/releases{/id}", + "deployments_url": "https://api.github.com/repos/lando/lando/deployments", + "created_at": "2017-01-10T04:45:11Z", + "updated_at": "2018-08-09T07:30:17Z", + "pushed_at": "2018-08-08T19:16:22Z", + "git_url": "git://github.com/lando/lando.git", + "ssh_url": "git@github.com:lando/lando.git", + "clone_url": "https://github.com/lando/lando.git", + "svn_url": "https://github.com/lando/lando", + "homepage": "https://docs.devwithlando.io", + "size": 16399, + "stargazers_count": 898, + "watchers_count": 898, + "language": "JavaScript", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 175, + "mirror_url": null, + "archived": false, + "open_issues_count": 149, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 175, + "open_issues": 149, + "watchers": 898, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lando", + "id": 31605584, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxNjA1NTg0", + "avatar_url": "https://avatars1.githubusercontent.com/u/31605584?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lando", + "html_url": "https://github.com/lando", + "followers_url": "https://api.github.com/users/lando/followers", + "following_url": "https://api.github.com/users/lando/following{/other_user}", + "gists_url": "https://api.github.com/users/lando/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lando/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lando/subscriptions", + "organizations_url": "https://api.github.com/users/lando/orgs", + "repos_url": "https://api.github.com/users/lando/repos", + "events_url": "https://api.github.com/users/lando/events{/privacy}", + "received_events_url": "https://api.github.com/users/lando/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 175, + "subscribers_count": 62 + }, + { + "id": 22660519, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY2MDUxOQ==", + "name": "vagga", + "full_name": "tailhook/vagga", + "owner": { + "login": "tailhook", + "id": 321799, + "node_id": "MDQ6VXNlcjMyMTc5OQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/321799?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tailhook", + "html_url": "https://github.com/tailhook", + "followers_url": "https://api.github.com/users/tailhook/followers", + "following_url": "https://api.github.com/users/tailhook/following{/other_user}", + "gists_url": "https://api.github.com/users/tailhook/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tailhook/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tailhook/subscriptions", + "organizations_url": "https://api.github.com/users/tailhook/orgs", + "repos_url": "https://api.github.com/users/tailhook/repos", + "events_url": "https://api.github.com/users/tailhook/events{/privacy}", + "received_events_url": "https://api.github.com/users/tailhook/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tailhook/vagga", + "description": "Vagga is a containerization tool without daemons", + "fork": false, + "url": "https://api.github.com/repos/tailhook/vagga", + "forks_url": "https://api.github.com/repos/tailhook/vagga/forks", + "keys_url": "https://api.github.com/repos/tailhook/vagga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tailhook/vagga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tailhook/vagga/teams", + "hooks_url": "https://api.github.com/repos/tailhook/vagga/hooks", + "issue_events_url": "https://api.github.com/repos/tailhook/vagga/issues/events{/number}", + "events_url": "https://api.github.com/repos/tailhook/vagga/events", + "assignees_url": "https://api.github.com/repos/tailhook/vagga/assignees{/user}", + "branches_url": "https://api.github.com/repos/tailhook/vagga/branches{/branch}", + "tags_url": "https://api.github.com/repos/tailhook/vagga/tags", + "blobs_url": "https://api.github.com/repos/tailhook/vagga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tailhook/vagga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tailhook/vagga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tailhook/vagga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tailhook/vagga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tailhook/vagga/languages", + "stargazers_url": "https://api.github.com/repos/tailhook/vagga/stargazers", + "contributors_url": "https://api.github.com/repos/tailhook/vagga/contributors", + "subscribers_url": "https://api.github.com/repos/tailhook/vagga/subscribers", + "subscription_url": "https://api.github.com/repos/tailhook/vagga/subscription", + "commits_url": "https://api.github.com/repos/tailhook/vagga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tailhook/vagga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tailhook/vagga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tailhook/vagga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tailhook/vagga/contents/{+path}", + "compare_url": "https://api.github.com/repos/tailhook/vagga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tailhook/vagga/merges", + "archive_url": "https://api.github.com/repos/tailhook/vagga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tailhook/vagga/downloads", + "issues_url": "https://api.github.com/repos/tailhook/vagga/issues{/number}", + "pulls_url": "https://api.github.com/repos/tailhook/vagga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tailhook/vagga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tailhook/vagga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tailhook/vagga/labels{/name}", + "releases_url": "https://api.github.com/repos/tailhook/vagga/releases{/id}", + "deployments_url": "https://api.github.com/repos/tailhook/vagga/deployments", + "created_at": "2014-08-05T21:43:56Z", + "updated_at": "2018-08-09T11:25:05Z", + "pushed_at": "2018-08-01T08:19:40Z", + "git_url": "git://github.com/tailhook/vagga.git", + "ssh_url": "git@github.com:tailhook/vagga.git", + "clone_url": "https://github.com/tailhook/vagga.git", + "svn_url": "https://github.com/tailhook/vagga", + "homepage": "http://vagga.readthedocs.org", + "size": 6029, + "stargazers_count": 1475, + "watchers_count": 1475, + "language": "Rust", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 77, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 77, + "open_issues": 61, + "watchers": 1475, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 77, + "subscribers_count": 60 + }, + { + "id": 54902558, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDkwMjU1OA==", + "name": "caduc", + "full_name": "tjamet/caduc", + "owner": { + "login": "tjamet", + "id": 6061440, + "node_id": "MDQ6VXNlcjYwNjE0NDA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/6061440?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tjamet", + "html_url": "https://github.com/tjamet", + "followers_url": "https://api.github.com/users/tjamet/followers", + "following_url": "https://api.github.com/users/tjamet/following{/other_user}", + "gists_url": "https://api.github.com/users/tjamet/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tjamet/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tjamet/subscriptions", + "organizations_url": "https://api.github.com/users/tjamet/orgs", + "repos_url": "https://api.github.com/users/tjamet/repos", + "events_url": "https://api.github.com/users/tjamet/events{/privacy}", + "received_events_url": "https://api.github.com/users/tjamet/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tjamet/caduc", + "description": "Event based Continuous Docker Cleaner", + "fork": false, + "url": "https://api.github.com/repos/tjamet/caduc", + "forks_url": "https://api.github.com/repos/tjamet/caduc/forks", + "keys_url": "https://api.github.com/repos/tjamet/caduc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tjamet/caduc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tjamet/caduc/teams", + "hooks_url": "https://api.github.com/repos/tjamet/caduc/hooks", + "issue_events_url": "https://api.github.com/repos/tjamet/caduc/issues/events{/number}", + "events_url": "https://api.github.com/repos/tjamet/caduc/events", + "assignees_url": "https://api.github.com/repos/tjamet/caduc/assignees{/user}", + "branches_url": "https://api.github.com/repos/tjamet/caduc/branches{/branch}", + "tags_url": "https://api.github.com/repos/tjamet/caduc/tags", + "blobs_url": "https://api.github.com/repos/tjamet/caduc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tjamet/caduc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tjamet/caduc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tjamet/caduc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tjamet/caduc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tjamet/caduc/languages", + "stargazers_url": "https://api.github.com/repos/tjamet/caduc/stargazers", + "contributors_url": "https://api.github.com/repos/tjamet/caduc/contributors", + "subscribers_url": "https://api.github.com/repos/tjamet/caduc/subscribers", + "subscription_url": "https://api.github.com/repos/tjamet/caduc/subscription", + "commits_url": "https://api.github.com/repos/tjamet/caduc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tjamet/caduc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tjamet/caduc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tjamet/caduc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tjamet/caduc/contents/{+path}", + "compare_url": "https://api.github.com/repos/tjamet/caduc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tjamet/caduc/merges", + "archive_url": "https://api.github.com/repos/tjamet/caduc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tjamet/caduc/downloads", + "issues_url": "https://api.github.com/repos/tjamet/caduc/issues{/number}", + "pulls_url": "https://api.github.com/repos/tjamet/caduc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tjamet/caduc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tjamet/caduc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tjamet/caduc/labels{/name}", + "releases_url": "https://api.github.com/repos/tjamet/caduc/releases{/id}", + "deployments_url": "https://api.github.com/repos/tjamet/caduc/deployments", + "created_at": "2016-03-28T15:36:06Z", + "updated_at": "2018-07-02T20:26:41Z", + "pushed_at": "2018-07-24T16:09:05Z", + "git_url": "git://github.com/tjamet/caduc.git", + "ssh_url": "git@github.com:tjamet/caduc.git", + "clone_url": "https://github.com/tjamet/caduc.git", + "svn_url": "https://github.com/tjamet/caduc", + "homepage": "", + "size": 78, + "stargazers_count": 10, + "watchers_count": 10, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 21, + "license": { + "key": "gpl-3.0", + "name": "GNU General Public License v3.0", + "spdx_id": "GPL-3.0", + "url": "https://api.github.com/licenses/gpl-3.0", + "node_id": "MDc6TGljZW5zZTk=" + }, + "forks": 1, + "open_issues": 21, + "watchers": 10, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 2 + }, + { + "id": 52241719, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjI0MTcxOQ==", + "name": "docker-clean", + "full_name": "ZZROTDesign/docker-clean", + "owner": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ZZROTDesign/docker-clean", + "description": "A script that cleans docker containers, images, volumes, and networks. ", + "fork": false, + "url": "https://api.github.com/repos/ZZROTDesign/docker-clean", + "forks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/forks", + "keys_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/teams", + "hooks_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/hooks", + "issue_events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/events{/number}", + "events_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/events", + "assignees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/assignees{/user}", + "branches_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/branches{/branch}", + "tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/tags", + "blobs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/languages", + "stargazers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/stargazers", + "contributors_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contributors", + "subscribers_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscribers", + "subscription_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/subscription", + "commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/contents/{+path}", + "compare_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/merges", + "archive_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/downloads", + "issues_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/issues{/number}", + "pulls_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/labels{/name}", + "releases_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/releases{/id}", + "deployments_url": "https://api.github.com/repos/ZZROTDesign/docker-clean/deployments", + "created_at": "2016-02-22T02:38:16Z", + "updated_at": "2018-08-09T05:48:25Z", + "pushed_at": "2018-01-16T16:29:41Z", + "git_url": "git://github.com/ZZROTDesign/docker-clean.git", + "ssh_url": "git@github.com:ZZROTDesign/docker-clean.git", + "clone_url": "https://github.com/ZZROTDesign/docker-clean.git", + "svn_url": "https://github.com/ZZROTDesign/docker-clean", + "homepage": "", + "size": 8989, + "stargazers_count": 988, + "watchers_count": 988, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 68, + "open_issues": 9, + "watchers": 988, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ZZROTDesign", + "id": 17665042, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3NjY1MDQy", + "avatar_url": "https://avatars3.githubusercontent.com/u/17665042?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ZZROTDesign", + "html_url": "https://github.com/ZZROTDesign", + "followers_url": "https://api.github.com/users/ZZROTDesign/followers", + "following_url": "https://api.github.com/users/ZZROTDesign/following{/other_user}", + "gists_url": "https://api.github.com/users/ZZROTDesign/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ZZROTDesign/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ZZROTDesign/subscriptions", + "organizations_url": "https://api.github.com/users/ZZROTDesign/orgs", + "repos_url": "https://api.github.com/users/ZZROTDesign/repos", + "events_url": "https://api.github.com/users/ZZROTDesign/events{/privacy}", + "received_events_url": "https://api.github.com/users/ZZROTDesign/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 68, + "subscribers_count": 37 + }, + { + "id": 33593575, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzU5MzU3NQ==", + "name": "docker-cleanup", + "full_name": "meltwater/docker-cleanup", + "owner": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/meltwater/docker-cleanup", + "description": "Automatic Docker image, container and volume cleanup", + "fork": false, + "url": "https://api.github.com/repos/meltwater/docker-cleanup", + "forks_url": "https://api.github.com/repos/meltwater/docker-cleanup/forks", + "keys_url": "https://api.github.com/repos/meltwater/docker-cleanup/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/meltwater/docker-cleanup/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/meltwater/docker-cleanup/teams", + "hooks_url": "https://api.github.com/repos/meltwater/docker-cleanup/hooks", + "issue_events_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/events{/number}", + "events_url": "https://api.github.com/repos/meltwater/docker-cleanup/events", + "assignees_url": "https://api.github.com/repos/meltwater/docker-cleanup/assignees{/user}", + "branches_url": "https://api.github.com/repos/meltwater/docker-cleanup/branches{/branch}", + "tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/tags", + "blobs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/meltwater/docker-cleanup/statuses/{sha}", + "languages_url": "https://api.github.com/repos/meltwater/docker-cleanup/languages", + "stargazers_url": "https://api.github.com/repos/meltwater/docker-cleanup/stargazers", + "contributors_url": "https://api.github.com/repos/meltwater/docker-cleanup/contributors", + "subscribers_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscribers", + "subscription_url": "https://api.github.com/repos/meltwater/docker-cleanup/subscription", + "commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/meltwater/docker-cleanup/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/meltwater/docker-cleanup/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/meltwater/docker-cleanup/contents/{+path}", + "compare_url": "https://api.github.com/repos/meltwater/docker-cleanup/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/meltwater/docker-cleanup/merges", + "archive_url": "https://api.github.com/repos/meltwater/docker-cleanup/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/meltwater/docker-cleanup/downloads", + "issues_url": "https://api.github.com/repos/meltwater/docker-cleanup/issues{/number}", + "pulls_url": "https://api.github.com/repos/meltwater/docker-cleanup/pulls{/number}", + "milestones_url": "https://api.github.com/repos/meltwater/docker-cleanup/milestones{/number}", + "notifications_url": "https://api.github.com/repos/meltwater/docker-cleanup/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/meltwater/docker-cleanup/labels{/name}", + "releases_url": "https://api.github.com/repos/meltwater/docker-cleanup/releases{/id}", + "deployments_url": "https://api.github.com/repos/meltwater/docker-cleanup/deployments", + "created_at": "2015-04-08T08:11:39Z", + "updated_at": "2018-07-25T20:04:55Z", + "pushed_at": "2018-06-04T14:52:58Z", + "git_url": "git://github.com/meltwater/docker-cleanup.git", + "ssh_url": "git@github.com:meltwater/docker-cleanup.git", + "clone_url": "https://github.com/meltwater/docker-cleanup.git", + "svn_url": "https://github.com/meltwater/docker-cleanup", + "homepage": "", + "size": 44, + "stargazers_count": 517, + "watchers_count": 517, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 81, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 81, + "open_issues": 16, + "watchers": 517, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "meltwater", + "id": 740088, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc0MDA4OA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/740088?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/meltwater", + "html_url": "https://github.com/meltwater", + "followers_url": "https://api.github.com/users/meltwater/followers", + "following_url": "https://api.github.com/users/meltwater/following{/other_user}", + "gists_url": "https://api.github.com/users/meltwater/gists{/gist_id}", + "starred_url": "https://api.github.com/users/meltwater/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/meltwater/subscriptions", + "organizations_url": "https://api.github.com/users/meltwater/orgs", + "repos_url": "https://api.github.com/users/meltwater/repos", + "events_url": "https://api.github.com/users/meltwater/events{/privacy}", + "received_events_url": "https://api.github.com/users/meltwater/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 81, + "subscribers_count": 48 + }, + { + "id": 38272402, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3MjQwMg==", + "name": "docker-custodian", + "full_name": "Yelp/docker-custodian", + "owner": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Yelp/docker-custodian", + "description": "Keep docker hosts tidy", + "fork": false, + "url": "https://api.github.com/repos/Yelp/docker-custodian", + "forks_url": "https://api.github.com/repos/Yelp/docker-custodian/forks", + "keys_url": "https://api.github.com/repos/Yelp/docker-custodian/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Yelp/docker-custodian/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Yelp/docker-custodian/teams", + "hooks_url": "https://api.github.com/repos/Yelp/docker-custodian/hooks", + "issue_events_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/events{/number}", + "events_url": "https://api.github.com/repos/Yelp/docker-custodian/events", + "assignees_url": "https://api.github.com/repos/Yelp/docker-custodian/assignees{/user}", + "branches_url": "https://api.github.com/repos/Yelp/docker-custodian/branches{/branch}", + "tags_url": "https://api.github.com/repos/Yelp/docker-custodian/tags", + "blobs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Yelp/docker-custodian/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Yelp/docker-custodian/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Yelp/docker-custodian/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Yelp/docker-custodian/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Yelp/docker-custodian/languages", + "stargazers_url": "https://api.github.com/repos/Yelp/docker-custodian/stargazers", + "contributors_url": "https://api.github.com/repos/Yelp/docker-custodian/contributors", + "subscribers_url": "https://api.github.com/repos/Yelp/docker-custodian/subscribers", + "subscription_url": "https://api.github.com/repos/Yelp/docker-custodian/subscription", + "commits_url": "https://api.github.com/repos/Yelp/docker-custodian/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Yelp/docker-custodian/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Yelp/docker-custodian/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Yelp/docker-custodian/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Yelp/docker-custodian/contents/{+path}", + "compare_url": "https://api.github.com/repos/Yelp/docker-custodian/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Yelp/docker-custodian/merges", + "archive_url": "https://api.github.com/repos/Yelp/docker-custodian/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Yelp/docker-custodian/downloads", + "issues_url": "https://api.github.com/repos/Yelp/docker-custodian/issues{/number}", + "pulls_url": "https://api.github.com/repos/Yelp/docker-custodian/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Yelp/docker-custodian/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Yelp/docker-custodian/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Yelp/docker-custodian/labels{/name}", + "releases_url": "https://api.github.com/repos/Yelp/docker-custodian/releases{/id}", + "deployments_url": "https://api.github.com/repos/Yelp/docker-custodian/deployments", + "created_at": "2015-06-29T21:30:58Z", + "updated_at": "2018-08-08T19:53:46Z", + "pushed_at": "2018-07-16T23:17:18Z", + "git_url": "git://github.com/Yelp/docker-custodian.git", + "ssh_url": "git@github.com:Yelp/docker-custodian.git", + "clone_url": "https://github.com/Yelp/docker-custodian.git", + "svn_url": "https://github.com/Yelp/docker-custodian", + "homepage": "", + "size": 63, + "stargazers_count": 286, + "watchers_count": 286, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 42, + "mirror_url": null, + "archived": false, + "open_issues_count": 12, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 42, + "open_issues": 12, + "watchers": 286, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "Yelp", + "id": 49071, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ5MDcx", + "avatar_url": "https://avatars1.githubusercontent.com/u/49071?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Yelp", + "html_url": "https://github.com/Yelp", + "followers_url": "https://api.github.com/users/Yelp/followers", + "following_url": "https://api.github.com/users/Yelp/following{/other_user}", + "gists_url": "https://api.github.com/users/Yelp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Yelp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Yelp/subscriptions", + "organizations_url": "https://api.github.com/users/Yelp/orgs", + "repos_url": "https://api.github.com/users/Yelp/repos", + "events_url": "https://api.github.com/users/Yelp/events{/privacy}", + "received_events_url": "https://api.github.com/users/Yelp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 42, + "subscribers_count": 56 + }, + { + "id": 45559955, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTU1OTk1NQ==", + "name": "docker-garby", + "full_name": "konstruktoid/docker-garby", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/docker-garby", + "description": "Just another Docker maintenance script, managing garbage collection of Docker containers and images.", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/docker-garby", + "forks_url": "https://api.github.com/repos/konstruktoid/docker-garby/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/docker-garby/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/docker-garby/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/docker-garby/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/docker-garby/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/docker-garby/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/docker-garby/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/docker-garby/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/docker-garby/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/docker-garby/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/docker-garby/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/docker-garby/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/docker-garby/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/docker-garby/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/docker-garby/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/docker-garby/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/docker-garby/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/docker-garby/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/docker-garby/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/docker-garby/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/docker-garby/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/docker-garby/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/docker-garby/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/docker-garby/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/docker-garby/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/docker-garby/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/docker-garby/deployments", + "created_at": "2015-11-04T18:46:58Z", + "updated_at": "2018-07-02T20:26:31Z", + "pushed_at": "2018-03-12T11:23:55Z", + "git_url": "git://github.com/konstruktoid/docker-garby.git", + "ssh_url": "git@github.com:konstruktoid/docker-garby.git", + "clone_url": "https://github.com/konstruktoid/docker-garby.git", + "svn_url": "https://github.com/konstruktoid/docker-garby", + "homepage": "", + "size": 41, + "stargazers_count": 28, + "watchers_count": 28, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 3, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 3, + "open_issues": 0, + "watchers": 28, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 3, + "subscribers_count": 1 + }, + { + "id": 21109776, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTEwOTc3Ng==", + "name": "docker-gc", + "full_name": "spotify/docker-gc", + "owner": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/spotify/docker-gc", + "description": "Docker garbage collection of containers and images", + "fork": false, + "url": "https://api.github.com/repos/spotify/docker-gc", + "forks_url": "https://api.github.com/repos/spotify/docker-gc/forks", + "keys_url": "https://api.github.com/repos/spotify/docker-gc/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/spotify/docker-gc/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/spotify/docker-gc/teams", + "hooks_url": "https://api.github.com/repos/spotify/docker-gc/hooks", + "issue_events_url": "https://api.github.com/repos/spotify/docker-gc/issues/events{/number}", + "events_url": "https://api.github.com/repos/spotify/docker-gc/events", + "assignees_url": "https://api.github.com/repos/spotify/docker-gc/assignees{/user}", + "branches_url": "https://api.github.com/repos/spotify/docker-gc/branches{/branch}", + "tags_url": "https://api.github.com/repos/spotify/docker-gc/tags", + "blobs_url": "https://api.github.com/repos/spotify/docker-gc/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/spotify/docker-gc/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/spotify/docker-gc/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/spotify/docker-gc/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/spotify/docker-gc/statuses/{sha}", + "languages_url": "https://api.github.com/repos/spotify/docker-gc/languages", + "stargazers_url": "https://api.github.com/repos/spotify/docker-gc/stargazers", + "contributors_url": "https://api.github.com/repos/spotify/docker-gc/contributors", + "subscribers_url": "https://api.github.com/repos/spotify/docker-gc/subscribers", + "subscription_url": "https://api.github.com/repos/spotify/docker-gc/subscription", + "commits_url": "https://api.github.com/repos/spotify/docker-gc/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/spotify/docker-gc/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/spotify/docker-gc/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/spotify/docker-gc/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/spotify/docker-gc/contents/{+path}", + "compare_url": "https://api.github.com/repos/spotify/docker-gc/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/spotify/docker-gc/merges", + "archive_url": "https://api.github.com/repos/spotify/docker-gc/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/spotify/docker-gc/downloads", + "issues_url": "https://api.github.com/repos/spotify/docker-gc/issues{/number}", + "pulls_url": "https://api.github.com/repos/spotify/docker-gc/pulls{/number}", + "milestones_url": "https://api.github.com/repos/spotify/docker-gc/milestones{/number}", + "notifications_url": "https://api.github.com/repos/spotify/docker-gc/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/spotify/docker-gc/labels{/name}", + "releases_url": "https://api.github.com/repos/spotify/docker-gc/releases{/id}", + "deployments_url": "https://api.github.com/repos/spotify/docker-gc/deployments", + "created_at": "2014-06-23T00:52:57Z", + "updated_at": "2018-08-09T08:05:28Z", + "pushed_at": "2018-08-09T10:37:01Z", + "git_url": "git://github.com/spotify/docker-gc.git", + "ssh_url": "git@github.com:spotify/docker-gc.git", + "clone_url": "https://github.com/spotify/docker-gc.git", + "svn_url": "https://github.com/spotify/docker-gc", + "homepage": null, + "size": 123, + "stargazers_count": 4374, + "watchers_count": 4374, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 405, + "mirror_url": null, + "archived": false, + "open_issues_count": 55, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 405, + "open_issues": 55, + "watchers": 4374, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "spotify", + "id": 251374, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1MTM3NA==", + "avatar_url": "https://avatars2.githubusercontent.com/u/251374?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/spotify", + "html_url": "https://github.com/spotify", + "followers_url": "https://api.github.com/users/spotify/followers", + "following_url": "https://api.github.com/users/spotify/following{/other_user}", + "gists_url": "https://api.github.com/users/spotify/gists{/gist_id}", + "starred_url": "https://api.github.com/users/spotify/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/spotify/subscriptions", + "organizations_url": "https://api.github.com/users/spotify/orgs", + "repos_url": "https://api.github.com/users/spotify/repos", + "events_url": "https://api.github.com/users/spotify/events{/privacy}", + "received_events_url": "https://api.github.com/users/spotify/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 405, + "subscribers_count": 108 + }, + { + "id": 37785469, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzc4NTQ2OQ==", + "name": "sherdock", + "full_name": "rancher/sherdock", + "owner": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/rancher/sherdock", + "description": "Docker Image Manager", + "fork": false, + "url": "https://api.github.com/repos/rancher/sherdock", + "forks_url": "https://api.github.com/repos/rancher/sherdock/forks", + "keys_url": "https://api.github.com/repos/rancher/sherdock/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/rancher/sherdock/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/rancher/sherdock/teams", + "hooks_url": "https://api.github.com/repos/rancher/sherdock/hooks", + "issue_events_url": "https://api.github.com/repos/rancher/sherdock/issues/events{/number}", + "events_url": "https://api.github.com/repos/rancher/sherdock/events", + "assignees_url": "https://api.github.com/repos/rancher/sherdock/assignees{/user}", + "branches_url": "https://api.github.com/repos/rancher/sherdock/branches{/branch}", + "tags_url": "https://api.github.com/repos/rancher/sherdock/tags", + "blobs_url": "https://api.github.com/repos/rancher/sherdock/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/rancher/sherdock/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/rancher/sherdock/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/rancher/sherdock/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/rancher/sherdock/statuses/{sha}", + "languages_url": "https://api.github.com/repos/rancher/sherdock/languages", + "stargazers_url": "https://api.github.com/repos/rancher/sherdock/stargazers", + "contributors_url": "https://api.github.com/repos/rancher/sherdock/contributors", + "subscribers_url": "https://api.github.com/repos/rancher/sherdock/subscribers", + "subscription_url": "https://api.github.com/repos/rancher/sherdock/subscription", + "commits_url": "https://api.github.com/repos/rancher/sherdock/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/rancher/sherdock/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/rancher/sherdock/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/rancher/sherdock/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/rancher/sherdock/contents/{+path}", + "compare_url": "https://api.github.com/repos/rancher/sherdock/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/rancher/sherdock/merges", + "archive_url": "https://api.github.com/repos/rancher/sherdock/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/rancher/sherdock/downloads", + "issues_url": "https://api.github.com/repos/rancher/sherdock/issues{/number}", + "pulls_url": "https://api.github.com/repos/rancher/sherdock/pulls{/number}", + "milestones_url": "https://api.github.com/repos/rancher/sherdock/milestones{/number}", + "notifications_url": "https://api.github.com/repos/rancher/sherdock/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/rancher/sherdock/labels{/name}", + "releases_url": "https://api.github.com/repos/rancher/sherdock/releases{/id}", + "deployments_url": "https://api.github.com/repos/rancher/sherdock/deployments", + "created_at": "2015-06-20T20:51:18Z", + "updated_at": "2017-12-28T22:50:33Z", + "pushed_at": "2015-09-28T00:10:37Z", + "git_url": "git://github.com/rancher/sherdock.git", + "ssh_url": "git@github.com:rancher/sherdock.git", + "clone_url": "https://github.com/rancher/sherdock.git", + "svn_url": "https://github.com/rancher/sherdock", + "homepage": null, + "size": 5055, + "stargazers_count": 111, + "watchers_count": 111, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 14, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": null, + "forks": 14, + "open_issues": 4, + "watchers": 111, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "rancher", + "id": 9343010, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkzNDMwMTA=", + "avatar_url": "https://avatars3.githubusercontent.com/u/9343010?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/rancher", + "html_url": "https://github.com/rancher", + "followers_url": "https://api.github.com/users/rancher/followers", + "following_url": "https://api.github.com/users/rancher/following{/other_user}", + "gists_url": "https://api.github.com/users/rancher/gists{/gist_id}", + "starred_url": "https://api.github.com/users/rancher/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/rancher/subscriptions", + "organizations_url": "https://api.github.com/users/rancher/orgs", + "repos_url": "https://api.github.com/users/rancher/repos", + "events_url": "https://api.github.com/users/rancher/events{/privacy}", + "received_events_url": "https://api.github.com/users/rancher/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 14, + "subscribers_count": 16 + }, + { + "id": 61302197, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTMwMjE5Nw==", + "name": "amp", + "full_name": "appcelerator-archive/amp", + "owner": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/appcelerator-archive/amp", + "description": "** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.", + "fork": false, + "url": "https://api.github.com/repos/appcelerator-archive/amp", + "forks_url": "https://api.github.com/repos/appcelerator-archive/amp/forks", + "keys_url": "https://api.github.com/repos/appcelerator-archive/amp/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/appcelerator-archive/amp/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/appcelerator-archive/amp/teams", + "hooks_url": "https://api.github.com/repos/appcelerator-archive/amp/hooks", + "issue_events_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/events{/number}", + "events_url": "https://api.github.com/repos/appcelerator-archive/amp/events", + "assignees_url": "https://api.github.com/repos/appcelerator-archive/amp/assignees{/user}", + "branches_url": "https://api.github.com/repos/appcelerator-archive/amp/branches{/branch}", + "tags_url": "https://api.github.com/repos/appcelerator-archive/amp/tags", + "blobs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/appcelerator-archive/amp/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/appcelerator-archive/amp/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/appcelerator-archive/amp/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/appcelerator-archive/amp/statuses/{sha}", + "languages_url": "https://api.github.com/repos/appcelerator-archive/amp/languages", + "stargazers_url": "https://api.github.com/repos/appcelerator-archive/amp/stargazers", + "contributors_url": "https://api.github.com/repos/appcelerator-archive/amp/contributors", + "subscribers_url": "https://api.github.com/repos/appcelerator-archive/amp/subscribers", + "subscription_url": "https://api.github.com/repos/appcelerator-archive/amp/subscription", + "commits_url": "https://api.github.com/repos/appcelerator-archive/amp/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/appcelerator-archive/amp/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/appcelerator-archive/amp/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/appcelerator-archive/amp/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/appcelerator-archive/amp/contents/{+path}", + "compare_url": "https://api.github.com/repos/appcelerator-archive/amp/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/appcelerator-archive/amp/merges", + "archive_url": "https://api.github.com/repos/appcelerator-archive/amp/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/appcelerator-archive/amp/downloads", + "issues_url": "https://api.github.com/repos/appcelerator-archive/amp/issues{/number}", + "pulls_url": "https://api.github.com/repos/appcelerator-archive/amp/pulls{/number}", + "milestones_url": "https://api.github.com/repos/appcelerator-archive/amp/milestones{/number}", + "notifications_url": "https://api.github.com/repos/appcelerator-archive/amp/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/appcelerator-archive/amp/labels{/name}", + "releases_url": "https://api.github.com/repos/appcelerator-archive/amp/releases{/id}", + "deployments_url": "https://api.github.com/repos/appcelerator-archive/amp/deployments", + "created_at": "2016-06-16T14:49:30Z", + "updated_at": "2018-08-03T18:19:17Z", + "pushed_at": "2018-04-06T22:11:34Z", + "git_url": "git://github.com/appcelerator-archive/amp.git", + "ssh_url": "git@github.com:appcelerator-archive/amp.git", + "clone_url": "https://github.com/appcelerator-archive/amp.git", + "svn_url": "https://github.com/appcelerator-archive/amp", + "homepage": "http://appcelerator.io", + "size": 204683, + "stargazers_count": 71, + "watchers_count": 71, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 26, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 26, + "open_issues": 0, + "watchers": 71, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "appcelerator-archive", + "id": 13106108, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTA2MTA4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13106108?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/appcelerator-archive", + "html_url": "https://github.com/appcelerator-archive", + "followers_url": "https://api.github.com/users/appcelerator-archive/followers", + "following_url": "https://api.github.com/users/appcelerator-archive/following{/other_user}", + "gists_url": "https://api.github.com/users/appcelerator-archive/gists{/gist_id}", + "starred_url": "https://api.github.com/users/appcelerator-archive/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/appcelerator-archive/subscriptions", + "organizations_url": "https://api.github.com/users/appcelerator-archive/orgs", + "repos_url": "https://api.github.com/users/appcelerator-archive/repos", + "events_url": "https://api.github.com/users/appcelerator-archive/events{/privacy}", + "received_events_url": "https://api.github.com/users/appcelerator-archive/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 26, + "subscribers_count": 25 + }, + { + "id": 52039373, + "node_id": "MDEwOlJlcG9zaXRvcnk1MjAzOTM3Mw==", + "name": "incubator-openwhisk", + "full_name": "apache/incubator-openwhisk", + "owner": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/apache/incubator-openwhisk", + "description": "Apache OpenWhisk is a serverless event-based programming service and an Apache Incubator project.", + "fork": false, + "url": "https://api.github.com/repos/apache/incubator-openwhisk", + "forks_url": "https://api.github.com/repos/apache/incubator-openwhisk/forks", + "keys_url": "https://api.github.com/repos/apache/incubator-openwhisk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/apache/incubator-openwhisk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/apache/incubator-openwhisk/teams", + "hooks_url": "https://api.github.com/repos/apache/incubator-openwhisk/hooks", + "issue_events_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/events{/number}", + "events_url": "https://api.github.com/repos/apache/incubator-openwhisk/events", + "assignees_url": "https://api.github.com/repos/apache/incubator-openwhisk/assignees{/user}", + "branches_url": "https://api.github.com/repos/apache/incubator-openwhisk/branches{/branch}", + "tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/tags", + "blobs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/apache/incubator-openwhisk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/apache/incubator-openwhisk/languages", + "stargazers_url": "https://api.github.com/repos/apache/incubator-openwhisk/stargazers", + "contributors_url": "https://api.github.com/repos/apache/incubator-openwhisk/contributors", + "subscribers_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscribers", + "subscription_url": "https://api.github.com/repos/apache/incubator-openwhisk/subscription", + "commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/apache/incubator-openwhisk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/apache/incubator-openwhisk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/apache/incubator-openwhisk/contents/{+path}", + "compare_url": "https://api.github.com/repos/apache/incubator-openwhisk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/apache/incubator-openwhisk/merges", + "archive_url": "https://api.github.com/repos/apache/incubator-openwhisk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/apache/incubator-openwhisk/downloads", + "issues_url": "https://api.github.com/repos/apache/incubator-openwhisk/issues{/number}", + "pulls_url": "https://api.github.com/repos/apache/incubator-openwhisk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/apache/incubator-openwhisk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/apache/incubator-openwhisk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/apache/incubator-openwhisk/labels{/name}", + "releases_url": "https://api.github.com/repos/apache/incubator-openwhisk/releases{/id}", + "deployments_url": "https://api.github.com/repos/apache/incubator-openwhisk/deployments", + "created_at": "2016-02-18T21:16:19Z", + "updated_at": "2018-08-09T14:09:01Z", + "pushed_at": "2018-08-09T15:03:52Z", + "git_url": "git://github.com/apache/incubator-openwhisk.git", + "ssh_url": "git@github.com:apache/incubator-openwhisk.git", + "clone_url": "https://github.com/apache/incubator-openwhisk.git", + "svn_url": "https://github.com/apache/incubator-openwhisk", + "homepage": "http://openwhisk.org", + "size": 62449, + "stargazers_count": 3403, + "watchers_count": 3403, + "language": "Scala", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 642, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 642, + "open_issues": 418, + "watchers": 3403, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "apache", + "id": 47359, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5", + "avatar_url": "https://avatars0.githubusercontent.com/u/47359?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/apache", + "html_url": "https://github.com/apache", + "followers_url": "https://api.github.com/users/apache/followers", + "following_url": "https://api.github.com/users/apache/following{/other_user}", + "gists_url": "https://api.github.com/users/apache/gists{/gist_id}", + "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/apache/subscriptions", + "organizations_url": "https://api.github.com/users/apache/orgs", + "repos_url": "https://api.github.com/users/apache/repos", + "events_url": "https://api.github.com/users/apache/events{/privacy}", + "received_events_url": "https://api.github.com/users/apache/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 642, + "subscribers_count": 227 + }, + { + "id": 59715467, + "node_id": "MDEwOlJlcG9zaXRvcnk1OTcxNTQ2Nw==", + "name": "docker-lambda", + "full_name": "lambci/docker-lambda", + "owner": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/lambci/docker-lambda", + "description": "Docker images and test runners that replicate the live AWS Lambda environment", + "fork": false, + "url": "https://api.github.com/repos/lambci/docker-lambda", + "forks_url": "https://api.github.com/repos/lambci/docker-lambda/forks", + "keys_url": "https://api.github.com/repos/lambci/docker-lambda/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/lambci/docker-lambda/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/lambci/docker-lambda/teams", + "hooks_url": "https://api.github.com/repos/lambci/docker-lambda/hooks", + "issue_events_url": "https://api.github.com/repos/lambci/docker-lambda/issues/events{/number}", + "events_url": "https://api.github.com/repos/lambci/docker-lambda/events", + "assignees_url": "https://api.github.com/repos/lambci/docker-lambda/assignees{/user}", + "branches_url": "https://api.github.com/repos/lambci/docker-lambda/branches{/branch}", + "tags_url": "https://api.github.com/repos/lambci/docker-lambda/tags", + "blobs_url": "https://api.github.com/repos/lambci/docker-lambda/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/lambci/docker-lambda/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/lambci/docker-lambda/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/lambci/docker-lambda/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/lambci/docker-lambda/statuses/{sha}", + "languages_url": "https://api.github.com/repos/lambci/docker-lambda/languages", + "stargazers_url": "https://api.github.com/repos/lambci/docker-lambda/stargazers", + "contributors_url": "https://api.github.com/repos/lambci/docker-lambda/contributors", + "subscribers_url": "https://api.github.com/repos/lambci/docker-lambda/subscribers", + "subscription_url": "https://api.github.com/repos/lambci/docker-lambda/subscription", + "commits_url": "https://api.github.com/repos/lambci/docker-lambda/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/lambci/docker-lambda/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/lambci/docker-lambda/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/lambci/docker-lambda/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/lambci/docker-lambda/contents/{+path}", + "compare_url": "https://api.github.com/repos/lambci/docker-lambda/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/lambci/docker-lambda/merges", + "archive_url": "https://api.github.com/repos/lambci/docker-lambda/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/lambci/docker-lambda/downloads", + "issues_url": "https://api.github.com/repos/lambci/docker-lambda/issues{/number}", + "pulls_url": "https://api.github.com/repos/lambci/docker-lambda/pulls{/number}", + "milestones_url": "https://api.github.com/repos/lambci/docker-lambda/milestones{/number}", + "notifications_url": "https://api.github.com/repos/lambci/docker-lambda/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/lambci/docker-lambda/labels{/name}", + "releases_url": "https://api.github.com/repos/lambci/docker-lambda/releases{/id}", + "deployments_url": "https://api.github.com/repos/lambci/docker-lambda/deployments", + "created_at": "2016-05-26T03:06:22Z", + "updated_at": "2018-08-09T13:39:21Z", + "pushed_at": "2018-08-04T15:27:07Z", + "git_url": "git://github.com/lambci/docker-lambda.git", + "ssh_url": "git@github.com:lambci/docker-lambda.git", + "clone_url": "https://github.com/lambci/docker-lambda.git", + "svn_url": "https://github.com/lambci/docker-lambda", + "homepage": "", + "size": 26236, + "stargazers_count": 2538, + "watchers_count": 2538, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 171, + "mirror_url": null, + "archived": false, + "open_issues_count": 20, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 171, + "open_issues": 20, + "watchers": 2538, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "lambci", + "id": 12516453, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyNTE2NDUz", + "avatar_url": "https://avatars2.githubusercontent.com/u/12516453?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/lambci", + "html_url": "https://github.com/lambci", + "followers_url": "https://api.github.com/users/lambci/followers", + "following_url": "https://api.github.com/users/lambci/following{/other_user}", + "gists_url": "https://api.github.com/users/lambci/gists{/gist_id}", + "starred_url": "https://api.github.com/users/lambci/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/lambci/subscriptions", + "organizations_url": "https://api.github.com/users/lambci/orgs", + "repos_url": "https://api.github.com/users/lambci/repos", + "events_url": "https://api.github.com/users/lambci/events{/privacy}", + "received_events_url": "https://api.github.com/users/lambci/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 171, + "subscribers_count": 93 + }, + { + "id": 75076564, + "node_id": "MDEwOlJlcG9zaXRvcnk3NTA3NjU2NA==", + "name": "funker-example-voting-app", + "full_name": "bfirsh/funker-example-voting-app", + "owner": { + "login": "bfirsh", + "id": 40906, + "node_id": "MDQ6VXNlcjQwOTA2", + "avatar_url": "https://avatars1.githubusercontent.com/u/40906?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bfirsh", + "html_url": "https://github.com/bfirsh", + "followers_url": "https://api.github.com/users/bfirsh/followers", + "following_url": "https://api.github.com/users/bfirsh/following{/other_user}", + "gists_url": "https://api.github.com/users/bfirsh/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bfirsh/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bfirsh/subscriptions", + "organizations_url": "https://api.github.com/users/bfirsh/orgs", + "repos_url": "https://api.github.com/users/bfirsh/repos", + "events_url": "https://api.github.com/users/bfirsh/events{/privacy}", + "received_events_url": "https://api.github.com/users/bfirsh/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bfirsh/funker-example-voting-app", + "description": "An example app using Funker", + "fork": false, + "url": "https://api.github.com/repos/bfirsh/funker-example-voting-app", + "forks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/forks", + "keys_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/teams", + "hooks_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/hooks", + "issue_events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/events{/number}", + "events_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/events", + "assignees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/assignees{/user}", + "branches_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/branches{/branch}", + "tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/tags", + "blobs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/languages", + "stargazers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/stargazers", + "contributors_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contributors", + "subscribers_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscribers", + "subscription_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/subscription", + "commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/contents/{+path}", + "compare_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/merges", + "archive_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/downloads", + "issues_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/issues{/number}", + "pulls_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/labels{/name}", + "releases_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/releases{/id}", + "deployments_url": "https://api.github.com/repos/bfirsh/funker-example-voting-app/deployments", + "created_at": "2016-11-29T11:51:29Z", + "updated_at": "2018-05-23T12:04:50Z", + "pushed_at": "2016-11-29T11:51:39Z", + "git_url": "git://github.com/bfirsh/funker-example-voting-app.git", + "ssh_url": "git@github.com:bfirsh/funker-example-voting-app.git", + "clone_url": "https://github.com/bfirsh/funker-example-voting-app.git", + "svn_url": "https://github.com/bfirsh/funker-example-voting-app", + "homepage": null, + "size": 56, + "stargazers_count": 16, + "watchers_count": 16, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 0, + "watchers": 16, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 1 + }, + { + "id": 61755229, + "node_id": "MDEwOlJlcG9zaXRvcnk2MTc1NTIyOQ==", + "name": "functions", + "full_name": "iron-io/functions", + "owner": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/iron-io/functions", + "description": "IronFunctions - the serverless microservices platform by", + "fork": false, + "url": "https://api.github.com/repos/iron-io/functions", + "forks_url": "https://api.github.com/repos/iron-io/functions/forks", + "keys_url": "https://api.github.com/repos/iron-io/functions/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/iron-io/functions/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/iron-io/functions/teams", + "hooks_url": "https://api.github.com/repos/iron-io/functions/hooks", + "issue_events_url": "https://api.github.com/repos/iron-io/functions/issues/events{/number}", + "events_url": "https://api.github.com/repos/iron-io/functions/events", + "assignees_url": "https://api.github.com/repos/iron-io/functions/assignees{/user}", + "branches_url": "https://api.github.com/repos/iron-io/functions/branches{/branch}", + "tags_url": "https://api.github.com/repos/iron-io/functions/tags", + "blobs_url": "https://api.github.com/repos/iron-io/functions/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/iron-io/functions/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/iron-io/functions/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/iron-io/functions/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/iron-io/functions/statuses/{sha}", + "languages_url": "https://api.github.com/repos/iron-io/functions/languages", + "stargazers_url": "https://api.github.com/repos/iron-io/functions/stargazers", + "contributors_url": "https://api.github.com/repos/iron-io/functions/contributors", + "subscribers_url": "https://api.github.com/repos/iron-io/functions/subscribers", + "subscription_url": "https://api.github.com/repos/iron-io/functions/subscription", + "commits_url": "https://api.github.com/repos/iron-io/functions/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/iron-io/functions/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/iron-io/functions/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/iron-io/functions/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/iron-io/functions/contents/{+path}", + "compare_url": "https://api.github.com/repos/iron-io/functions/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/iron-io/functions/merges", + "archive_url": "https://api.github.com/repos/iron-io/functions/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/iron-io/functions/downloads", + "issues_url": "https://api.github.com/repos/iron-io/functions/issues{/number}", + "pulls_url": "https://api.github.com/repos/iron-io/functions/pulls{/number}", + "milestones_url": "https://api.github.com/repos/iron-io/functions/milestones{/number}", + "notifications_url": "https://api.github.com/repos/iron-io/functions/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/iron-io/functions/labels{/name}", + "releases_url": "https://api.github.com/repos/iron-io/functions/releases{/id}", + "deployments_url": "https://api.github.com/repos/iron-io/functions/deployments", + "created_at": "2016-06-22T22:19:22Z", + "updated_at": "2018-08-09T09:52:21Z", + "pushed_at": "2018-07-25T00:19:03Z", + "git_url": "git://github.com/iron-io/functions.git", + "ssh_url": "git@github.com:iron-io/functions.git", + "clone_url": "https://github.com/iron-io/functions.git", + "svn_url": "https://github.com/iron-io/functions", + "homepage": "https://iron.io", + "size": 7081, + "stargazers_count": 2306, + "watchers_count": 2306, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 174, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 174, + "open_issues": 87, + "watchers": 2306, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "iron-io", + "id": 908818, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjkwODgxOA==", + "avatar_url": "https://avatars3.githubusercontent.com/u/908818?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/iron-io", + "html_url": "https://github.com/iron-io", + "followers_url": "https://api.github.com/users/iron-io/followers", + "following_url": "https://api.github.com/users/iron-io/following{/other_user}", + "gists_url": "https://api.github.com/users/iron-io/gists{/gist_id}", + "starred_url": "https://api.github.com/users/iron-io/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/iron-io/subscriptions", + "organizations_url": "https://api.github.com/users/iron-io/orgs", + "repos_url": "https://api.github.com/users/iron-io/repos", + "events_url": "https://api.github.com/users/iron-io/events{/privacy}", + "received_events_url": "https://api.github.com/users/iron-io/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 174, + "subscribers_count": 110 + }, + { + "id": 77144337, + "node_id": "MDEwOlJlcG9zaXRvcnk3NzE0NDMzNw==", + "name": "faas", + "full_name": "openfaas/faas", + "owner": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/openfaas/faas", + "description": "OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes", + "fork": false, + "url": "https://api.github.com/repos/openfaas/faas", + "forks_url": "https://api.github.com/repos/openfaas/faas/forks", + "keys_url": "https://api.github.com/repos/openfaas/faas/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/openfaas/faas/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/openfaas/faas/teams", + "hooks_url": "https://api.github.com/repos/openfaas/faas/hooks", + "issue_events_url": "https://api.github.com/repos/openfaas/faas/issues/events{/number}", + "events_url": "https://api.github.com/repos/openfaas/faas/events", + "assignees_url": "https://api.github.com/repos/openfaas/faas/assignees{/user}", + "branches_url": "https://api.github.com/repos/openfaas/faas/branches{/branch}", + "tags_url": "https://api.github.com/repos/openfaas/faas/tags", + "blobs_url": "https://api.github.com/repos/openfaas/faas/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/openfaas/faas/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/openfaas/faas/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/openfaas/faas/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/openfaas/faas/statuses/{sha}", + "languages_url": "https://api.github.com/repos/openfaas/faas/languages", + "stargazers_url": "https://api.github.com/repos/openfaas/faas/stargazers", + "contributors_url": "https://api.github.com/repos/openfaas/faas/contributors", + "subscribers_url": "https://api.github.com/repos/openfaas/faas/subscribers", + "subscription_url": "https://api.github.com/repos/openfaas/faas/subscription", + "commits_url": "https://api.github.com/repos/openfaas/faas/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/openfaas/faas/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/openfaas/faas/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/openfaas/faas/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/openfaas/faas/contents/{+path}", + "compare_url": "https://api.github.com/repos/openfaas/faas/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/openfaas/faas/merges", + "archive_url": "https://api.github.com/repos/openfaas/faas/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/openfaas/faas/downloads", + "issues_url": "https://api.github.com/repos/openfaas/faas/issues{/number}", + "pulls_url": "https://api.github.com/repos/openfaas/faas/pulls{/number}", + "milestones_url": "https://api.github.com/repos/openfaas/faas/milestones{/number}", + "notifications_url": "https://api.github.com/repos/openfaas/faas/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/openfaas/faas/labels{/name}", + "releases_url": "https://api.github.com/repos/openfaas/faas/releases{/id}", + "deployments_url": "https://api.github.com/repos/openfaas/faas/deployments", + "created_at": "2016-12-22T12:51:39Z", + "updated_at": "2018-08-09T15:16:24Z", + "pushed_at": "2018-08-09T15:16:22Z", + "git_url": "git://github.com/openfaas/faas.git", + "ssh_url": "git@github.com:openfaas/faas.git", + "clone_url": "https://github.com/openfaas/faas.git", + "svn_url": "https://github.com/openfaas/faas", + "homepage": "https://docs.openfaas.com/", + "size": 22281, + "stargazers_count": 11058, + "watchers_count": 11058, + "language": "Go", + "has_issues": true, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": true, + "forks_count": 798, + "mirror_url": null, + "archived": false, + "open_issues_count": 61, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 798, + "open_issues": 61, + "watchers": 11058, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "openfaas", + "id": 27013154, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI3MDEzMTU0", + "avatar_url": "https://avatars3.githubusercontent.com/u/27013154?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/openfaas", + "html_url": "https://github.com/openfaas", + "followers_url": "https://api.github.com/users/openfaas/followers", + "following_url": "https://api.github.com/users/openfaas/following{/other_user}", + "gists_url": "https://api.github.com/users/openfaas/gists{/gist_id}", + "starred_url": "https://api.github.com/users/openfaas/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/openfaas/subscriptions", + "organizations_url": "https://api.github.com/users/openfaas/orgs", + "repos_url": "https://api.github.com/users/openfaas/repos", + "events_url": "https://api.github.com/users/openfaas/events{/privacy}", + "received_events_url": "https://api.github.com/users/openfaas/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 798, + "subscribers_count": 423 + }, + { + "id": 91441209, + "node_id": "MDEwOlJlcG9zaXRvcnk5MTQ0MTIwOQ==", + "name": "scar", + "full_name": "grycap/scar", + "owner": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/grycap/scar", + "description": "Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)", + "fork": false, + "url": "https://api.github.com/repos/grycap/scar", + "forks_url": "https://api.github.com/repos/grycap/scar/forks", + "keys_url": "https://api.github.com/repos/grycap/scar/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/grycap/scar/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/grycap/scar/teams", + "hooks_url": "https://api.github.com/repos/grycap/scar/hooks", + "issue_events_url": "https://api.github.com/repos/grycap/scar/issues/events{/number}", + "events_url": "https://api.github.com/repos/grycap/scar/events", + "assignees_url": "https://api.github.com/repos/grycap/scar/assignees{/user}", + "branches_url": "https://api.github.com/repos/grycap/scar/branches{/branch}", + "tags_url": "https://api.github.com/repos/grycap/scar/tags", + "blobs_url": "https://api.github.com/repos/grycap/scar/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/grycap/scar/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/grycap/scar/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/grycap/scar/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/grycap/scar/statuses/{sha}", + "languages_url": "https://api.github.com/repos/grycap/scar/languages", + "stargazers_url": "https://api.github.com/repos/grycap/scar/stargazers", + "contributors_url": "https://api.github.com/repos/grycap/scar/contributors", + "subscribers_url": "https://api.github.com/repos/grycap/scar/subscribers", + "subscription_url": "https://api.github.com/repos/grycap/scar/subscription", + "commits_url": "https://api.github.com/repos/grycap/scar/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/grycap/scar/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/grycap/scar/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/grycap/scar/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/grycap/scar/contents/{+path}", + "compare_url": "https://api.github.com/repos/grycap/scar/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/grycap/scar/merges", + "archive_url": "https://api.github.com/repos/grycap/scar/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/grycap/scar/downloads", + "issues_url": "https://api.github.com/repos/grycap/scar/issues{/number}", + "pulls_url": "https://api.github.com/repos/grycap/scar/pulls{/number}", + "milestones_url": "https://api.github.com/repos/grycap/scar/milestones{/number}", + "notifications_url": "https://api.github.com/repos/grycap/scar/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/grycap/scar/labels{/name}", + "releases_url": "https://api.github.com/repos/grycap/scar/releases{/id}", + "deployments_url": "https://api.github.com/repos/grycap/scar/deployments", + "created_at": "2017-05-16T09:35:57Z", + "updated_at": "2018-08-09T13:43:03Z", + "pushed_at": "2018-07-31T07:32:14Z", + "git_url": "git://github.com/grycap/scar.git", + "ssh_url": "git@github.com:grycap/scar.git", + "clone_url": "https://github.com/grycap/scar.git", + "svn_url": "https://github.com/grycap/scar", + "homepage": "https://grycap.github.io/scar", + "size": 61403, + "stargazers_count": 304, + "watchers_count": 304, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 18, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 18, + "open_issues": 7, + "watchers": 304, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "grycap", + "id": 8657971, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NTc5NzE=", + "avatar_url": "https://avatars0.githubusercontent.com/u/8657971?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/grycap", + "html_url": "https://github.com/grycap", + "followers_url": "https://api.github.com/users/grycap/followers", + "following_url": "https://api.github.com/users/grycap/following{/other_user}", + "gists_url": "https://api.github.com/users/grycap/gists{/gist_id}", + "starred_url": "https://api.github.com/users/grycap/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/grycap/subscriptions", + "organizations_url": "https://api.github.com/users/grycap/orgs", + "repos_url": "https://api.github.com/users/grycap/repos", + "events_url": "https://api.github.com/users/grycap/events{/privacy}", + "received_events_url": "https://api.github.com/users/grycap/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 18, + "subscribers_count": 17 + }, + { + "id": 108044834, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgwNDQ4MzQ=", + "name": "container-structure-test", + "full_name": "GoogleContainerTools/container-structure-test", + "owner": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GoogleContainerTools/container-structure-test", + "description": "validate the structure of your container images", + "fork": false, + "url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test", + "forks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/forks", + "keys_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/teams", + "hooks_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/hooks", + "issue_events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/events{/number}", + "events_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/events", + "assignees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/assignees{/user}", + "branches_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/branches{/branch}", + "tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/tags", + "blobs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/languages", + "stargazers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/stargazers", + "contributors_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contributors", + "subscribers_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscribers", + "subscription_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/subscription", + "commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/contents/{+path}", + "compare_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/merges", + "archive_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/downloads", + "issues_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/issues{/number}", + "pulls_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/labels{/name}", + "releases_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases{/id}", + "deployments_url": "https://api.github.com/repos/GoogleContainerTools/container-structure-test/deployments", + "created_at": "2017-10-23T21:57:40Z", + "updated_at": "2018-08-08T16:32:28Z", + "pushed_at": "2018-07-20T19:16:27Z", + "git_url": "git://github.com/GoogleContainerTools/container-structure-test.git", + "ssh_url": "git@github.com:GoogleContainerTools/container-structure-test.git", + "clone_url": "https://github.com/GoogleContainerTools/container-structure-test.git", + "svn_url": "https://github.com/GoogleContainerTools/container-structure-test", + "homepage": "", + "size": 3738, + "stargazers_count": 767, + "watchers_count": 767, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 45, + "mirror_url": null, + "archived": false, + "open_issues_count": 22, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 45, + "open_issues": 22, + "watchers": 767, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GoogleContainerTools", + "id": 38444003, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4NDQ0MDAz", + "avatar_url": "https://avatars1.githubusercontent.com/u/38444003?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GoogleContainerTools", + "html_url": "https://github.com/GoogleContainerTools", + "followers_url": "https://api.github.com/users/GoogleContainerTools/followers", + "following_url": "https://api.github.com/users/GoogleContainerTools/following{/other_user}", + "gists_url": "https://api.github.com/users/GoogleContainerTools/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GoogleContainerTools/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GoogleContainerTools/subscriptions", + "organizations_url": "https://api.github.com/users/GoogleContainerTools/orgs", + "repos_url": "https://api.github.com/users/GoogleContainerTools/repos", + "events_url": "https://api.github.com/users/GoogleContainerTools/events{/privacy}", + "received_events_url": "https://api.github.com/users/GoogleContainerTools/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 45, + "subscribers_count": 50 + }, + { + "id": 43526066, + "node_id": "MDEwOlJlcG9zaXRvcnk0MzUyNjA2Ng==", + "name": "goss", + "full_name": "aelsabbahy/goss", + "owner": { + "login": "aelsabbahy", + "id": 6783261, + "node_id": "MDQ6VXNlcjY3ODMyNjE=", + "avatar_url": "https://avatars2.githubusercontent.com/u/6783261?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/aelsabbahy", + "html_url": "https://github.com/aelsabbahy", + "followers_url": "https://api.github.com/users/aelsabbahy/followers", + "following_url": "https://api.github.com/users/aelsabbahy/following{/other_user}", + "gists_url": "https://api.github.com/users/aelsabbahy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/aelsabbahy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/aelsabbahy/subscriptions", + "organizations_url": "https://api.github.com/users/aelsabbahy/orgs", + "repos_url": "https://api.github.com/users/aelsabbahy/repos", + "events_url": "https://api.github.com/users/aelsabbahy/events{/privacy}", + "received_events_url": "https://api.github.com/users/aelsabbahy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/aelsabbahy/goss", + "description": "Quick and Easy server testing/validation", + "fork": false, + "url": "https://api.github.com/repos/aelsabbahy/goss", + "forks_url": "https://api.github.com/repos/aelsabbahy/goss/forks", + "keys_url": "https://api.github.com/repos/aelsabbahy/goss/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/aelsabbahy/goss/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/aelsabbahy/goss/teams", + "hooks_url": "https://api.github.com/repos/aelsabbahy/goss/hooks", + "issue_events_url": "https://api.github.com/repos/aelsabbahy/goss/issues/events{/number}", + "events_url": "https://api.github.com/repos/aelsabbahy/goss/events", + "assignees_url": "https://api.github.com/repos/aelsabbahy/goss/assignees{/user}", + "branches_url": "https://api.github.com/repos/aelsabbahy/goss/branches{/branch}", + "tags_url": "https://api.github.com/repos/aelsabbahy/goss/tags", + "blobs_url": "https://api.github.com/repos/aelsabbahy/goss/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/aelsabbahy/goss/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/aelsabbahy/goss/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/aelsabbahy/goss/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/aelsabbahy/goss/statuses/{sha}", + "languages_url": "https://api.github.com/repos/aelsabbahy/goss/languages", + "stargazers_url": "https://api.github.com/repos/aelsabbahy/goss/stargazers", + "contributors_url": "https://api.github.com/repos/aelsabbahy/goss/contributors", + "subscribers_url": "https://api.github.com/repos/aelsabbahy/goss/subscribers", + "subscription_url": "https://api.github.com/repos/aelsabbahy/goss/subscription", + "commits_url": "https://api.github.com/repos/aelsabbahy/goss/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/aelsabbahy/goss/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/aelsabbahy/goss/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/aelsabbahy/goss/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/aelsabbahy/goss/contents/{+path}", + "compare_url": "https://api.github.com/repos/aelsabbahy/goss/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/aelsabbahy/goss/merges", + "archive_url": "https://api.github.com/repos/aelsabbahy/goss/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/aelsabbahy/goss/downloads", + "issues_url": "https://api.github.com/repos/aelsabbahy/goss/issues{/number}", + "pulls_url": "https://api.github.com/repos/aelsabbahy/goss/pulls{/number}", + "milestones_url": "https://api.github.com/repos/aelsabbahy/goss/milestones{/number}", + "notifications_url": "https://api.github.com/repos/aelsabbahy/goss/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/aelsabbahy/goss/labels{/name}", + "releases_url": "https://api.github.com/repos/aelsabbahy/goss/releases{/id}", + "deployments_url": "https://api.github.com/repos/aelsabbahy/goss/deployments", + "created_at": "2015-10-01T23:13:01Z", + "updated_at": "2018-08-08T17:21:36Z", + "pushed_at": "2018-08-03T04:09:19Z", + "git_url": "git://github.com/aelsabbahy/goss.git", + "ssh_url": "git@github.com:aelsabbahy/goss.git", + "clone_url": "https://github.com/aelsabbahy/goss.git", + "svn_url": "https://github.com/aelsabbahy/goss", + "homepage": "https://goss.rocks", + "size": 501, + "stargazers_count": 2443, + "watchers_count": 2443, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 179, + "mirror_url": null, + "archived": false, + "open_issues_count": 87, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 179, + "open_issues": 87, + "watchers": 2443, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 179, + "subscribers_count": 76 + }, + { + "id": 47682521, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzY4MjUyMQ==", + "name": "dockerspec", + "full_name": "zuazo/dockerspec", + "owner": { + "login": "zuazo", + "id": 1878434, + "node_id": "MDQ6VXNlcjE4Nzg0MzQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1878434?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/zuazo", + "html_url": "https://github.com/zuazo", + "followers_url": "https://api.github.com/users/zuazo/followers", + "following_url": "https://api.github.com/users/zuazo/following{/other_user}", + "gists_url": "https://api.github.com/users/zuazo/gists{/gist_id}", + "starred_url": "https://api.github.com/users/zuazo/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/zuazo/subscriptions", + "organizations_url": "https://api.github.com/users/zuazo/orgs", + "repos_url": "https://api.github.com/users/zuazo/repos", + "events_url": "https://api.github.com/users/zuazo/events{/privacy}", + "received_events_url": "https://api.github.com/users/zuazo/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/zuazo/dockerspec", + "description": "A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.", + "fork": false, + "url": "https://api.github.com/repos/zuazo/dockerspec", + "forks_url": "https://api.github.com/repos/zuazo/dockerspec/forks", + "keys_url": "https://api.github.com/repos/zuazo/dockerspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/zuazo/dockerspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/zuazo/dockerspec/teams", + "hooks_url": "https://api.github.com/repos/zuazo/dockerspec/hooks", + "issue_events_url": "https://api.github.com/repos/zuazo/dockerspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/zuazo/dockerspec/events", + "assignees_url": "https://api.github.com/repos/zuazo/dockerspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/zuazo/dockerspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/zuazo/dockerspec/tags", + "blobs_url": "https://api.github.com/repos/zuazo/dockerspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/zuazo/dockerspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/zuazo/dockerspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/zuazo/dockerspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/zuazo/dockerspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/zuazo/dockerspec/languages", + "stargazers_url": "https://api.github.com/repos/zuazo/dockerspec/stargazers", + "contributors_url": "https://api.github.com/repos/zuazo/dockerspec/contributors", + "subscribers_url": "https://api.github.com/repos/zuazo/dockerspec/subscribers", + "subscription_url": "https://api.github.com/repos/zuazo/dockerspec/subscription", + "commits_url": "https://api.github.com/repos/zuazo/dockerspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/zuazo/dockerspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/zuazo/dockerspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/zuazo/dockerspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/zuazo/dockerspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/zuazo/dockerspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/zuazo/dockerspec/merges", + "archive_url": "https://api.github.com/repos/zuazo/dockerspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/zuazo/dockerspec/downloads", + "issues_url": "https://api.github.com/repos/zuazo/dockerspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/zuazo/dockerspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/zuazo/dockerspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/zuazo/dockerspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/zuazo/dockerspec/labels{/name}", + "releases_url": "https://api.github.com/repos/zuazo/dockerspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/zuazo/dockerspec/deployments", + "created_at": "2015-12-09T09:47:29Z", + "updated_at": "2018-07-11T01:46:44Z", + "pushed_at": "2017-08-30T20:40:57Z", + "git_url": "git://github.com/zuazo/dockerspec.git", + "ssh_url": "git@github.com:zuazo/dockerspec.git", + "clone_url": "https://github.com/zuazo/dockerspec.git", + "svn_url": "https://github.com/zuazo/dockerspec", + "homepage": "https://rubygems.org/gems/dockerspec", + "size": 217, + "stargazers_count": 156, + "watchers_count": 156, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 4, + "mirror_url": null, + "archived": false, + "open_issues_count": 9, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 4, + "open_issues": 9, + "watchers": 156, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 4, + "subscribers_count": 8 + }, + { + "id": 33227384, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzIyNzM4NA==", + "name": "platform", + "full_name": "dockunit/platform", + "owner": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dockunit/platform", + "description": "Dockunit platform website.", + "fork": false, + "url": "https://api.github.com/repos/dockunit/platform", + "forks_url": "https://api.github.com/repos/dockunit/platform/forks", + "keys_url": "https://api.github.com/repos/dockunit/platform/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dockunit/platform/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dockunit/platform/teams", + "hooks_url": "https://api.github.com/repos/dockunit/platform/hooks", + "issue_events_url": "https://api.github.com/repos/dockunit/platform/issues/events{/number}", + "events_url": "https://api.github.com/repos/dockunit/platform/events", + "assignees_url": "https://api.github.com/repos/dockunit/platform/assignees{/user}", + "branches_url": "https://api.github.com/repos/dockunit/platform/branches{/branch}", + "tags_url": "https://api.github.com/repos/dockunit/platform/tags", + "blobs_url": "https://api.github.com/repos/dockunit/platform/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dockunit/platform/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dockunit/platform/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dockunit/platform/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dockunit/platform/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dockunit/platform/languages", + "stargazers_url": "https://api.github.com/repos/dockunit/platform/stargazers", + "contributors_url": "https://api.github.com/repos/dockunit/platform/contributors", + "subscribers_url": "https://api.github.com/repos/dockunit/platform/subscribers", + "subscription_url": "https://api.github.com/repos/dockunit/platform/subscription", + "commits_url": "https://api.github.com/repos/dockunit/platform/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dockunit/platform/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dockunit/platform/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dockunit/platform/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dockunit/platform/contents/{+path}", + "compare_url": "https://api.github.com/repos/dockunit/platform/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dockunit/platform/merges", + "archive_url": "https://api.github.com/repos/dockunit/platform/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dockunit/platform/downloads", + "issues_url": "https://api.github.com/repos/dockunit/platform/issues{/number}", + "pulls_url": "https://api.github.com/repos/dockunit/platform/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dockunit/platform/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dockunit/platform/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dockunit/platform/labels{/name}", + "releases_url": "https://api.github.com/repos/dockunit/platform/releases{/id}", + "deployments_url": "https://api.github.com/repos/dockunit/platform/deployments", + "created_at": "2015-04-01T04:53:59Z", + "updated_at": "2018-04-23T20:11:23Z", + "pushed_at": "2015-11-20T04:44:25Z", + "git_url": "git://github.com/dockunit/platform.git", + "ssh_url": "git@github.com:dockunit/platform.git", + "clone_url": "https://github.com/dockunit/platform.git", + "svn_url": "https://github.com/dockunit/platform", + "homepage": "https://dockunit.io", + "size": 5542, + "stargazers_count": 43, + "watchers_count": 43, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 10, + "open_issues": 1, + "watchers": 43, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dockunit", + "id": 13862655, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzODYyNjU1", + "avatar_url": "https://avatars0.githubusercontent.com/u/13862655?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dockunit", + "html_url": "https://github.com/dockunit", + "followers_url": "https://api.github.com/users/dockunit/followers", + "following_url": "https://api.github.com/users/dockunit/following{/other_user}", + "gists_url": "https://api.github.com/users/dockunit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dockunit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dockunit/subscriptions", + "organizations_url": "https://api.github.com/users/dockunit/orgs", + "repos_url": "https://api.github.com/users/dockunit/repos", + "events_url": "https://api.github.com/users/dockunit/events{/privacy}", + "received_events_url": "https://api.github.com/users/dockunit/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 8 + }, + { + "id": 54481074, + "node_id": "MDEwOlJlcG9zaXRvcnk1NDQ4MTA3NA==", + "name": "pumba", + "full_name": "alexei-led/pumba", + "owner": { + "login": "alexei-led", + "id": 1898375, + "node_id": "MDQ6VXNlcjE4OTgzNzU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1898375?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/alexei-led", + "html_url": "https://github.com/alexei-led", + "followers_url": "https://api.github.com/users/alexei-led/followers", + "following_url": "https://api.github.com/users/alexei-led/following{/other_user}", + "gists_url": "https://api.github.com/users/alexei-led/gists{/gist_id}", + "starred_url": "https://api.github.com/users/alexei-led/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/alexei-led/subscriptions", + "organizations_url": "https://api.github.com/users/alexei-led/orgs", + "repos_url": "https://api.github.com/users/alexei-led/repos", + "events_url": "https://api.github.com/users/alexei-led/events{/privacy}", + "received_events_url": "https://api.github.com/users/alexei-led/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/alexei-led/pumba", + "description": "Chaos testing and network emulation tool for Docker.", + "fork": false, + "url": "https://api.github.com/repos/alexei-led/pumba", + "forks_url": "https://api.github.com/repos/alexei-led/pumba/forks", + "keys_url": "https://api.github.com/repos/alexei-led/pumba/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/alexei-led/pumba/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/alexei-led/pumba/teams", + "hooks_url": "https://api.github.com/repos/alexei-led/pumba/hooks", + "issue_events_url": "https://api.github.com/repos/alexei-led/pumba/issues/events{/number}", + "events_url": "https://api.github.com/repos/alexei-led/pumba/events", + "assignees_url": "https://api.github.com/repos/alexei-led/pumba/assignees{/user}", + "branches_url": "https://api.github.com/repos/alexei-led/pumba/branches{/branch}", + "tags_url": "https://api.github.com/repos/alexei-led/pumba/tags", + "blobs_url": "https://api.github.com/repos/alexei-led/pumba/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/alexei-led/pumba/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/alexei-led/pumba/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/alexei-led/pumba/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/alexei-led/pumba/statuses/{sha}", + "languages_url": "https://api.github.com/repos/alexei-led/pumba/languages", + "stargazers_url": "https://api.github.com/repos/alexei-led/pumba/stargazers", + "contributors_url": "https://api.github.com/repos/alexei-led/pumba/contributors", + "subscribers_url": "https://api.github.com/repos/alexei-led/pumba/subscribers", + "subscription_url": "https://api.github.com/repos/alexei-led/pumba/subscription", + "commits_url": "https://api.github.com/repos/alexei-led/pumba/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/alexei-led/pumba/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/alexei-led/pumba/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/alexei-led/pumba/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/alexei-led/pumba/contents/{+path}", + "compare_url": "https://api.github.com/repos/alexei-led/pumba/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/alexei-led/pumba/merges", + "archive_url": "https://api.github.com/repos/alexei-led/pumba/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/alexei-led/pumba/downloads", + "issues_url": "https://api.github.com/repos/alexei-led/pumba/issues{/number}", + "pulls_url": "https://api.github.com/repos/alexei-led/pumba/pulls{/number}", + "milestones_url": "https://api.github.com/repos/alexei-led/pumba/milestones{/number}", + "notifications_url": "https://api.github.com/repos/alexei-led/pumba/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/alexei-led/pumba/labels{/name}", + "releases_url": "https://api.github.com/repos/alexei-led/pumba/releases{/id}", + "deployments_url": "https://api.github.com/repos/alexei-led/pumba/deployments", + "created_at": "2016-03-22T14:20:27Z", + "updated_at": "2018-08-09T09:43:22Z", + "pushed_at": "2018-07-31T07:19:10Z", + "git_url": "git://github.com/alexei-led/pumba.git", + "ssh_url": "git@github.com:alexei-led/pumba.git", + "clone_url": "https://github.com/alexei-led/pumba.git", + "svn_url": "https://github.com/alexei-led/pumba", + "homepage": "https://goo.gl/SUKo6T", + "size": 39714, + "stargazers_count": 942, + "watchers_count": 942, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 67, + "mirror_url": null, + "archived": false, + "open_issues_count": 19, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 67, + "open_issues": 19, + "watchers": 942, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 67, + "subscribers_count": 41 + }, + { + "id": 13003799, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzAwMzc5OQ==", + "name": "azk", + "full_name": "azukiapp/azk", + "owner": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/azukiapp/azk", + "description": "azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.", + "fork": false, + "url": "https://api.github.com/repos/azukiapp/azk", + "forks_url": "https://api.github.com/repos/azukiapp/azk/forks", + "keys_url": "https://api.github.com/repos/azukiapp/azk/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/azukiapp/azk/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/azukiapp/azk/teams", + "hooks_url": "https://api.github.com/repos/azukiapp/azk/hooks", + "issue_events_url": "https://api.github.com/repos/azukiapp/azk/issues/events{/number}", + "events_url": "https://api.github.com/repos/azukiapp/azk/events", + "assignees_url": "https://api.github.com/repos/azukiapp/azk/assignees{/user}", + "branches_url": "https://api.github.com/repos/azukiapp/azk/branches{/branch}", + "tags_url": "https://api.github.com/repos/azukiapp/azk/tags", + "blobs_url": "https://api.github.com/repos/azukiapp/azk/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/azukiapp/azk/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/azukiapp/azk/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/azukiapp/azk/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/azukiapp/azk/statuses/{sha}", + "languages_url": "https://api.github.com/repos/azukiapp/azk/languages", + "stargazers_url": "https://api.github.com/repos/azukiapp/azk/stargazers", + "contributors_url": "https://api.github.com/repos/azukiapp/azk/contributors", + "subscribers_url": "https://api.github.com/repos/azukiapp/azk/subscribers", + "subscription_url": "https://api.github.com/repos/azukiapp/azk/subscription", + "commits_url": "https://api.github.com/repos/azukiapp/azk/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/azukiapp/azk/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/azukiapp/azk/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/azukiapp/azk/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/azukiapp/azk/contents/{+path}", + "compare_url": "https://api.github.com/repos/azukiapp/azk/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/azukiapp/azk/merges", + "archive_url": "https://api.github.com/repos/azukiapp/azk/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/azukiapp/azk/downloads", + "issues_url": "https://api.github.com/repos/azukiapp/azk/issues{/number}", + "pulls_url": "https://api.github.com/repos/azukiapp/azk/pulls{/number}", + "milestones_url": "https://api.github.com/repos/azukiapp/azk/milestones{/number}", + "notifications_url": "https://api.github.com/repos/azukiapp/azk/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/azukiapp/azk/labels{/name}", + "releases_url": "https://api.github.com/repos/azukiapp/azk/releases{/id}", + "deployments_url": "https://api.github.com/repos/azukiapp/azk/deployments", + "created_at": "2013-09-21T23:02:55Z", + "updated_at": "2018-08-08T11:24:17Z", + "pushed_at": "2017-04-25T15:20:34Z", + "git_url": "git://github.com/azukiapp/azk.git", + "ssh_url": "git@github.com:azukiapp/azk.git", + "clone_url": "https://github.com/azukiapp/azk.git", + "svn_url": "https://github.com/azukiapp/azk", + "homepage": "http://azk.io", + "size": 11889, + "stargazers_count": 867, + "watchers_count": 867, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 97, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 56, + "open_issues": 97, + "watchers": 867, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "azukiapp", + "id": 2593357, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjI1OTMzNTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/2593357?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/azukiapp", + "html_url": "https://github.com/azukiapp", + "followers_url": "https://api.github.com/users/azukiapp/followers", + "following_url": "https://api.github.com/users/azukiapp/following{/other_user}", + "gists_url": "https://api.github.com/users/azukiapp/gists{/gist_id}", + "starred_url": "https://api.github.com/users/azukiapp/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/azukiapp/subscriptions", + "organizations_url": "https://api.github.com/users/azukiapp/orgs", + "repos_url": "https://api.github.com/users/azukiapp/repos", + "events_url": "https://api.github.com/users/azukiapp/events{/privacy}", + "received_events_url": "https://api.github.com/users/azukiapp/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 43 + }, + { + "id": 35613292, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTYxMzI5Mg==", + "name": "Beluga", + "full_name": "cortexmedia/Beluga", + "owner": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cortexmedia/Beluga", + "description": "Beluga a CLI to deploy docker containers on a single server or low amount of servers.", + "fork": false, + "url": "https://api.github.com/repos/cortexmedia/Beluga", + "forks_url": "https://api.github.com/repos/cortexmedia/Beluga/forks", + "keys_url": "https://api.github.com/repos/cortexmedia/Beluga/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cortexmedia/Beluga/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cortexmedia/Beluga/teams", + "hooks_url": "https://api.github.com/repos/cortexmedia/Beluga/hooks", + "issue_events_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/events{/number}", + "events_url": "https://api.github.com/repos/cortexmedia/Beluga/events", + "assignees_url": "https://api.github.com/repos/cortexmedia/Beluga/assignees{/user}", + "branches_url": "https://api.github.com/repos/cortexmedia/Beluga/branches{/branch}", + "tags_url": "https://api.github.com/repos/cortexmedia/Beluga/tags", + "blobs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cortexmedia/Beluga/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cortexmedia/Beluga/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cortexmedia/Beluga/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cortexmedia/Beluga/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cortexmedia/Beluga/languages", + "stargazers_url": "https://api.github.com/repos/cortexmedia/Beluga/stargazers", + "contributors_url": "https://api.github.com/repos/cortexmedia/Beluga/contributors", + "subscribers_url": "https://api.github.com/repos/cortexmedia/Beluga/subscribers", + "subscription_url": "https://api.github.com/repos/cortexmedia/Beluga/subscription", + "commits_url": "https://api.github.com/repos/cortexmedia/Beluga/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cortexmedia/Beluga/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cortexmedia/Beluga/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cortexmedia/Beluga/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cortexmedia/Beluga/contents/{+path}", + "compare_url": "https://api.github.com/repos/cortexmedia/Beluga/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cortexmedia/Beluga/merges", + "archive_url": "https://api.github.com/repos/cortexmedia/Beluga/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cortexmedia/Beluga/downloads", + "issues_url": "https://api.github.com/repos/cortexmedia/Beluga/issues{/number}", + "pulls_url": "https://api.github.com/repos/cortexmedia/Beluga/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cortexmedia/Beluga/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cortexmedia/Beluga/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cortexmedia/Beluga/labels{/name}", + "releases_url": "https://api.github.com/repos/cortexmedia/Beluga/releases{/id}", + "deployments_url": "https://api.github.com/repos/cortexmedia/Beluga/deployments", + "created_at": "2015-05-14T13:41:54Z", + "updated_at": "2018-05-03T15:59:47Z", + "pushed_at": "2017-10-16T15:23:58Z", + "git_url": "git://github.com/cortexmedia/Beluga.git", + "ssh_url": "git@github.com:cortexmedia/Beluga.git", + "clone_url": "https://github.com/cortexmedia/Beluga.git", + "svn_url": "https://github.com/cortexmedia/Beluga", + "homepage": null, + "size": 60, + "stargazers_count": 167, + "watchers_count": 167, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 10, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": null, + "forks": 10, + "open_issues": 2, + "watchers": 167, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cortexmedia", + "id": 10748573, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQ4NTcz", + "avatar_url": "https://avatars0.githubusercontent.com/u/10748573?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cortexmedia", + "html_url": "https://github.com/cortexmedia", + "followers_url": "https://api.github.com/users/cortexmedia/followers", + "following_url": "https://api.github.com/users/cortexmedia/following{/other_user}", + "gists_url": "https://api.github.com/users/cortexmedia/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cortexmedia/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cortexmedia/subscriptions", + "organizations_url": "https://api.github.com/users/cortexmedia/orgs", + "repos_url": "https://api.github.com/users/cortexmedia/repos", + "events_url": "https://api.github.com/users/cortexmedia/events{/privacy}", + "received_events_url": "https://api.github.com/users/cortexmedia/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 10, + "subscribers_count": 13 + }, + { + "id": 32219023, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjIxOTAyMw==", + "name": "dexec", + "full_name": "docker-exec/dexec", + "owner": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-exec/dexec", + "description": ":whale: Command line interface for running code in many languages via Docker.", + "fork": false, + "url": "https://api.github.com/repos/docker-exec/dexec", + "forks_url": "https://api.github.com/repos/docker-exec/dexec/forks", + "keys_url": "https://api.github.com/repos/docker-exec/dexec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-exec/dexec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-exec/dexec/teams", + "hooks_url": "https://api.github.com/repos/docker-exec/dexec/hooks", + "issue_events_url": "https://api.github.com/repos/docker-exec/dexec/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-exec/dexec/events", + "assignees_url": "https://api.github.com/repos/docker-exec/dexec/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-exec/dexec/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-exec/dexec/tags", + "blobs_url": "https://api.github.com/repos/docker-exec/dexec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-exec/dexec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-exec/dexec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-exec/dexec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-exec/dexec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-exec/dexec/languages", + "stargazers_url": "https://api.github.com/repos/docker-exec/dexec/stargazers", + "contributors_url": "https://api.github.com/repos/docker-exec/dexec/contributors", + "subscribers_url": "https://api.github.com/repos/docker-exec/dexec/subscribers", + "subscription_url": "https://api.github.com/repos/docker-exec/dexec/subscription", + "commits_url": "https://api.github.com/repos/docker-exec/dexec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-exec/dexec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-exec/dexec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-exec/dexec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-exec/dexec/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-exec/dexec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-exec/dexec/merges", + "archive_url": "https://api.github.com/repos/docker-exec/dexec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-exec/dexec/downloads", + "issues_url": "https://api.github.com/repos/docker-exec/dexec/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-exec/dexec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-exec/dexec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-exec/dexec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-exec/dexec/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-exec/dexec/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-exec/dexec/deployments", + "created_at": "2015-03-14T15:43:29Z", + "updated_at": "2018-07-22T15:22:43Z", + "pushed_at": "2017-04-18T02:22:00Z", + "git_url": "git://github.com/docker-exec/dexec.git", + "ssh_url": "git@github.com:docker-exec/dexec.git", + "clone_url": "https://github.com/docker-exec/dexec.git", + "svn_url": "https://github.com/docker-exec/dexec", + "homepage": "https://docker-exec.github.io/", + "size": 900, + "stargazers_count": 294, + "watchers_count": 294, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 15, + "mirror_url": null, + "archived": false, + "open_issues_count": 16, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 15, + "open_issues": 16, + "watchers": 294, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-exec", + "id": 9856954, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk4NTY5NTQ=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9856954?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-exec", + "html_url": "https://github.com/docker-exec", + "followers_url": "https://api.github.com/users/docker-exec/followers", + "following_url": "https://api.github.com/users/docker-exec/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-exec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-exec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-exec/subscriptions", + "organizations_url": "https://api.github.com/users/docker-exec/orgs", + "repos_url": "https://api.github.com/users/docker-exec/repos", + "events_url": "https://api.github.com/users/docker-exec/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-exec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 15, + "subscribers_count": 23 + }, + { + "id": 39196551, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTE5NjU1MQ==", + "name": "docker-do", + "full_name": "benzaita/docker-do", + "owner": { + "login": "benzaita", + "id": 1057650, + "node_id": "MDQ6VXNlcjEwNTc2NTA=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1057650?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/benzaita", + "html_url": "https://github.com/benzaita", + "followers_url": "https://api.github.com/users/benzaita/followers", + "following_url": "https://api.github.com/users/benzaita/following{/other_user}", + "gists_url": "https://api.github.com/users/benzaita/gists{/gist_id}", + "starred_url": "https://api.github.com/users/benzaita/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/benzaita/subscriptions", + "organizations_url": "https://api.github.com/users/benzaita/orgs", + "repos_url": "https://api.github.com/users/benzaita/repos", + "events_url": "https://api.github.com/users/benzaita/events{/privacy}", + "received_events_url": "https://api.github.com/users/benzaita/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/benzaita/docker-do", + "description": "hassle-free `docker run`", + "fork": false, + "url": "https://api.github.com/repos/benzaita/docker-do", + "forks_url": "https://api.github.com/repos/benzaita/docker-do/forks", + "keys_url": "https://api.github.com/repos/benzaita/docker-do/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/benzaita/docker-do/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/benzaita/docker-do/teams", + "hooks_url": "https://api.github.com/repos/benzaita/docker-do/hooks", + "issue_events_url": "https://api.github.com/repos/benzaita/docker-do/issues/events{/number}", + "events_url": "https://api.github.com/repos/benzaita/docker-do/events", + "assignees_url": "https://api.github.com/repos/benzaita/docker-do/assignees{/user}", + "branches_url": "https://api.github.com/repos/benzaita/docker-do/branches{/branch}", + "tags_url": "https://api.github.com/repos/benzaita/docker-do/tags", + "blobs_url": "https://api.github.com/repos/benzaita/docker-do/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/benzaita/docker-do/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/benzaita/docker-do/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/benzaita/docker-do/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/benzaita/docker-do/statuses/{sha}", + "languages_url": "https://api.github.com/repos/benzaita/docker-do/languages", + "stargazers_url": "https://api.github.com/repos/benzaita/docker-do/stargazers", + "contributors_url": "https://api.github.com/repos/benzaita/docker-do/contributors", + "subscribers_url": "https://api.github.com/repos/benzaita/docker-do/subscribers", + "subscription_url": "https://api.github.com/repos/benzaita/docker-do/subscription", + "commits_url": "https://api.github.com/repos/benzaita/docker-do/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/benzaita/docker-do/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/benzaita/docker-do/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/benzaita/docker-do/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/benzaita/docker-do/contents/{+path}", + "compare_url": "https://api.github.com/repos/benzaita/docker-do/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/benzaita/docker-do/merges", + "archive_url": "https://api.github.com/repos/benzaita/docker-do/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/benzaita/docker-do/downloads", + "issues_url": "https://api.github.com/repos/benzaita/docker-do/issues{/number}", + "pulls_url": "https://api.github.com/repos/benzaita/docker-do/pulls{/number}", + "milestones_url": "https://api.github.com/repos/benzaita/docker-do/milestones{/number}", + "notifications_url": "https://api.github.com/repos/benzaita/docker-do/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/benzaita/docker-do/labels{/name}", + "releases_url": "https://api.github.com/repos/benzaita/docker-do/releases{/id}", + "deployments_url": "https://api.github.com/repos/benzaita/docker-do/deployments", + "created_at": "2015-07-16T12:51:07Z", + "updated_at": "2017-05-07T23:08:30Z", + "pushed_at": "2016-05-29T12:04:08Z", + "git_url": "git://github.com/benzaita/docker-do.git", + "ssh_url": "git@github.com:benzaita/docker-do.git", + "clone_url": "https://github.com/benzaita/docker-do.git", + "svn_url": "https://github.com/benzaita/docker-do", + "homepage": "", + "size": 13, + "stargazers_count": 15, + "watchers_count": 15, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 1, + "open_issues": 0, + "watchers": 15, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 3 + }, + { + "id": 28423071, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQyMzA3MQ==", + "name": "dray", + "full_name": "CenturyLinkLabs/dray", + "owner": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/CenturyLinkLabs/dray", + "description": "An engine for managing the execution of container-based workflows.", + "fork": false, + "url": "https://api.github.com/repos/CenturyLinkLabs/dray", + "forks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/forks", + "keys_url": "https://api.github.com/repos/CenturyLinkLabs/dray/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/CenturyLinkLabs/dray/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/CenturyLinkLabs/dray/teams", + "hooks_url": "https://api.github.com/repos/CenturyLinkLabs/dray/hooks", + "issue_events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/events{/number}", + "events_url": "https://api.github.com/repos/CenturyLinkLabs/dray/events", + "assignees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/assignees{/user}", + "branches_url": "https://api.github.com/repos/CenturyLinkLabs/dray/branches{/branch}", + "tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/tags", + "blobs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/CenturyLinkLabs/dray/statuses/{sha}", + "languages_url": "https://api.github.com/repos/CenturyLinkLabs/dray/languages", + "stargazers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/stargazers", + "contributors_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contributors", + "subscribers_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscribers", + "subscription_url": "https://api.github.com/repos/CenturyLinkLabs/dray/subscription", + "commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/CenturyLinkLabs/dray/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/CenturyLinkLabs/dray/contents/{+path}", + "compare_url": "https://api.github.com/repos/CenturyLinkLabs/dray/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/CenturyLinkLabs/dray/merges", + "archive_url": "https://api.github.com/repos/CenturyLinkLabs/dray/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/CenturyLinkLabs/dray/downloads", + "issues_url": "https://api.github.com/repos/CenturyLinkLabs/dray/issues{/number}", + "pulls_url": "https://api.github.com/repos/CenturyLinkLabs/dray/pulls{/number}", + "milestones_url": "https://api.github.com/repos/CenturyLinkLabs/dray/milestones{/number}", + "notifications_url": "https://api.github.com/repos/CenturyLinkLabs/dray/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/CenturyLinkLabs/dray/labels{/name}", + "releases_url": "https://api.github.com/repos/CenturyLinkLabs/dray/releases{/id}", + "deployments_url": "https://api.github.com/repos/CenturyLinkLabs/dray/deployments", + "created_at": "2014-12-23T22:38:32Z", + "updated_at": "2018-06-19T07:47:23Z", + "pushed_at": "2016-06-22T12:45:13Z", + "git_url": "git://github.com/CenturyLinkLabs/dray.git", + "ssh_url": "git@github.com:CenturyLinkLabs/dray.git", + "clone_url": "https://github.com/CenturyLinkLabs/dray.git", + "svn_url": "https://github.com/CenturyLinkLabs/dray", + "homepage": "http://Dray.it", + "size": 1171, + "stargazers_count": 343, + "watchers_count": 343, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 37, + "open_issues": 6, + "watchers": 343, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "CenturyLinkLabs", + "id": 6453752, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY0NTM3NTI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/6453752?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/CenturyLinkLabs", + "html_url": "https://github.com/CenturyLinkLabs", + "followers_url": "https://api.github.com/users/CenturyLinkLabs/followers", + "following_url": "https://api.github.com/users/CenturyLinkLabs/following{/other_user}", + "gists_url": "https://api.github.com/users/CenturyLinkLabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/CenturyLinkLabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/CenturyLinkLabs/subscriptions", + "organizations_url": "https://api.github.com/users/CenturyLinkLabs/orgs", + "repos_url": "https://api.github.com/users/CenturyLinkLabs/repos", + "events_url": "https://api.github.com/users/CenturyLinkLabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/CenturyLinkLabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 37, + "subscribers_count": 34 + }, + { + "id": 23741968, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzc0MTk2OA==", + "name": "fugu", + "full_name": "mattes/fugu", + "owner": { + "login": "mattes", + "id": 1240531, + "node_id": "MDQ6VXNlcjEyNDA1MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/1240531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/mattes", + "html_url": "https://github.com/mattes", + "followers_url": "https://api.github.com/users/mattes/followers", + "following_url": "https://api.github.com/users/mattes/following{/other_user}", + "gists_url": "https://api.github.com/users/mattes/gists{/gist_id}", + "starred_url": "https://api.github.com/users/mattes/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/mattes/subscriptions", + "organizations_url": "https://api.github.com/users/mattes/orgs", + "repos_url": "https://api.github.com/users/mattes/repos", + "events_url": "https://api.github.com/users/mattes/events{/privacy}", + "received_events_url": "https://api.github.com/users/mattes/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/mattes/fugu", + "description": "Swiss Army knife for Docker", + "fork": false, + "url": "https://api.github.com/repos/mattes/fugu", + "forks_url": "https://api.github.com/repos/mattes/fugu/forks", + "keys_url": "https://api.github.com/repos/mattes/fugu/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/mattes/fugu/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/mattes/fugu/teams", + "hooks_url": "https://api.github.com/repos/mattes/fugu/hooks", + "issue_events_url": "https://api.github.com/repos/mattes/fugu/issues/events{/number}", + "events_url": "https://api.github.com/repos/mattes/fugu/events", + "assignees_url": "https://api.github.com/repos/mattes/fugu/assignees{/user}", + "branches_url": "https://api.github.com/repos/mattes/fugu/branches{/branch}", + "tags_url": "https://api.github.com/repos/mattes/fugu/tags", + "blobs_url": "https://api.github.com/repos/mattes/fugu/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/mattes/fugu/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/mattes/fugu/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/mattes/fugu/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/mattes/fugu/statuses/{sha}", + "languages_url": "https://api.github.com/repos/mattes/fugu/languages", + "stargazers_url": "https://api.github.com/repos/mattes/fugu/stargazers", + "contributors_url": "https://api.github.com/repos/mattes/fugu/contributors", + "subscribers_url": "https://api.github.com/repos/mattes/fugu/subscribers", + "subscription_url": "https://api.github.com/repos/mattes/fugu/subscription", + "commits_url": "https://api.github.com/repos/mattes/fugu/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/mattes/fugu/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/mattes/fugu/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/mattes/fugu/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/mattes/fugu/contents/{+path}", + "compare_url": "https://api.github.com/repos/mattes/fugu/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/mattes/fugu/merges", + "archive_url": "https://api.github.com/repos/mattes/fugu/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/mattes/fugu/downloads", + "issues_url": "https://api.github.com/repos/mattes/fugu/issues{/number}", + "pulls_url": "https://api.github.com/repos/mattes/fugu/pulls{/number}", + "milestones_url": "https://api.github.com/repos/mattes/fugu/milestones{/number}", + "notifications_url": "https://api.github.com/repos/mattes/fugu/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/mattes/fugu/labels{/name}", + "releases_url": "https://api.github.com/repos/mattes/fugu/releases{/id}", + "deployments_url": "https://api.github.com/repos/mattes/fugu/deployments", + "created_at": "2014-09-06T18:33:41Z", + "updated_at": "2018-07-12T04:48:02Z", + "pushed_at": "2016-07-11T06:19:25Z", + "git_url": "git://github.com/mattes/fugu.git", + "ssh_url": "git@github.com:mattes/fugu.git", + "clone_url": "https://github.com/mattes/fugu.git", + "svn_url": "https://github.com/mattes/fugu", + "homepage": "", + "size": 1215, + "stargazers_count": 141, + "watchers_count": 141, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 6, + "mirror_url": null, + "archived": true, + "open_issues_count": 5, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 6, + "open_issues": 5, + "watchers": 141, + "default_branch": "v1", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 6, + "subscribers_count": 6 + }, + { + "id": 16678519, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3ODUxOQ==", + "name": "subuser", + "full_name": "subuser-security/subuser", + "owner": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/subuser-security/subuser", + "description": "Run programs on linux with selectively restricted permissions.", + "fork": false, + "url": "https://api.github.com/repos/subuser-security/subuser", + "forks_url": "https://api.github.com/repos/subuser-security/subuser/forks", + "keys_url": "https://api.github.com/repos/subuser-security/subuser/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/subuser-security/subuser/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/subuser-security/subuser/teams", + "hooks_url": "https://api.github.com/repos/subuser-security/subuser/hooks", + "issue_events_url": "https://api.github.com/repos/subuser-security/subuser/issues/events{/number}", + "events_url": "https://api.github.com/repos/subuser-security/subuser/events", + "assignees_url": "https://api.github.com/repos/subuser-security/subuser/assignees{/user}", + "branches_url": "https://api.github.com/repos/subuser-security/subuser/branches{/branch}", + "tags_url": "https://api.github.com/repos/subuser-security/subuser/tags", + "blobs_url": "https://api.github.com/repos/subuser-security/subuser/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/subuser-security/subuser/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/subuser-security/subuser/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/subuser-security/subuser/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/subuser-security/subuser/statuses/{sha}", + "languages_url": "https://api.github.com/repos/subuser-security/subuser/languages", + "stargazers_url": "https://api.github.com/repos/subuser-security/subuser/stargazers", + "contributors_url": "https://api.github.com/repos/subuser-security/subuser/contributors", + "subscribers_url": "https://api.github.com/repos/subuser-security/subuser/subscribers", + "subscription_url": "https://api.github.com/repos/subuser-security/subuser/subscription", + "commits_url": "https://api.github.com/repos/subuser-security/subuser/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/subuser-security/subuser/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/subuser-security/subuser/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/subuser-security/subuser/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/subuser-security/subuser/contents/{+path}", + "compare_url": "https://api.github.com/repos/subuser-security/subuser/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/subuser-security/subuser/merges", + "archive_url": "https://api.github.com/repos/subuser-security/subuser/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/subuser-security/subuser/downloads", + "issues_url": "https://api.github.com/repos/subuser-security/subuser/issues{/number}", + "pulls_url": "https://api.github.com/repos/subuser-security/subuser/pulls{/number}", + "milestones_url": "https://api.github.com/repos/subuser-security/subuser/milestones{/number}", + "notifications_url": "https://api.github.com/repos/subuser-security/subuser/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/subuser-security/subuser/labels{/name}", + "releases_url": "https://api.github.com/repos/subuser-security/subuser/releases{/id}", + "deployments_url": "https://api.github.com/repos/subuser-security/subuser/deployments", + "created_at": "2014-02-09T23:17:36Z", + "updated_at": "2018-08-08T09:49:14Z", + "pushed_at": "2018-03-14T21:59:15Z", + "git_url": "git://github.com/subuser-security/subuser.git", + "ssh_url": "git@github.com:subuser-security/subuser.git", + "clone_url": "https://github.com/subuser-security/subuser.git", + "svn_url": "https://github.com/subuser-security/subuser", + "homepage": "http://subuser.org", + "size": 2291, + "stargazers_count": 695, + "watchers_count": 695, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 56, + "mirror_url": null, + "archived": false, + "open_issues_count": 37, + "license": { + "key": "lgpl-3.0", + "name": "GNU Lesser General Public License v3.0", + "spdx_id": "LGPL-3.0", + "url": "https://api.github.com/licenses/lgpl-3.0", + "node_id": "MDc6TGljZW5zZTEy" + }, + "forks": 56, + "open_issues": 37, + "watchers": 695, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "subuser-security", + "id": 6707097, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjY3MDcwOTc=", + "avatar_url": "https://avatars0.githubusercontent.com/u/6707097?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/subuser-security", + "html_url": "https://github.com/subuser-security", + "followers_url": "https://api.github.com/users/subuser-security/followers", + "following_url": "https://api.github.com/users/subuser-security/following{/other_user}", + "gists_url": "https://api.github.com/users/subuser-security/gists{/gist_id}", + "starred_url": "https://api.github.com/users/subuser-security/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/subuser-security/subscriptions", + "organizations_url": "https://api.github.com/users/subuser-security/orgs", + "repos_url": "https://api.github.com/users/subuser-security/repos", + "events_url": "https://api.github.com/users/subuser-security/events{/privacy}", + "received_events_url": "https://api.github.com/users/subuser-security/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 56, + "subscribers_count": 30 + }, + { + "id": 62997107, + "node_id": "MDEwOlJlcG9zaXRvcnk2Mjk5NzEwNw==", + "name": "turbo", + "full_name": "ramitsurana/turbo", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/turbo", + "description": "Simple and Powerfull Utility for Docker", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/turbo", + "forks_url": "https://api.github.com/repos/ramitsurana/turbo/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/turbo/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/turbo/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/turbo/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/turbo/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/turbo/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/turbo/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/turbo/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/turbo/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/turbo/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/turbo/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/turbo/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/turbo/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/turbo/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/turbo/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/turbo/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/turbo/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/turbo/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/turbo/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/turbo/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/turbo/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/turbo/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/turbo/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/turbo/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/turbo/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/turbo/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/turbo/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/turbo/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/turbo/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/turbo/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/turbo/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/turbo/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/turbo/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/turbo/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/turbo/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/turbo/deployments", + "created_at": "2016-07-10T12:14:52Z", + "updated_at": "2018-01-12T23:02:50Z", + "pushed_at": "2017-03-17T05:44:07Z", + "git_url": "git://github.com/ramitsurana/turbo.git", + "ssh_url": "git@github.com:ramitsurana/turbo.git", + "clone_url": "https://github.com/ramitsurana/turbo.git", + "svn_url": "https://github.com/ramitsurana/turbo", + "homepage": "http://ramitsurana.github.io/turbo", + "size": 21599, + "stargazers_count": 12, + "watchers_count": 12, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1, + "open_issues": 0, + "watchers": 12, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1, + "subscribers_count": 4 + }, + { + "id": 57313402, + "node_id": "MDEwOlJlcG9zaXRvcnk1NzMxMzQwMg==", + "name": "udocker", + "full_name": "indigo-dc/udocker", + "owner": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/indigo-dc/udocker", + "description": "A basic user tool to execute simple docker containers in batch or interactive systems without root privileges", + "fork": false, + "url": "https://api.github.com/repos/indigo-dc/udocker", + "forks_url": "https://api.github.com/repos/indigo-dc/udocker/forks", + "keys_url": "https://api.github.com/repos/indigo-dc/udocker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/indigo-dc/udocker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/indigo-dc/udocker/teams", + "hooks_url": "https://api.github.com/repos/indigo-dc/udocker/hooks", + "issue_events_url": "https://api.github.com/repos/indigo-dc/udocker/issues/events{/number}", + "events_url": "https://api.github.com/repos/indigo-dc/udocker/events", + "assignees_url": "https://api.github.com/repos/indigo-dc/udocker/assignees{/user}", + "branches_url": "https://api.github.com/repos/indigo-dc/udocker/branches{/branch}", + "tags_url": "https://api.github.com/repos/indigo-dc/udocker/tags", + "blobs_url": "https://api.github.com/repos/indigo-dc/udocker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/indigo-dc/udocker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/indigo-dc/udocker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/indigo-dc/udocker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/indigo-dc/udocker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/indigo-dc/udocker/languages", + "stargazers_url": "https://api.github.com/repos/indigo-dc/udocker/stargazers", + "contributors_url": "https://api.github.com/repos/indigo-dc/udocker/contributors", + "subscribers_url": "https://api.github.com/repos/indigo-dc/udocker/subscribers", + "subscription_url": "https://api.github.com/repos/indigo-dc/udocker/subscription", + "commits_url": "https://api.github.com/repos/indigo-dc/udocker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/indigo-dc/udocker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/indigo-dc/udocker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/indigo-dc/udocker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/indigo-dc/udocker/contents/{+path}", + "compare_url": "https://api.github.com/repos/indigo-dc/udocker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/indigo-dc/udocker/merges", + "archive_url": "https://api.github.com/repos/indigo-dc/udocker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/indigo-dc/udocker/downloads", + "issues_url": "https://api.github.com/repos/indigo-dc/udocker/issues{/number}", + "pulls_url": "https://api.github.com/repos/indigo-dc/udocker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/indigo-dc/udocker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/indigo-dc/udocker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/indigo-dc/udocker/labels{/name}", + "releases_url": "https://api.github.com/repos/indigo-dc/udocker/releases{/id}", + "deployments_url": "https://api.github.com/repos/indigo-dc/udocker/deployments", + "created_at": "2016-04-28T15:40:49Z", + "updated_at": "2018-08-07T16:43:44Z", + "pushed_at": "2018-08-03T10:13:20Z", + "git_url": "git://github.com/indigo-dc/udocker.git", + "ssh_url": "git@github.com:indigo-dc/udocker.git", + "clone_url": "https://github.com/indigo-dc/udocker.git", + "svn_url": "https://github.com/indigo-dc/udocker", + "homepage": "", + "size": 1998, + "stargazers_count": 349, + "watchers_count": 349, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 34, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 39, + "open_issues": 34, + "watchers": 349, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "indigo-dc", + "id": 13533839, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNTMzODM5", + "avatar_url": "https://avatars0.githubusercontent.com/u/13533839?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/indigo-dc", + "html_url": "https://github.com/indigo-dc", + "followers_url": "https://api.github.com/users/indigo-dc/followers", + "following_url": "https://api.github.com/users/indigo-dc/following{/other_user}", + "gists_url": "https://api.github.com/users/indigo-dc/gists{/gist_id}", + "starred_url": "https://api.github.com/users/indigo-dc/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/indigo-dc/subscriptions", + "organizations_url": "https://api.github.com/users/indigo-dc/orgs", + "repos_url": "https://api.github.com/users/indigo-dc/repos", + "events_url": "https://api.github.com/users/indigo-dc/events{/privacy}", + "received_events_url": "https://api.github.com/users/indigo-dc/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 39, + "subscribers_count": 30 + }, + { + "id": 19794736, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTc5NDczNg==", + "name": "vagrant-docker-example", + "full_name": "bubenkoff/vagrant-docker-example", + "owner": { + "login": "bubenkoff", + "id": 427136, + "node_id": "MDQ6VXNlcjQyNzEzNg==", + "avatar_url": "https://avatars0.githubusercontent.com/u/427136?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/bubenkoff", + "html_url": "https://github.com/bubenkoff", + "followers_url": "https://api.github.com/users/bubenkoff/followers", + "following_url": "https://api.github.com/users/bubenkoff/following{/other_user}", + "gists_url": "https://api.github.com/users/bubenkoff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/bubenkoff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/bubenkoff/subscriptions", + "organizations_url": "https://api.github.com/users/bubenkoff/orgs", + "repos_url": "https://api.github.com/users/bubenkoff/repos", + "events_url": "https://api.github.com/users/bubenkoff/events{/privacy}", + "received_events_url": "https://api.github.com/users/bubenkoff/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/bubenkoff/vagrant-docker-example", + "description": "Example of basic vagrant docker provider usage ", + "fork": false, + "url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example", + "forks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/forks", + "keys_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/teams", + "hooks_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/hooks", + "issue_events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/events{/number}", + "events_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/events", + "assignees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/assignees{/user}", + "branches_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/branches{/branch}", + "tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/tags", + "blobs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/statuses/{sha}", + "languages_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/languages", + "stargazers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/stargazers", + "contributors_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contributors", + "subscribers_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscribers", + "subscription_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/subscription", + "commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/contents/{+path}", + "compare_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/merges", + "archive_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/downloads", + "issues_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/issues{/number}", + "pulls_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/pulls{/number}", + "milestones_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/milestones{/number}", + "notifications_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/labels{/name}", + "releases_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/releases{/id}", + "deployments_url": "https://api.github.com/repos/bubenkoff/vagrant-docker-example/deployments", + "created_at": "2014-05-14T20:18:26Z", + "updated_at": "2018-07-24T15:43:05Z", + "pushed_at": "2015-10-23T06:06:10Z", + "git_url": "git://github.com/bubenkoff/vagrant-docker-example.git", + "ssh_url": "git@github.com:bubenkoff/vagrant-docker-example.git", + "clone_url": "https://github.com/bubenkoff/vagrant-docker-example.git", + "svn_url": "https://github.com/bubenkoff/vagrant-docker-example", + "homepage": null, + "size": 193, + "stargazers_count": 97, + "watchers_count": 97, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 37, + "mirror_url": null, + "archived": false, + "open_issues_count": 2, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 37, + "open_issues": 2, + "watchers": 97, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 37, + "subscribers_count": 12 + }, + { + "id": 72878982, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mjg3ODk4Mg==", + "name": "landscape", + "full_name": "cncf/landscape", + "owner": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cncf/landscape", + "description": "Static Cloud Native Landscapes and Interactive Landscape that filters and sorts hundreds of cloud native projects and products, and shows details including GitHub stars, funding or market cap, first and last commits, contributor counts, headquarters location, and recent tweets.", + "fork": false, + "url": "https://api.github.com/repos/cncf/landscape", + "forks_url": "https://api.github.com/repos/cncf/landscape/forks", + "keys_url": "https://api.github.com/repos/cncf/landscape/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cncf/landscape/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cncf/landscape/teams", + "hooks_url": "https://api.github.com/repos/cncf/landscape/hooks", + "issue_events_url": "https://api.github.com/repos/cncf/landscape/issues/events{/number}", + "events_url": "https://api.github.com/repos/cncf/landscape/events", + "assignees_url": "https://api.github.com/repos/cncf/landscape/assignees{/user}", + "branches_url": "https://api.github.com/repos/cncf/landscape/branches{/branch}", + "tags_url": "https://api.github.com/repos/cncf/landscape/tags", + "blobs_url": "https://api.github.com/repos/cncf/landscape/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cncf/landscape/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cncf/landscape/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cncf/landscape/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cncf/landscape/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cncf/landscape/languages", + "stargazers_url": "https://api.github.com/repos/cncf/landscape/stargazers", + "contributors_url": "https://api.github.com/repos/cncf/landscape/contributors", + "subscribers_url": "https://api.github.com/repos/cncf/landscape/subscribers", + "subscription_url": "https://api.github.com/repos/cncf/landscape/subscription", + "commits_url": "https://api.github.com/repos/cncf/landscape/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cncf/landscape/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cncf/landscape/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cncf/landscape/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cncf/landscape/contents/{+path}", + "compare_url": "https://api.github.com/repos/cncf/landscape/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cncf/landscape/merges", + "archive_url": "https://api.github.com/repos/cncf/landscape/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cncf/landscape/downloads", + "issues_url": "https://api.github.com/repos/cncf/landscape/issues{/number}", + "pulls_url": "https://api.github.com/repos/cncf/landscape/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cncf/landscape/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cncf/landscape/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cncf/landscape/labels{/name}", + "releases_url": "https://api.github.com/repos/cncf/landscape/releases{/id}", + "deployments_url": "https://api.github.com/repos/cncf/landscape/deployments", + "created_at": "2016-11-04T19:30:00Z", + "updated_at": "2018-08-09T12:06:17Z", + "pushed_at": "2018-08-09T06:26:14Z", + "git_url": "git://github.com/cncf/landscape.git", + "ssh_url": "git@github.com:cncf/landscape.git", + "clone_url": "https://github.com/cncf/landscape.git", + "svn_url": "https://github.com/cncf/landscape", + "homepage": "https://landscape.cncf.io", + "size": 1069894, + "stargazers_count": 3057, + "watchers_count": 3057, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 357, + "mirror_url": null, + "archived": false, + "open_issues_count": 45, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 357, + "open_issues": 45, + "watchers": 3057, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "cncf", + "id": 13455738, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1NzM4", + "avatar_url": "https://avatars2.githubusercontent.com/u/13455738?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cncf", + "html_url": "https://github.com/cncf", + "followers_url": "https://api.github.com/users/cncf/followers", + "following_url": "https://api.github.com/users/cncf/following{/other_user}", + "gists_url": "https://api.github.com/users/cncf/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cncf/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cncf/subscriptions", + "organizations_url": "https://api.github.com/users/cncf/orgs", + "repos_url": "https://api.github.com/users/cncf/repos", + "events_url": "https://api.github.com/users/cncf/events{/privacy}", + "received_events_url": "https://api.github.com/users/cncf/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 357, + "subscribers_count": 331 + }, + { + "id": 27022152, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzAyMjE1Mg==", + "name": "awesome-ciandcd", + "full_name": "ciandcd/awesome-ciandcd", + "owner": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ciandcd/awesome-ciandcd", + "description": "continuous integration and continuous delivery", + "fork": false, + "url": "https://api.github.com/repos/ciandcd/awesome-ciandcd", + "forks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/forks", + "keys_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/teams", + "hooks_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/hooks", + "issue_events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/events{/number}", + "events_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/events", + "assignees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/assignees{/user}", + "branches_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/branches{/branch}", + "tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/tags", + "blobs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/languages", + "stargazers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/stargazers", + "contributors_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contributors", + "subscribers_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscribers", + "subscription_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/subscription", + "commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/contents/{+path}", + "compare_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/merges", + "archive_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/downloads", + "issues_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/issues{/number}", + "pulls_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/labels{/name}", + "releases_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/releases{/id}", + "deployments_url": "https://api.github.com/repos/ciandcd/awesome-ciandcd/deployments", + "created_at": "2014-11-23T04:36:38Z", + "updated_at": "2018-08-03T14:59:48Z", + "pushed_at": "2018-07-05T08:15:28Z", + "git_url": "git://github.com/ciandcd/awesome-ciandcd.git", + "ssh_url": "git@github.com:ciandcd/awesome-ciandcd.git", + "clone_url": "https://github.com/ciandcd/awesome-ciandcd.git", + "svn_url": "https://github.com/ciandcd/awesome-ciandcd", + "homepage": "http://www.ciandcd.com", + "size": 274, + "stargazers_count": 715, + "watchers_count": 715, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 84, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "gpl-2.0", + "name": "GNU General Public License v2.0", + "spdx_id": "GPL-2.0", + "url": "https://api.github.com/licenses/gpl-2.0", + "node_id": "MDc6TGljZW5zZTg=" + }, + "forks": 84, + "open_issues": 4, + "watchers": 715, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "ciandcd", + "id": 11013015, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjExMDEzMDE1", + "avatar_url": "https://avatars2.githubusercontent.com/u/11013015?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ciandcd", + "html_url": "https://github.com/ciandcd", + "followers_url": "https://api.github.com/users/ciandcd/followers", + "following_url": "https://api.github.com/users/ciandcd/following{/other_user}", + "gists_url": "https://api.github.com/users/ciandcd/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ciandcd/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ciandcd/subscriptions", + "organizations_url": "https://api.github.com/users/ciandcd/orgs", + "repos_url": "https://api.github.com/users/ciandcd/repos", + "events_url": "https://api.github.com/users/ciandcd/events{/privacy}", + "received_events_url": "https://api.github.com/users/ciandcd/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 84, + "subscribers_count": 74 + }, + { + "id": 44315167, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDMxNTE2Nw==", + "name": "awesome-kubernetes", + "full_name": "ramitsurana/awesome-kubernetes", + "owner": { + "login": "ramitsurana", + "id": 8342133, + "node_id": "MDQ6VXNlcjgzNDIxMzM=", + "avatar_url": "https://avatars2.githubusercontent.com/u/8342133?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ramitsurana", + "html_url": "https://github.com/ramitsurana", + "followers_url": "https://api.github.com/users/ramitsurana/followers", + "following_url": "https://api.github.com/users/ramitsurana/following{/other_user}", + "gists_url": "https://api.github.com/users/ramitsurana/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ramitsurana/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ramitsurana/subscriptions", + "organizations_url": "https://api.github.com/users/ramitsurana/orgs", + "repos_url": "https://api.github.com/users/ramitsurana/repos", + "events_url": "https://api.github.com/users/ramitsurana/events{/privacy}", + "received_events_url": "https://api.github.com/users/ramitsurana/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ramitsurana/awesome-kubernetes", + "description": "A curated list for awesome kubernetes sources :ship::tada:", + "fork": false, + "url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes", + "forks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/forks", + "keys_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/teams", + "hooks_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/hooks", + "issue_events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/events{/number}", + "events_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/events", + "assignees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/assignees{/user}", + "branches_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/branches{/branch}", + "tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/tags", + "blobs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/languages", + "stargazers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/stargazers", + "contributors_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contributors", + "subscribers_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscribers", + "subscription_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/subscription", + "commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/contents/{+path}", + "compare_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/merges", + "archive_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/downloads", + "issues_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/issues{/number}", + "pulls_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/labels{/name}", + "releases_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/releases{/id}", + "deployments_url": "https://api.github.com/repos/ramitsurana/awesome-kubernetes/deployments", + "created_at": "2015-10-15T12:14:48Z", + "updated_at": "2018-08-09T14:23:20Z", + "pushed_at": "2018-08-08T08:08:57Z", + "git_url": "git://github.com/ramitsurana/awesome-kubernetes.git", + "ssh_url": "git@github.com:ramitsurana/awesome-kubernetes.git", + "clone_url": "https://github.com/ramitsurana/awesome-kubernetes.git", + "svn_url": "https://github.com/ramitsurana/awesome-kubernetes", + "homepage": "https://ramitsurana.github.io/awesome-kubernetes", + "size": 579, + "stargazers_count": 3290, + "watchers_count": 3290, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 471, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 471, + "open_issues": 6, + "watchers": 3290, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 471, + "subscribers_count": 240 + }, + { + "id": 40815285, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDgxNTI4NQ==", + "name": "awesome-linux-containers", + "full_name": "Friz-zy/awesome-linux-containers", + "owner": { + "login": "Friz-zy", + "id": 870618, + "node_id": "MDQ6VXNlcjg3MDYxOA==", + "avatar_url": "https://avatars0.githubusercontent.com/u/870618?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Friz-zy", + "html_url": "https://github.com/Friz-zy", + "followers_url": "https://api.github.com/users/Friz-zy/followers", + "following_url": "https://api.github.com/users/Friz-zy/following{/other_user}", + "gists_url": "https://api.github.com/users/Friz-zy/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Friz-zy/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Friz-zy/subscriptions", + "organizations_url": "https://api.github.com/users/Friz-zy/orgs", + "repos_url": "https://api.github.com/users/Friz-zy/repos", + "events_url": "https://api.github.com/users/Friz-zy/events{/privacy}", + "received_events_url": "https://api.github.com/users/Friz-zy/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Friz-zy/awesome-linux-containers", + "description": "A curated list of awesome Linux Containers frameworks, libraries and software", + "fork": false, + "url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers", + "forks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/forks", + "keys_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/teams", + "hooks_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/hooks", + "issue_events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/events{/number}", + "events_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/events", + "assignees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/assignees{/user}", + "branches_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/branches{/branch}", + "tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/tags", + "blobs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/languages", + "stargazers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/stargazers", + "contributors_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contributors", + "subscribers_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscribers", + "subscription_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/subscription", + "commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/contents/{+path}", + "compare_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/merges", + "archive_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/downloads", + "issues_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/issues{/number}", + "pulls_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/labels{/name}", + "releases_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/releases{/id}", + "deployments_url": "https://api.github.com/repos/Friz-zy/awesome-linux-containers/deployments", + "created_at": "2015-08-16T12:12:08Z", + "updated_at": "2018-08-08T15:20:42Z", + "pushed_at": "2018-06-12T18:42:39Z", + "git_url": "git://github.com/Friz-zy/awesome-linux-containers.git", + "ssh_url": "git@github.com:Friz-zy/awesome-linux-containers.git", + "clone_url": "https://github.com/Friz-zy/awesome-linux-containers.git", + "svn_url": "https://github.com/Friz-zy/awesome-linux-containers", + "homepage": null, + "size": 132, + "stargazers_count": 573, + "watchers_count": 573, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 68, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 68, + "open_issues": 1, + "watchers": 573, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 68, + "subscribers_count": 48 + }, + { + "id": 36633370, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjYzMzM3MA==", + "name": "awesome-selfhosted", + "full_name": "Kickball/awesome-selfhosted", + "owner": { + "login": "Kickball", + "id": 2252004, + "node_id": "MDQ6VXNlcjIyNTIwMDQ=", + "avatar_url": "https://avatars1.githubusercontent.com/u/2252004?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Kickball", + "html_url": "https://github.com/Kickball", + "followers_url": "https://api.github.com/users/Kickball/followers", + "following_url": "https://api.github.com/users/Kickball/following{/other_user}", + "gists_url": "https://api.github.com/users/Kickball/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Kickball/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Kickball/subscriptions", + "organizations_url": "https://api.github.com/users/Kickball/orgs", + "repos_url": "https://api.github.com/users/Kickball/repos", + "events_url": "https://api.github.com/users/Kickball/events{/privacy}", + "received_events_url": "https://api.github.com/users/Kickball/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/Kickball/awesome-selfhosted", + "description": "This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.", + "fork": false, + "url": "https://api.github.com/repos/Kickball/awesome-selfhosted", + "forks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/forks", + "keys_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/teams", + "hooks_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/hooks", + "issue_events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/events{/number}", + "events_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/events", + "assignees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/assignees{/user}", + "branches_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/branches{/branch}", + "tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/tags", + "blobs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/languages", + "stargazers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/stargazers", + "contributors_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contributors", + "subscribers_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscribers", + "subscription_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/subscription", + "commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/contents/{+path}", + "compare_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/merges", + "archive_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/downloads", + "issues_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/issues{/number}", + "pulls_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/labels{/name}", + "releases_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/releases{/id}", + "deployments_url": "https://api.github.com/repos/Kickball/awesome-selfhosted/deployments", + "created_at": "2015-06-01T02:33:17Z", + "updated_at": "2018-08-09T16:13:12Z", + "pushed_at": "2018-07-29T07:30:16Z", + "git_url": "git://github.com/Kickball/awesome-selfhosted.git", + "ssh_url": "git@github.com:Kickball/awesome-selfhosted.git", + "clone_url": "https://github.com/Kickball/awesome-selfhosted.git", + "svn_url": "https://github.com/Kickball/awesome-selfhosted", + "homepage": "https://reddit.com/r/selfhosted", + "size": 4218, + "stargazers_count": 25096, + "watchers_count": 25096, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2047, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2047, + "open_issues": 71, + "watchers": 25096, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2047, + "subscribers_count": 1152 + }, + { + "id": 28387406, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM4NzQwNg==", + "name": "awesome-sysadmin", + "full_name": "n1trux/awesome-sysadmin", + "owner": { + "login": "n1trux", + "id": 7255542, + "node_id": "MDQ6VXNlcjcyNTU1NDI=", + "avatar_url": "https://avatars3.githubusercontent.com/u/7255542?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/n1trux", + "html_url": "https://github.com/n1trux", + "followers_url": "https://api.github.com/users/n1trux/followers", + "following_url": "https://api.github.com/users/n1trux/following{/other_user}", + "gists_url": "https://api.github.com/users/n1trux/gists{/gist_id}", + "starred_url": "https://api.github.com/users/n1trux/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/n1trux/subscriptions", + "organizations_url": "https://api.github.com/users/n1trux/orgs", + "repos_url": "https://api.github.com/users/n1trux/repos", + "events_url": "https://api.github.com/users/n1trux/events{/privacy}", + "received_events_url": "https://api.github.com/users/n1trux/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/n1trux/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources.", + "fork": true, + "url": "https://api.github.com/repos/n1trux/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/n1trux/awesome-sysadmin/deployments", + "created_at": "2014-12-23T08:41:22Z", + "updated_at": "2018-08-09T04:49:07Z", + "pushed_at": "2018-07-28T10:45:00Z", + "git_url": "git://github.com/n1trux/awesome-sysadmin.git", + "ssh_url": "git@github.com:n1trux/awesome-sysadmin.git", + "clone_url": "https://github.com/n1trux/awesome-sysadmin.git", + "svn_url": "https://github.com/n1trux/awesome-sysadmin", + "homepage": "", + "size": 872, + "stargazers_count": 6964, + "watchers_count": 6964, + "language": null, + "has_issues": false, + "has_projects": false, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 482, + "mirror_url": null, + "archived": false, + "open_issues_count": 8, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 482, + "open_issues": 8, + "watchers": 6964, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "parent": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-09T10:35:46Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17488, + "watchers_count": 17488, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2849, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2849, + "open_issues": 217, + "watchers": 17488, + "default_branch": "master" + }, + "source": { + "id": 16677706, + "node_id": "MDEwOlJlcG9zaXRvcnkxNjY3NzcwNg==", + "name": "awesome-sysadmin", + "full_name": "kahun/awesome-sysadmin", + "owner": { + "login": "kahun", + "id": 122979, + "node_id": "MDQ6VXNlcjEyMjk3OQ==", + "avatar_url": "https://avatars0.githubusercontent.com/u/122979?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kahun", + "html_url": "https://github.com/kahun", + "followers_url": "https://api.github.com/users/kahun/followers", + "following_url": "https://api.github.com/users/kahun/following{/other_user}", + "gists_url": "https://api.github.com/users/kahun/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kahun/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kahun/subscriptions", + "organizations_url": "https://api.github.com/users/kahun/orgs", + "repos_url": "https://api.github.com/users/kahun/repos", + "events_url": "https://api.github.com/users/kahun/events{/privacy}", + "received_events_url": "https://api.github.com/users/kahun/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kahun/awesome-sysadmin", + "description": "A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.", + "fork": false, + "url": "https://api.github.com/repos/kahun/awesome-sysadmin", + "forks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/forks", + "keys_url": "https://api.github.com/repos/kahun/awesome-sysadmin/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kahun/awesome-sysadmin/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kahun/awesome-sysadmin/teams", + "hooks_url": "https://api.github.com/repos/kahun/awesome-sysadmin/hooks", + "issue_events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/events{/number}", + "events_url": "https://api.github.com/repos/kahun/awesome-sysadmin/events", + "assignees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/assignees{/user}", + "branches_url": "https://api.github.com/repos/kahun/awesome-sysadmin/branches{/branch}", + "tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/tags", + "blobs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kahun/awesome-sysadmin/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kahun/awesome-sysadmin/languages", + "stargazers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/stargazers", + "contributors_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contributors", + "subscribers_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscribers", + "subscription_url": "https://api.github.com/repos/kahun/awesome-sysadmin/subscription", + "commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kahun/awesome-sysadmin/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kahun/awesome-sysadmin/contents/{+path}", + "compare_url": "https://api.github.com/repos/kahun/awesome-sysadmin/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kahun/awesome-sysadmin/merges", + "archive_url": "https://api.github.com/repos/kahun/awesome-sysadmin/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kahun/awesome-sysadmin/downloads", + "issues_url": "https://api.github.com/repos/kahun/awesome-sysadmin/issues{/number}", + "pulls_url": "https://api.github.com/repos/kahun/awesome-sysadmin/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kahun/awesome-sysadmin/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kahun/awesome-sysadmin/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kahun/awesome-sysadmin/labels{/name}", + "releases_url": "https://api.github.com/repos/kahun/awesome-sysadmin/releases{/id}", + "deployments_url": "https://api.github.com/repos/kahun/awesome-sysadmin/deployments", + "created_at": "2014-02-09T22:39:20Z", + "updated_at": "2018-08-09T10:35:46Z", + "pushed_at": "2018-07-16T18:37:55Z", + "git_url": "git://github.com/kahun/awesome-sysadmin.git", + "ssh_url": "git@github.com:kahun/awesome-sysadmin.git", + "clone_url": "https://github.com/kahun/awesome-sysadmin.git", + "svn_url": "https://github.com/kahun/awesome-sysadmin", + "homepage": "", + "size": 592, + "stargazers_count": 17488, + "watchers_count": 17488, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 2849, + "mirror_url": null, + "archived": false, + "open_issues_count": 217, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 2849, + "open_issues": 217, + "watchers": 17488, + "default_branch": "master" + }, + "network_count": 2849, + "subscribers_count": 509 + }, + { + "id": 20281866, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDI4MTg2Ng==", + "name": "ToolsOfTheTrade", + "full_name": "cjbarber/ToolsOfTheTrade", + "owner": { + "login": "cjbarber", + "id": 3237905, + "node_id": "MDQ6VXNlcjMyMzc5MDU=", + "avatar_url": "https://avatars0.githubusercontent.com/u/3237905?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/cjbarber", + "html_url": "https://github.com/cjbarber", + "followers_url": "https://api.github.com/users/cjbarber/followers", + "following_url": "https://api.github.com/users/cjbarber/following{/other_user}", + "gists_url": "https://api.github.com/users/cjbarber/gists{/gist_id}", + "starred_url": "https://api.github.com/users/cjbarber/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/cjbarber/subscriptions", + "organizations_url": "https://api.github.com/users/cjbarber/orgs", + "repos_url": "https://api.github.com/users/cjbarber/repos", + "events_url": "https://api.github.com/users/cjbarber/events{/privacy}", + "received_events_url": "https://api.github.com/users/cjbarber/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "description": "Tools of The Trade, from Hacker News.", + "fork": false, + "url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade", + "forks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/forks", + "keys_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/teams", + "hooks_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/hooks", + "issue_events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/events{/number}", + "events_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/events", + "assignees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/assignees{/user}", + "branches_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/branches{/branch}", + "tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/tags", + "blobs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/statuses/{sha}", + "languages_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/languages", + "stargazers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/stargazers", + "contributors_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contributors", + "subscribers_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscribers", + "subscription_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/subscription", + "commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/contents/{+path}", + "compare_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/merges", + "archive_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/downloads", + "issues_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/issues{/number}", + "pulls_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/pulls{/number}", + "milestones_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/milestones{/number}", + "notifications_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/labels{/name}", + "releases_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/releases{/id}", + "deployments_url": "https://api.github.com/repos/cjbarber/ToolsOfTheTrade/deployments", + "created_at": "2014-05-29T04:11:33Z", + "updated_at": "2018-08-08T12:25:17Z", + "pushed_at": "2018-06-12T06:02:16Z", + "git_url": "git://github.com/cjbarber/ToolsOfTheTrade.git", + "ssh_url": "git@github.com:cjbarber/ToolsOfTheTrade.git", + "clone_url": "https://github.com/cjbarber/ToolsOfTheTrade.git", + "svn_url": "https://github.com/cjbarber/ToolsOfTheTrade", + "homepage": null, + "size": 1131, + "stargazers_count": 7244, + "watchers_count": 7244, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 725, + "mirror_url": null, + "archived": false, + "open_issues_count": 6, + "license": null, + "forks": 725, + "open_issues": 6, + "watchers": 7244, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 725, + "subscribers_count": 302 + }, + { + "id": 20308374, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwODM3NA==", + "name": "armhf", + "full_name": "umiddelb/armhf", + "owner": { + "login": "umiddelb", + "id": 7738595, + "node_id": "MDQ6VXNlcjc3Mzg1OTU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/7738595?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/umiddelb", + "html_url": "https://github.com/umiddelb", + "followers_url": "https://api.github.com/users/umiddelb/followers", + "following_url": "https://api.github.com/users/umiddelb/following{/other_user}", + "gists_url": "https://api.github.com/users/umiddelb/gists{/gist_id}", + "starred_url": "https://api.github.com/users/umiddelb/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/umiddelb/subscriptions", + "organizations_url": "https://api.github.com/users/umiddelb/orgs", + "repos_url": "https://api.github.com/users/umiddelb/repos", + "events_url": "https://api.github.com/users/umiddelb/events{/privacy}", + "received_events_url": "https://api.github.com/users/umiddelb/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/umiddelb/armhf", + "description": "interesting stuff about arm devices (Utilite, SolidRun, Odroid)", + "fork": false, + "url": "https://api.github.com/repos/umiddelb/armhf", + "forks_url": "https://api.github.com/repos/umiddelb/armhf/forks", + "keys_url": "https://api.github.com/repos/umiddelb/armhf/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/umiddelb/armhf/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/umiddelb/armhf/teams", + "hooks_url": "https://api.github.com/repos/umiddelb/armhf/hooks", + "issue_events_url": "https://api.github.com/repos/umiddelb/armhf/issues/events{/number}", + "events_url": "https://api.github.com/repos/umiddelb/armhf/events", + "assignees_url": "https://api.github.com/repos/umiddelb/armhf/assignees{/user}", + "branches_url": "https://api.github.com/repos/umiddelb/armhf/branches{/branch}", + "tags_url": "https://api.github.com/repos/umiddelb/armhf/tags", + "blobs_url": "https://api.github.com/repos/umiddelb/armhf/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/umiddelb/armhf/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/umiddelb/armhf/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/umiddelb/armhf/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/umiddelb/armhf/statuses/{sha}", + "languages_url": "https://api.github.com/repos/umiddelb/armhf/languages", + "stargazers_url": "https://api.github.com/repos/umiddelb/armhf/stargazers", + "contributors_url": "https://api.github.com/repos/umiddelb/armhf/contributors", + "subscribers_url": "https://api.github.com/repos/umiddelb/armhf/subscribers", + "subscription_url": "https://api.github.com/repos/umiddelb/armhf/subscription", + "commits_url": "https://api.github.com/repos/umiddelb/armhf/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/umiddelb/armhf/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/umiddelb/armhf/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/umiddelb/armhf/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/umiddelb/armhf/contents/{+path}", + "compare_url": "https://api.github.com/repos/umiddelb/armhf/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/umiddelb/armhf/merges", + "archive_url": "https://api.github.com/repos/umiddelb/armhf/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/umiddelb/armhf/downloads", + "issues_url": "https://api.github.com/repos/umiddelb/armhf/issues{/number}", + "pulls_url": "https://api.github.com/repos/umiddelb/armhf/pulls{/number}", + "milestones_url": "https://api.github.com/repos/umiddelb/armhf/milestones{/number}", + "notifications_url": "https://api.github.com/repos/umiddelb/armhf/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/umiddelb/armhf/labels{/name}", + "releases_url": "https://api.github.com/repos/umiddelb/armhf/releases{/id}", + "deployments_url": "https://api.github.com/repos/umiddelb/armhf/deployments", + "created_at": "2014-05-29T21:02:45Z", + "updated_at": "2018-08-09T07:53:15Z", + "pushed_at": "2016-01-28T11:33:48Z", + "git_url": "git://github.com/umiddelb/armhf.git", + "ssh_url": "git@github.com:umiddelb/armhf.git", + "clone_url": "https://github.com/umiddelb/armhf.git", + "svn_url": "https://github.com/umiddelb/armhf", + "homepage": "", + "size": 82375, + "stargazers_count": 614, + "watchers_count": 614, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 95, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 95, + "open_issues": 0, + "watchers": 614, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 95, + "subscribers_count": 73 + }, + { + "id": 90491509, + "node_id": "MDEwOlJlcG9zaXRvcnk5MDQ5MTUwOQ==", + "name": "alpine-cvecheck", + "full_name": "tomwillfixit/alpine-cvecheck", + "owner": { + "login": "tomwillfixit", + "id": 3006298, + "node_id": "MDQ6VXNlcjMwMDYyOTg=", + "avatar_url": "https://avatars1.githubusercontent.com/u/3006298?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/tomwillfixit", + "html_url": "https://github.com/tomwillfixit", + "followers_url": "https://api.github.com/users/tomwillfixit/followers", + "following_url": "https://api.github.com/users/tomwillfixit/following{/other_user}", + "gists_url": "https://api.github.com/users/tomwillfixit/gists{/gist_id}", + "starred_url": "https://api.github.com/users/tomwillfixit/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/tomwillfixit/subscriptions", + "organizations_url": "https://api.github.com/users/tomwillfixit/orgs", + "repos_url": "https://api.github.com/users/tomwillfixit/repos", + "events_url": "https://api.github.com/users/tomwillfixit/events{/privacy}", + "received_events_url": "https://api.github.com/users/tomwillfixit/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "description": "Code used to CVE check Alpine based images", + "fork": false, + "url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck", + "forks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/forks", + "keys_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/teams", + "hooks_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/hooks", + "issue_events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/events{/number}", + "events_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/events", + "assignees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/assignees{/user}", + "branches_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/branches{/branch}", + "tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/tags", + "blobs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/statuses/{sha}", + "languages_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/languages", + "stargazers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/stargazers", + "contributors_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contributors", + "subscribers_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscribers", + "subscription_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/subscription", + "commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/contents/{+path}", + "compare_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/merges", + "archive_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/downloads", + "issues_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/issues{/number}", + "pulls_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/pulls{/number}", + "milestones_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/milestones{/number}", + "notifications_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/labels{/name}", + "releases_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/releases{/id}", + "deployments_url": "https://api.github.com/repos/tomwillfixit/alpine-cvecheck/deployments", + "created_at": "2017-05-06T21:13:51Z", + "updated_at": "2018-01-24T22:10:36Z", + "pushed_at": "2017-05-07T12:19:18Z", + "git_url": "git://github.com/tomwillfixit/alpine-cvecheck.git", + "ssh_url": "git@github.com:tomwillfixit/alpine-cvecheck.git", + "clone_url": "https://github.com/tomwillfixit/alpine-cvecheck.git", + "svn_url": "https://github.com/tomwillfixit/alpine-cvecheck", + "homepage": null, + "size": 72, + "stargazers_count": 6, + "watchers_count": 6, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 0, + "open_issues": 0, + "watchers": 6, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 0, + "subscribers_count": 3 + }, + { + "id": 27822309, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzgyMjMwOQ==", + "name": "Docker-Secure-Deployment-Guidelines", + "full_name": "GDSSecurity/Docker-Secure-Deployment-Guidelines", + "owner": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "description": "Deployment checklist for securely deploying Docker", + "fork": false, + "url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "forks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/forks", + "keys_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/teams", + "hooks_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/hooks", + "issue_events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/events{/number}", + "events_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/events", + "assignees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/assignees{/user}", + "branches_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/branches{/branch}", + "tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/tags", + "blobs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/statuses/{sha}", + "languages_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/languages", + "stargazers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/stargazers", + "contributors_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contributors", + "subscribers_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscribers", + "subscription_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/subscription", + "commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/contents/{+path}", + "compare_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/merges", + "archive_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/downloads", + "issues_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/issues{/number}", + "pulls_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/pulls{/number}", + "milestones_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/milestones{/number}", + "notifications_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/labels{/name}", + "releases_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/releases{/id}", + "deployments_url": "https://api.github.com/repos/GDSSecurity/Docker-Secure-Deployment-Guidelines/deployments", + "created_at": "2014-12-10T13:59:47Z", + "updated_at": "2018-08-03T19:20:42Z", + "pushed_at": "2016-11-01T11:03:00Z", + "git_url": "git://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "ssh_url": "git@github.com:GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "clone_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines.git", + "svn_url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "homepage": null, + "size": 28, + "stargazers_count": 492, + "watchers_count": 492, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 66, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 66, + "open_issues": 1, + "watchers": 492, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "GDSSecurity", + "id": 723161, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjcyMzE2MQ==", + "avatar_url": "https://avatars2.githubusercontent.com/u/723161?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/GDSSecurity", + "html_url": "https://github.com/GDSSecurity", + "followers_url": "https://api.github.com/users/GDSSecurity/followers", + "following_url": "https://api.github.com/users/GDSSecurity/following{/other_user}", + "gists_url": "https://api.github.com/users/GDSSecurity/gists{/gist_id}", + "starred_url": "https://api.github.com/users/GDSSecurity/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/GDSSecurity/subscriptions", + "organizations_url": "https://api.github.com/users/GDSSecurity/orgs", + "repos_url": "https://api.github.com/users/GDSSecurity/repos", + "events_url": "https://api.github.com/users/GDSSecurity/events{/privacy}", + "received_events_url": "https://api.github.com/users/GDSSecurity/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 66, + "subscribers_count": 69 + }, + { + "id": 30508772, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDUwODc3Mg==", + "name": "Docker", + "full_name": "konstruktoid/Docker", + "owner": { + "login": "konstruktoid", + "id": 7956715, + "node_id": "MDQ6VXNlcjc5NTY3MTU=", + "avatar_url": "https://avatars1.githubusercontent.com/u/7956715?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/konstruktoid", + "html_url": "https://github.com/konstruktoid", + "followers_url": "https://api.github.com/users/konstruktoid/followers", + "following_url": "https://api.github.com/users/konstruktoid/following{/other_user}", + "gists_url": "https://api.github.com/users/konstruktoid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/konstruktoid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/konstruktoid/subscriptions", + "organizations_url": "https://api.github.com/users/konstruktoid/orgs", + "repos_url": "https://api.github.com/users/konstruktoid/repos", + "events_url": "https://api.github.com/users/konstruktoid/events{/privacy}", + "received_events_url": "https://api.github.com/users/konstruktoid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/konstruktoid/Docker", + "description": "Docker playground", + "fork": false, + "url": "https://api.github.com/repos/konstruktoid/Docker", + "forks_url": "https://api.github.com/repos/konstruktoid/Docker/forks", + "keys_url": "https://api.github.com/repos/konstruktoid/Docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/konstruktoid/Docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/konstruktoid/Docker/teams", + "hooks_url": "https://api.github.com/repos/konstruktoid/Docker/hooks", + "issue_events_url": "https://api.github.com/repos/konstruktoid/Docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/konstruktoid/Docker/events", + "assignees_url": "https://api.github.com/repos/konstruktoid/Docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/konstruktoid/Docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/konstruktoid/Docker/tags", + "blobs_url": "https://api.github.com/repos/konstruktoid/Docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/konstruktoid/Docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/konstruktoid/Docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/konstruktoid/Docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/konstruktoid/Docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/konstruktoid/Docker/languages", + "stargazers_url": "https://api.github.com/repos/konstruktoid/Docker/stargazers", + "contributors_url": "https://api.github.com/repos/konstruktoid/Docker/contributors", + "subscribers_url": "https://api.github.com/repos/konstruktoid/Docker/subscribers", + "subscription_url": "https://api.github.com/repos/konstruktoid/Docker/subscription", + "commits_url": "https://api.github.com/repos/konstruktoid/Docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/konstruktoid/Docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/konstruktoid/Docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/konstruktoid/Docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/konstruktoid/Docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/konstruktoid/Docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/konstruktoid/Docker/merges", + "archive_url": "https://api.github.com/repos/konstruktoid/Docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/konstruktoid/Docker/downloads", + "issues_url": "https://api.github.com/repos/konstruktoid/Docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/konstruktoid/Docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/konstruktoid/Docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/konstruktoid/Docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/konstruktoid/Docker/labels{/name}", + "releases_url": "https://api.github.com/repos/konstruktoid/Docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/konstruktoid/Docker/deployments", + "created_at": "2015-02-08T22:43:16Z", + "updated_at": "2018-08-08T12:37:04Z", + "pushed_at": "2018-08-08T12:37:03Z", + "git_url": "git://github.com/konstruktoid/Docker.git", + "ssh_url": "git@github.com:konstruktoid/Docker.git", + "clone_url": "https://github.com/konstruktoid/Docker.git", + "svn_url": "https://github.com/konstruktoid/Docker", + "homepage": null, + "size": 357, + "stargazers_count": 160, + "watchers_count": 160, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 39, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 39, + "open_issues": 0, + "watchers": 160, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 39, + "subscribers_count": 14 + }, + { + "id": 13655949, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzY1NTk0OQ==", + "name": "official-images", + "full_name": "docker-library/official-images", + "owner": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker-library/official-images", + "description": "Primary source of truth for the Docker \"Official Images\" program", + "fork": false, + "url": "https://api.github.com/repos/docker-library/official-images", + "forks_url": "https://api.github.com/repos/docker-library/official-images/forks", + "keys_url": "https://api.github.com/repos/docker-library/official-images/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker-library/official-images/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker-library/official-images/teams", + "hooks_url": "https://api.github.com/repos/docker-library/official-images/hooks", + "issue_events_url": "https://api.github.com/repos/docker-library/official-images/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker-library/official-images/events", + "assignees_url": "https://api.github.com/repos/docker-library/official-images/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker-library/official-images/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker-library/official-images/tags", + "blobs_url": "https://api.github.com/repos/docker-library/official-images/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker-library/official-images/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker-library/official-images/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker-library/official-images/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker-library/official-images/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker-library/official-images/languages", + "stargazers_url": "https://api.github.com/repos/docker-library/official-images/stargazers", + "contributors_url": "https://api.github.com/repos/docker-library/official-images/contributors", + "subscribers_url": "https://api.github.com/repos/docker-library/official-images/subscribers", + "subscription_url": "https://api.github.com/repos/docker-library/official-images/subscription", + "commits_url": "https://api.github.com/repos/docker-library/official-images/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker-library/official-images/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker-library/official-images/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker-library/official-images/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker-library/official-images/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker-library/official-images/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker-library/official-images/merges", + "archive_url": "https://api.github.com/repos/docker-library/official-images/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker-library/official-images/downloads", + "issues_url": "https://api.github.com/repos/docker-library/official-images/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker-library/official-images/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker-library/official-images/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker-library/official-images/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker-library/official-images/labels{/name}", + "releases_url": "https://api.github.com/repos/docker-library/official-images/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker-library/official-images/deployments", + "created_at": "2013-10-17T17:27:12Z", + "updated_at": "2018-08-09T01:39:39Z", + "pushed_at": "2018-08-09T13:34:48Z", + "git_url": "git://github.com/docker-library/official-images.git", + "ssh_url": "git@github.com:docker-library/official-images.git", + "clone_url": "https://github.com/docker-library/official-images.git", + "svn_url": "https://github.com/docker-library/official-images", + "homepage": "https://hub.docker.com/explore/", + "size": 6450, + "stargazers_count": 2926, + "watchers_count": 2926, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1026, + "mirror_url": null, + "archived": false, + "open_issues_count": 38, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1026, + "open_issues": 38, + "watchers": 2926, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker-library", + "id": 7739233, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjc3MzkyMzM=", + "avatar_url": "https://avatars0.githubusercontent.com/u/7739233?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker-library", + "html_url": "https://github.com/docker-library", + "followers_url": "https://api.github.com/users/docker-library/followers", + "following_url": "https://api.github.com/users/docker-library/following{/other_user}", + "gists_url": "https://api.github.com/users/docker-library/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker-library/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker-library/subscriptions", + "organizations_url": "https://api.github.com/users/docker-library/orgs", + "repos_url": "https://api.github.com/users/docker-library/repos", + "events_url": "https://api.github.com/users/docker-library/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker-library/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1026, + "subscribers_count": 221 + }, + { + "id": 29758007, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTc1ODAwNw==", + "name": "docker-alpine", + "full_name": "gliderlabs/docker-alpine", + "owner": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/gliderlabs/docker-alpine", + "description": "Alpine Linux Docker image. Win at minimalism!", + "fork": false, + "url": "https://api.github.com/repos/gliderlabs/docker-alpine", + "forks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/forks", + "keys_url": "https://api.github.com/repos/gliderlabs/docker-alpine/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/gliderlabs/docker-alpine/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/gliderlabs/docker-alpine/teams", + "hooks_url": "https://api.github.com/repos/gliderlabs/docker-alpine/hooks", + "issue_events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/events{/number}", + "events_url": "https://api.github.com/repos/gliderlabs/docker-alpine/events", + "assignees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/assignees{/user}", + "branches_url": "https://api.github.com/repos/gliderlabs/docker-alpine/branches{/branch}", + "tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/tags", + "blobs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/gliderlabs/docker-alpine/statuses/{sha}", + "languages_url": "https://api.github.com/repos/gliderlabs/docker-alpine/languages", + "stargazers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/stargazers", + "contributors_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contributors", + "subscribers_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscribers", + "subscription_url": "https://api.github.com/repos/gliderlabs/docker-alpine/subscription", + "commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/gliderlabs/docker-alpine/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/gliderlabs/docker-alpine/contents/{+path}", + "compare_url": "https://api.github.com/repos/gliderlabs/docker-alpine/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/gliderlabs/docker-alpine/merges", + "archive_url": "https://api.github.com/repos/gliderlabs/docker-alpine/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/gliderlabs/docker-alpine/downloads", + "issues_url": "https://api.github.com/repos/gliderlabs/docker-alpine/issues{/number}", + "pulls_url": "https://api.github.com/repos/gliderlabs/docker-alpine/pulls{/number}", + "milestones_url": "https://api.github.com/repos/gliderlabs/docker-alpine/milestones{/number}", + "notifications_url": "https://api.github.com/repos/gliderlabs/docker-alpine/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/gliderlabs/docker-alpine/labels{/name}", + "releases_url": "https://api.github.com/repos/gliderlabs/docker-alpine/releases{/id}", + "deployments_url": "https://api.github.com/repos/gliderlabs/docker-alpine/deployments", + "created_at": "2015-01-23T23:20:58Z", + "updated_at": "2018-08-09T16:14:46Z", + "pushed_at": "2018-07-06T09:38:13Z", + "git_url": "git://github.com/gliderlabs/docker-alpine.git", + "ssh_url": "git@github.com:gliderlabs/docker-alpine.git", + "clone_url": "https://github.com/gliderlabs/docker-alpine.git", + "svn_url": "https://github.com/gliderlabs/docker-alpine", + "homepage": "http://gliderlabs.viewdocs.io/docker-alpine", + "size": 73232, + "stargazers_count": 4624, + "watchers_count": 4624, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 404, + "mirror_url": null, + "archived": false, + "open_issues_count": 71, + "license": { + "key": "bsd-2-clause", + "name": "BSD 2-Clause \"Simplified\" License", + "spdx_id": "BSD-2-Clause", + "url": "https://api.github.com/licenses/bsd-2-clause", + "node_id": "MDc6TGljZW5zZTQ=" + }, + "forks": 404, + "open_issues": 71, + "watchers": 4624, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "gliderlabs", + "id": 8484931, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg0ODQ5MzE=", + "avatar_url": "https://avatars3.githubusercontent.com/u/8484931?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/gliderlabs", + "html_url": "https://github.com/gliderlabs", + "followers_url": "https://api.github.com/users/gliderlabs/followers", + "following_url": "https://api.github.com/users/gliderlabs/following{/other_user}", + "gists_url": "https://api.github.com/users/gliderlabs/gists{/gist_id}", + "starred_url": "https://api.github.com/users/gliderlabs/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/gliderlabs/subscriptions", + "organizations_url": "https://api.github.com/users/gliderlabs/orgs", + "repos_url": "https://api.github.com/users/gliderlabs/repos", + "events_url": "https://api.github.com/users/gliderlabs/events{/privacy}", + "received_events_url": "https://api.github.com/users/gliderlabs/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 404, + "subscribers_count": 145 + }, + { + "id": 29629333, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTYyOTMzMw==", + "name": "calicoctl", + "full_name": "projectcalico/calicoctl", + "owner": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/projectcalico/calicoctl", + "description": "Calico CLI tool", + "fork": false, + "url": "https://api.github.com/repos/projectcalico/calicoctl", + "forks_url": "https://api.github.com/repos/projectcalico/calicoctl/forks", + "keys_url": "https://api.github.com/repos/projectcalico/calicoctl/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/projectcalico/calicoctl/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/projectcalico/calicoctl/teams", + "hooks_url": "https://api.github.com/repos/projectcalico/calicoctl/hooks", + "issue_events_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/events{/number}", + "events_url": "https://api.github.com/repos/projectcalico/calicoctl/events", + "assignees_url": "https://api.github.com/repos/projectcalico/calicoctl/assignees{/user}", + "branches_url": "https://api.github.com/repos/projectcalico/calicoctl/branches{/branch}", + "tags_url": "https://api.github.com/repos/projectcalico/calicoctl/tags", + "blobs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/projectcalico/calicoctl/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/projectcalico/calicoctl/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/projectcalico/calicoctl/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/projectcalico/calicoctl/statuses/{sha}", + "languages_url": "https://api.github.com/repos/projectcalico/calicoctl/languages", + "stargazers_url": "https://api.github.com/repos/projectcalico/calicoctl/stargazers", + "contributors_url": "https://api.github.com/repos/projectcalico/calicoctl/contributors", + "subscribers_url": "https://api.github.com/repos/projectcalico/calicoctl/subscribers", + "subscription_url": "https://api.github.com/repos/projectcalico/calicoctl/subscription", + "commits_url": "https://api.github.com/repos/projectcalico/calicoctl/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/projectcalico/calicoctl/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/projectcalico/calicoctl/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/projectcalico/calicoctl/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/projectcalico/calicoctl/contents/{+path}", + "compare_url": "https://api.github.com/repos/projectcalico/calicoctl/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/projectcalico/calicoctl/merges", + "archive_url": "https://api.github.com/repos/projectcalico/calicoctl/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/projectcalico/calicoctl/downloads", + "issues_url": "https://api.github.com/repos/projectcalico/calicoctl/issues{/number}", + "pulls_url": "https://api.github.com/repos/projectcalico/calicoctl/pulls{/number}", + "milestones_url": "https://api.github.com/repos/projectcalico/calicoctl/milestones{/number}", + "notifications_url": "https://api.github.com/repos/projectcalico/calicoctl/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/projectcalico/calicoctl/labels{/name}", + "releases_url": "https://api.github.com/repos/projectcalico/calicoctl/releases{/id}", + "deployments_url": "https://api.github.com/repos/projectcalico/calicoctl/deployments", + "created_at": "2015-01-21T23:46:47Z", + "updated_at": "2018-08-09T04:10:43Z", + "pushed_at": "2018-08-09T04:10:41Z", + "git_url": "git://github.com/projectcalico/calicoctl.git", + "ssh_url": "git@github.com:projectcalico/calicoctl.git", + "clone_url": "https://github.com/projectcalico/calicoctl.git", + "svn_url": "https://github.com/projectcalico/calicoctl", + "homepage": "http://www.projectcalico.org", + "size": 37855, + "stargazers_count": 717, + "watchers_count": 717, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 207, + "mirror_url": null, + "archived": false, + "open_issues_count": 35, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 207, + "open_issues": 35, + "watchers": 717, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "projectcalico", + "id": 12304728, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEyMzA0NzI4", + "avatar_url": "https://avatars3.githubusercontent.com/u/12304728?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/projectcalico", + "html_url": "https://github.com/projectcalico", + "followers_url": "https://api.github.com/users/projectcalico/followers", + "following_url": "https://api.github.com/users/projectcalico/following{/other_user}", + "gists_url": "https://api.github.com/users/projectcalico/gists{/gist_id}", + "starred_url": "https://api.github.com/users/projectcalico/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/projectcalico/subscriptions", + "organizations_url": "https://api.github.com/users/projectcalico/orgs", + "repos_url": "https://api.github.com/users/projectcalico/repos", + "events_url": "https://api.github.com/users/projectcalico/events{/privacy}", + "received_events_url": "https://api.github.com/users/projectcalico/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 207, + "subscribers_count": 66 + }, + { + "id": 28366058, + "node_id": "MDEwOlJlcG9zaXRvcnkyODM2NjA1OA==", + "name": "distribution", + "full_name": "docker/distribution", + "owner": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/docker/distribution", + "description": "The Docker toolset to pack, ship, store, and deliver content", + "fork": false, + "url": "https://api.github.com/repos/docker/distribution", + "forks_url": "https://api.github.com/repos/docker/distribution/forks", + "keys_url": "https://api.github.com/repos/docker/distribution/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/docker/distribution/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/docker/distribution/teams", + "hooks_url": "https://api.github.com/repos/docker/distribution/hooks", + "issue_events_url": "https://api.github.com/repos/docker/distribution/issues/events{/number}", + "events_url": "https://api.github.com/repos/docker/distribution/events", + "assignees_url": "https://api.github.com/repos/docker/distribution/assignees{/user}", + "branches_url": "https://api.github.com/repos/docker/distribution/branches{/branch}", + "tags_url": "https://api.github.com/repos/docker/distribution/tags", + "blobs_url": "https://api.github.com/repos/docker/distribution/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/docker/distribution/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/docker/distribution/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/docker/distribution/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/docker/distribution/statuses/{sha}", + "languages_url": "https://api.github.com/repos/docker/distribution/languages", + "stargazers_url": "https://api.github.com/repos/docker/distribution/stargazers", + "contributors_url": "https://api.github.com/repos/docker/distribution/contributors", + "subscribers_url": "https://api.github.com/repos/docker/distribution/subscribers", + "subscription_url": "https://api.github.com/repos/docker/distribution/subscription", + "commits_url": "https://api.github.com/repos/docker/distribution/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/docker/distribution/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/docker/distribution/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/docker/distribution/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/docker/distribution/contents/{+path}", + "compare_url": "https://api.github.com/repos/docker/distribution/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/docker/distribution/merges", + "archive_url": "https://api.github.com/repos/docker/distribution/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/docker/distribution/downloads", + "issues_url": "https://api.github.com/repos/docker/distribution/issues{/number}", + "pulls_url": "https://api.github.com/repos/docker/distribution/pulls{/number}", + "milestones_url": "https://api.github.com/repos/docker/distribution/milestones{/number}", + "notifications_url": "https://api.github.com/repos/docker/distribution/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/docker/distribution/labels{/name}", + "releases_url": "https://api.github.com/repos/docker/distribution/releases{/id}", + "deployments_url": "https://api.github.com/repos/docker/distribution/deployments", + "created_at": "2014-12-22T23:49:26Z", + "updated_at": "2018-08-09T01:49:11Z", + "pushed_at": "2018-08-08T10:04:44Z", + "git_url": "git://github.com/docker/distribution.git", + "ssh_url": "git@github.com:docker/distribution.git", + "clone_url": "https://github.com/docker/distribution.git", + "svn_url": "https://github.com/docker/distribution", + "homepage": null, + "size": 12694, + "stargazers_count": 4101, + "watchers_count": 4101, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1361, + "mirror_url": null, + "archived": false, + "open_issues_count": 418, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 1361, + "open_issues": 418, + "watchers": 4101, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "docker", + "id": 5429470, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjU0Mjk0NzA=", + "avatar_url": "https://avatars1.githubusercontent.com/u/5429470?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/docker", + "html_url": "https://github.com/docker", + "followers_url": "https://api.github.com/users/docker/followers", + "following_url": "https://api.github.com/users/docker/following{/other_user}", + "gists_url": "https://api.github.com/users/docker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/docker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/docker/subscriptions", + "organizations_url": "https://api.github.com/users/docker/orgs", + "repos_url": "https://api.github.com/users/docker/repos", + "events_url": "https://api.github.com/users/docker/events{/privacy}", + "received_events_url": "https://api.github.com/users/docker/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1361, + "subscribers_count": 286 + }, + { + "id": 22657662, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjY1NzY2Mg==", + "name": "docker-cheat-sheet", + "full_name": "wsargent/docker-cheat-sheet", + "owner": { + "login": "wsargent", + "id": 71236, + "node_id": "MDQ6VXNlcjcxMjM2", + "avatar_url": "https://avatars2.githubusercontent.com/u/71236?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/wsargent", + "html_url": "https://github.com/wsargent", + "followers_url": "https://api.github.com/users/wsargent/followers", + "following_url": "https://api.github.com/users/wsargent/following{/other_user}", + "gists_url": "https://api.github.com/users/wsargent/gists{/gist_id}", + "starred_url": "https://api.github.com/users/wsargent/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/wsargent/subscriptions", + "organizations_url": "https://api.github.com/users/wsargent/orgs", + "repos_url": "https://api.github.com/users/wsargent/repos", + "events_url": "https://api.github.com/users/wsargent/events{/privacy}", + "received_events_url": "https://api.github.com/users/wsargent/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/wsargent/docker-cheat-sheet", + "description": "Docker Cheat Sheet", + "fork": false, + "url": "https://api.github.com/repos/wsargent/docker-cheat-sheet", + "forks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/forks", + "keys_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/teams", + "hooks_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/hooks", + "issue_events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/events{/number}", + "events_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/events", + "assignees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/assignees{/user}", + "branches_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/branches{/branch}", + "tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/tags", + "blobs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/statuses/{sha}", + "languages_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/languages", + "stargazers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/stargazers", + "contributors_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contributors", + "subscribers_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscribers", + "subscription_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/subscription", + "commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/contents/{+path}", + "compare_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/merges", + "archive_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/downloads", + "issues_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/issues{/number}", + "pulls_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/pulls{/number}", + "milestones_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/milestones{/number}", + "notifications_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/labels{/name}", + "releases_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/releases{/id}", + "deployments_url": "https://api.github.com/repos/wsargent/docker-cheat-sheet/deployments", + "created_at": "2014-08-05T20:04:20Z", + "updated_at": "2018-08-09T14:04:39Z", + "pushed_at": "2018-06-14T04:31:15Z", + "git_url": "git://github.com/wsargent/docker-cheat-sheet.git", + "ssh_url": "git@github.com:wsargent/docker-cheat-sheet.git", + "clone_url": "https://github.com/wsargent/docker-cheat-sheet.git", + "svn_url": "https://github.com/wsargent/docker-cheat-sheet", + "homepage": null, + "size": 654, + "stargazers_count": 14005, + "watchers_count": 14005, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 2418, + "mirror_url": null, + "archived": false, + "open_issues_count": 5, + "license": null, + "forks": 2418, + "open_issues": 5, + "watchers": 14005, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 2418, + "subscribers_count": 679 + }, + { + "id": 64610775, + "node_id": "MDEwOlJlcG9zaXRvcnk2NDYxMDc3NQ==", + "name": "docker-quick-ref", + "full_name": "dimonomid/docker-quick-ref", + "owner": { + "login": "dimonomid", + "id": 1329932, + "node_id": "MDQ6VXNlcjEzMjk5MzI=", + "avatar_url": "https://avatars0.githubusercontent.com/u/1329932?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dimonomid", + "html_url": "https://github.com/dimonomid", + "followers_url": "https://api.github.com/users/dimonomid/followers", + "following_url": "https://api.github.com/users/dimonomid/following{/other_user}", + "gists_url": "https://api.github.com/users/dimonomid/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dimonomid/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dimonomid/subscriptions", + "organizations_url": "https://api.github.com/users/dimonomid/orgs", + "repos_url": "https://api.github.com/users/dimonomid/repos", + "events_url": "https://api.github.com/users/dimonomid/events{/privacy}", + "received_events_url": "https://api.github.com/users/dimonomid/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dimonomid/docker-quick-ref", + "description": "Docker: Printable Quick Reference", + "fork": false, + "url": "https://api.github.com/repos/dimonomid/docker-quick-ref", + "forks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/forks", + "keys_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/teams", + "hooks_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/hooks", + "issue_events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/events{/number}", + "events_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/events", + "assignees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/assignees{/user}", + "branches_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/branches{/branch}", + "tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/tags", + "blobs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/languages", + "stargazers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/stargazers", + "contributors_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contributors", + "subscribers_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscribers", + "subscription_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/subscription", + "commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/contents/{+path}", + "compare_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/merges", + "archive_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/downloads", + "issues_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/issues{/number}", + "pulls_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/labels{/name}", + "releases_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/releases{/id}", + "deployments_url": "https://api.github.com/repos/dimonomid/docker-quick-ref/deployments", + "created_at": "2016-07-31T19:15:08Z", + "updated_at": "2018-07-09T12:00:21Z", + "pushed_at": "2016-08-08T15:38:56Z", + "git_url": "git://github.com/dimonomid/docker-quick-ref.git", + "ssh_url": "git@github.com:dimonomid/docker-quick-ref.git", + "clone_url": "https://github.com/dimonomid/docker-quick-ref.git", + "svn_url": "https://github.com/dimonomid/docker-quick-ref", + "homepage": "", + "size": 26, + "stargazers_count": 122, + "watchers_count": 122, + "language": "Makefile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 17, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": null, + "forks": 17, + "open_issues": 1, + "watchers": 122, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 17, + "subscribers_count": 13 + }, + { + "id": 10567197, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDU2NzE5Nw==", + "name": "dokku", + "full_name": "dokku/dokku", + "owner": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/dokku/dokku", + "description": "A docker-powered PaaS that helps you build and manage the lifecycle of applications", + "fork": false, + "url": "https://api.github.com/repos/dokku/dokku", + "forks_url": "https://api.github.com/repos/dokku/dokku/forks", + "keys_url": "https://api.github.com/repos/dokku/dokku/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/dokku/dokku/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/dokku/dokku/teams", + "hooks_url": "https://api.github.com/repos/dokku/dokku/hooks", + "issue_events_url": "https://api.github.com/repos/dokku/dokku/issues/events{/number}", + "events_url": "https://api.github.com/repos/dokku/dokku/events", + "assignees_url": "https://api.github.com/repos/dokku/dokku/assignees{/user}", + "branches_url": "https://api.github.com/repos/dokku/dokku/branches{/branch}", + "tags_url": "https://api.github.com/repos/dokku/dokku/tags", + "blobs_url": "https://api.github.com/repos/dokku/dokku/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/dokku/dokku/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/dokku/dokku/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/dokku/dokku/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/dokku/dokku/statuses/{sha}", + "languages_url": "https://api.github.com/repos/dokku/dokku/languages", + "stargazers_url": "https://api.github.com/repos/dokku/dokku/stargazers", + "contributors_url": "https://api.github.com/repos/dokku/dokku/contributors", + "subscribers_url": "https://api.github.com/repos/dokku/dokku/subscribers", + "subscription_url": "https://api.github.com/repos/dokku/dokku/subscription", + "commits_url": "https://api.github.com/repos/dokku/dokku/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/dokku/dokku/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/dokku/dokku/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/dokku/dokku/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/dokku/dokku/contents/{+path}", + "compare_url": "https://api.github.com/repos/dokku/dokku/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/dokku/dokku/merges", + "archive_url": "https://api.github.com/repos/dokku/dokku/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/dokku/dokku/downloads", + "issues_url": "https://api.github.com/repos/dokku/dokku/issues{/number}", + "pulls_url": "https://api.github.com/repos/dokku/dokku/pulls{/number}", + "milestones_url": "https://api.github.com/repos/dokku/dokku/milestones{/number}", + "notifications_url": "https://api.github.com/repos/dokku/dokku/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/dokku/dokku/labels{/name}", + "releases_url": "https://api.github.com/repos/dokku/dokku/releases{/id}", + "deployments_url": "https://api.github.com/repos/dokku/dokku/deployments", + "created_at": "2013-06-08T10:26:57Z", + "updated_at": "2018-08-09T15:39:32Z", + "pushed_at": "2018-08-06T12:30:24Z", + "git_url": "git://github.com/dokku/dokku.git", + "ssh_url": "git@github.com:dokku/dokku.git", + "clone_url": "https://github.com/dokku/dokku.git", + "svn_url": "https://github.com/dokku/dokku", + "homepage": "http://dokku.viewdocs.io/dokku/", + "size": 5825, + "stargazers_count": 15997, + "watchers_count": 15997, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1351, + "mirror_url": null, + "archived": false, + "open_issues_count": 28, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1351, + "open_issues": 28, + "watchers": 15997, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "dokku", + "id": 13455795, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDU1Nzk1", + "avatar_url": "https://avatars1.githubusercontent.com/u/13455795?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/dokku", + "html_url": "https://github.com/dokku", + "followers_url": "https://api.github.com/users/dokku/followers", + "following_url": "https://api.github.com/users/dokku/following{/other_user}", + "gists_url": "https://api.github.com/users/dokku/gists{/gist_id}", + "starred_url": "https://api.github.com/users/dokku/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/dokku/subscriptions", + "organizations_url": "https://api.github.com/users/dokku/orgs", + "repos_url": "https://api.github.com/users/dokku/repos", + "events_url": "https://api.github.com/users/dokku/events{/privacy}", + "received_events_url": "https://api.github.com/users/dokku/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 1351, + "subscribers_count": 394 + }, + { + "id": 26617267, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjYxNzI2Nw==", + "name": "docker-fluentd", + "full_name": "kiyoto/docker-fluentd", + "owner": { + "login": "kiyoto", + "id": 178554, + "node_id": "MDQ6VXNlcjE3ODU1NA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/178554?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kiyoto", + "html_url": "https://github.com/kiyoto", + "followers_url": "https://api.github.com/users/kiyoto/followers", + "following_url": "https://api.github.com/users/kiyoto/following{/other_user}", + "gists_url": "https://api.github.com/users/kiyoto/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kiyoto/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kiyoto/subscriptions", + "organizations_url": "https://api.github.com/users/kiyoto/orgs", + "repos_url": "https://api.github.com/users/kiyoto/repos", + "events_url": "https://api.github.com/users/kiyoto/events{/privacy}", + "received_events_url": "https://api.github.com/users/kiyoto/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/kiyoto/docker-fluentd", + "description": "Docker container to collect other docker container logs with Fluentd", + "fork": false, + "url": "https://api.github.com/repos/kiyoto/docker-fluentd", + "forks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/forks", + "keys_url": "https://api.github.com/repos/kiyoto/docker-fluentd/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/kiyoto/docker-fluentd/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/kiyoto/docker-fluentd/teams", + "hooks_url": "https://api.github.com/repos/kiyoto/docker-fluentd/hooks", + "issue_events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/events{/number}", + "events_url": "https://api.github.com/repos/kiyoto/docker-fluentd/events", + "assignees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/assignees{/user}", + "branches_url": "https://api.github.com/repos/kiyoto/docker-fluentd/branches{/branch}", + "tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/tags", + "blobs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/kiyoto/docker-fluentd/statuses/{sha}", + "languages_url": "https://api.github.com/repos/kiyoto/docker-fluentd/languages", + "stargazers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/stargazers", + "contributors_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contributors", + "subscribers_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscribers", + "subscription_url": "https://api.github.com/repos/kiyoto/docker-fluentd/subscription", + "commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/kiyoto/docker-fluentd/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/kiyoto/docker-fluentd/contents/{+path}", + "compare_url": "https://api.github.com/repos/kiyoto/docker-fluentd/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/kiyoto/docker-fluentd/merges", + "archive_url": "https://api.github.com/repos/kiyoto/docker-fluentd/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/kiyoto/docker-fluentd/downloads", + "issues_url": "https://api.github.com/repos/kiyoto/docker-fluentd/issues{/number}", + "pulls_url": "https://api.github.com/repos/kiyoto/docker-fluentd/pulls{/number}", + "milestones_url": "https://api.github.com/repos/kiyoto/docker-fluentd/milestones{/number}", + "notifications_url": "https://api.github.com/repos/kiyoto/docker-fluentd/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/kiyoto/docker-fluentd/labels{/name}", + "releases_url": "https://api.github.com/repos/kiyoto/docker-fluentd/releases{/id}", + "deployments_url": "https://api.github.com/repos/kiyoto/docker-fluentd/deployments", + "created_at": "2014-11-14T01:53:22Z", + "updated_at": "2018-08-09T15:11:37Z", + "pushed_at": "2017-07-09T06:32:16Z", + "git_url": "git://github.com/kiyoto/docker-fluentd.git", + "ssh_url": "git@github.com:kiyoto/docker-fluentd.git", + "clone_url": "https://github.com/kiyoto/docker-fluentd.git", + "svn_url": "https://github.com/kiyoto/docker-fluentd", + "homepage": null, + "size": 3, + "stargazers_count": 67, + "watchers_count": 67, + "language": null, + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 19, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": null, + "forks": 19, + "open_issues": 0, + "watchers": 67, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 19, + "subscribers_count": 5 + }, + { + "id": 41571541, + "node_id": "MDEwOlJlcG9zaXRvcnk0MTU3MTU0MQ==", + "name": "inspec", + "full_name": "inspec/inspec", + "owner": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/inspec/inspec", + "description": "InSpec: Auditing and Testing Framework", + "fork": false, + "url": "https://api.github.com/repos/inspec/inspec", + "forks_url": "https://api.github.com/repos/inspec/inspec/forks", + "keys_url": "https://api.github.com/repos/inspec/inspec/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/inspec/inspec/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/inspec/inspec/teams", + "hooks_url": "https://api.github.com/repos/inspec/inspec/hooks", + "issue_events_url": "https://api.github.com/repos/inspec/inspec/issues/events{/number}", + "events_url": "https://api.github.com/repos/inspec/inspec/events", + "assignees_url": "https://api.github.com/repos/inspec/inspec/assignees{/user}", + "branches_url": "https://api.github.com/repos/inspec/inspec/branches{/branch}", + "tags_url": "https://api.github.com/repos/inspec/inspec/tags", + "blobs_url": "https://api.github.com/repos/inspec/inspec/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/inspec/inspec/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/inspec/inspec/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/inspec/inspec/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/inspec/inspec/statuses/{sha}", + "languages_url": "https://api.github.com/repos/inspec/inspec/languages", + "stargazers_url": "https://api.github.com/repos/inspec/inspec/stargazers", + "contributors_url": "https://api.github.com/repos/inspec/inspec/contributors", + "subscribers_url": "https://api.github.com/repos/inspec/inspec/subscribers", + "subscription_url": "https://api.github.com/repos/inspec/inspec/subscription", + "commits_url": "https://api.github.com/repos/inspec/inspec/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/inspec/inspec/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/inspec/inspec/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/inspec/inspec/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/inspec/inspec/contents/{+path}", + "compare_url": "https://api.github.com/repos/inspec/inspec/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/inspec/inspec/merges", + "archive_url": "https://api.github.com/repos/inspec/inspec/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/inspec/inspec/downloads", + "issues_url": "https://api.github.com/repos/inspec/inspec/issues{/number}", + "pulls_url": "https://api.github.com/repos/inspec/inspec/pulls{/number}", + "milestones_url": "https://api.github.com/repos/inspec/inspec/milestones{/number}", + "notifications_url": "https://api.github.com/repos/inspec/inspec/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/inspec/inspec/labels{/name}", + "releases_url": "https://api.github.com/repos/inspec/inspec/releases{/id}", + "deployments_url": "https://api.github.com/repos/inspec/inspec/deployments", + "created_at": "2015-08-28T22:16:01Z", + "updated_at": "2018-08-09T15:04:44Z", + "pushed_at": "2018-08-09T15:04:45Z", + "git_url": "git://github.com/inspec/inspec.git", + "ssh_url": "git@github.com:inspec/inspec.git", + "clone_url": "https://github.com/inspec/inspec.git", + "svn_url": "https://github.com/inspec/inspec", + "homepage": "http://inspec.io", + "size": 14287, + "stargazers_count": 1363, + "watchers_count": 1363, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 369, + "mirror_url": null, + "archived": false, + "open_issues_count": 515, + "license": { + "key": "other", + "name": "Other", + "spdx_id": null, + "url": null, + "node_id": "MDc6TGljZW5zZTA=" + }, + "forks": 369, + "open_issues": 515, + "watchers": 1363, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "inspec", + "id": 39202509, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5MjAyNTA5", + "avatar_url": "https://avatars3.githubusercontent.com/u/39202509?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/inspec", + "html_url": "https://github.com/inspec", + "followers_url": "https://api.github.com/users/inspec/followers", + "following_url": "https://api.github.com/users/inspec/following{/other_user}", + "gists_url": "https://api.github.com/users/inspec/gists{/gist_id}", + "starred_url": "https://api.github.com/users/inspec/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/inspec/subscriptions", + "organizations_url": "https://api.github.com/users/inspec/orgs", + "repos_url": "https://api.github.com/users/inspec/repos", + "events_url": "https://api.github.com/users/inspec/events{/privacy}", + "received_events_url": "https://api.github.com/users/inspec/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 369, + "subscribers_count": 171 + }, + { + "id": 23929024, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzkyOTAyNA==", + "name": "dockerfiles", + "full_name": "jessfraz/dockerfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dockerfiles", + "description": "Various Dockerfiles I use on the desktop and on servers.", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dockerfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dockerfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dockerfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dockerfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dockerfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dockerfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dockerfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dockerfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dockerfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dockerfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dockerfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dockerfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dockerfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dockerfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dockerfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dockerfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dockerfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dockerfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dockerfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dockerfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dockerfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dockerfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dockerfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dockerfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dockerfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dockerfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dockerfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dockerfiles/deployments", + "created_at": "2014-09-11T17:48:44Z", + "updated_at": "2018-08-09T15:40:51Z", + "pushed_at": "2018-08-06T21:34:01Z", + "git_url": "git://github.com/jessfraz/dockerfiles.git", + "ssh_url": "git@github.com:jessfraz/dockerfiles.git", + "clone_url": "https://github.com/jessfraz/dockerfiles.git", + "svn_url": "https://github.com/jessfraz/dockerfiles", + "homepage": "https://blog.jessfraz.com/post/docker-containers-on-the-desktop/", + "size": 73397, + "stargazers_count": 6694, + "watchers_count": 6694, + "language": "Dockerfile", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 1100, + "mirror_url": null, + "archived": false, + "open_issues_count": 7, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1100, + "open_issues": 7, + "watchers": 6694, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1100, + "subscribers_count": 360 + }, + { + "id": 36994655, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk5NDY1NQ==", + "name": "dotfiles", + "full_name": "jessfraz/dotfiles", + "owner": { + "login": "jessfraz", + "id": 1445228, + "node_id": "MDQ6VXNlcjE0NDUyMjg=", + "avatar_url": "https://avatars2.githubusercontent.com/u/1445228?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jessfraz", + "html_url": "https://github.com/jessfraz", + "followers_url": "https://api.github.com/users/jessfraz/followers", + "following_url": "https://api.github.com/users/jessfraz/following{/other_user}", + "gists_url": "https://api.github.com/users/jessfraz/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jessfraz/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jessfraz/subscriptions", + "organizations_url": "https://api.github.com/users/jessfraz/orgs", + "repos_url": "https://api.github.com/users/jessfraz/repos", + "events_url": "https://api.github.com/users/jessfraz/events{/privacy}", + "received_events_url": "https://api.github.com/users/jessfraz/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jessfraz/dotfiles", + "description": "My dotfiles. Buyer beware ;)", + "fork": false, + "url": "https://api.github.com/repos/jessfraz/dotfiles", + "forks_url": "https://api.github.com/repos/jessfraz/dotfiles/forks", + "keys_url": "https://api.github.com/repos/jessfraz/dotfiles/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jessfraz/dotfiles/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jessfraz/dotfiles/teams", + "hooks_url": "https://api.github.com/repos/jessfraz/dotfiles/hooks", + "issue_events_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/events{/number}", + "events_url": "https://api.github.com/repos/jessfraz/dotfiles/events", + "assignees_url": "https://api.github.com/repos/jessfraz/dotfiles/assignees{/user}", + "branches_url": "https://api.github.com/repos/jessfraz/dotfiles/branches{/branch}", + "tags_url": "https://api.github.com/repos/jessfraz/dotfiles/tags", + "blobs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jessfraz/dotfiles/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jessfraz/dotfiles/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jessfraz/dotfiles/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jessfraz/dotfiles/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jessfraz/dotfiles/languages", + "stargazers_url": "https://api.github.com/repos/jessfraz/dotfiles/stargazers", + "contributors_url": "https://api.github.com/repos/jessfraz/dotfiles/contributors", + "subscribers_url": "https://api.github.com/repos/jessfraz/dotfiles/subscribers", + "subscription_url": "https://api.github.com/repos/jessfraz/dotfiles/subscription", + "commits_url": "https://api.github.com/repos/jessfraz/dotfiles/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jessfraz/dotfiles/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jessfraz/dotfiles/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jessfraz/dotfiles/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jessfraz/dotfiles/contents/{+path}", + "compare_url": "https://api.github.com/repos/jessfraz/dotfiles/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jessfraz/dotfiles/merges", + "archive_url": "https://api.github.com/repos/jessfraz/dotfiles/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jessfraz/dotfiles/downloads", + "issues_url": "https://api.github.com/repos/jessfraz/dotfiles/issues{/number}", + "pulls_url": "https://api.github.com/repos/jessfraz/dotfiles/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jessfraz/dotfiles/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jessfraz/dotfiles/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jessfraz/dotfiles/labels{/name}", + "releases_url": "https://api.github.com/repos/jessfraz/dotfiles/releases{/id}", + "deployments_url": "https://api.github.com/repos/jessfraz/dotfiles/deployments", + "created_at": "2015-06-06T20:46:47Z", + "updated_at": "2018-08-09T15:44:02Z", + "pushed_at": "2018-07-22T02:18:12Z", + "git_url": "git://github.com/jessfraz/dotfiles.git", + "ssh_url": "git@github.com:jessfraz/dotfiles.git", + "clone_url": "https://github.com/jessfraz/dotfiles.git", + "svn_url": "https://github.com/jessfraz/dotfiles", + "homepage": "", + "size": 35386, + "stargazers_count": 1799, + "watchers_count": 1799, + "language": "Shell", + "has_issues": false, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 259, + "mirror_url": null, + "archived": false, + "open_issues_count": 1, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 259, + "open_issues": 1, + "watchers": 1799, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 259, + "subscribers_count": 114 + }, + { + "id": 19463625, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTQ2MzYyNQ==", + "name": "nginx-proxy", + "full_name": "jwilder/nginx-proxy", + "owner": { + "login": "jwilder", + "id": 219935, + "node_id": "MDQ6VXNlcjIxOTkzNQ==", + "avatar_url": "https://avatars3.githubusercontent.com/u/219935?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/jwilder", + "html_url": "https://github.com/jwilder", + "followers_url": "https://api.github.com/users/jwilder/followers", + "following_url": "https://api.github.com/users/jwilder/following{/other_user}", + "gists_url": "https://api.github.com/users/jwilder/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jwilder/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jwilder/subscriptions", + "organizations_url": "https://api.github.com/users/jwilder/orgs", + "repos_url": "https://api.github.com/users/jwilder/repos", + "events_url": "https://api.github.com/users/jwilder/events{/privacy}", + "received_events_url": "https://api.github.com/users/jwilder/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/jwilder/nginx-proxy", + "description": "Automated nginx proxy for Docker containers using docker-gen", + "fork": false, + "url": "https://api.github.com/repos/jwilder/nginx-proxy", + "forks_url": "https://api.github.com/repos/jwilder/nginx-proxy/forks", + "keys_url": "https://api.github.com/repos/jwilder/nginx-proxy/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jwilder/nginx-proxy/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jwilder/nginx-proxy/teams", + "hooks_url": "https://api.github.com/repos/jwilder/nginx-proxy/hooks", + "issue_events_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/events{/number}", + "events_url": "https://api.github.com/repos/jwilder/nginx-proxy/events", + "assignees_url": "https://api.github.com/repos/jwilder/nginx-proxy/assignees{/user}", + "branches_url": "https://api.github.com/repos/jwilder/nginx-proxy/branches{/branch}", + "tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/tags", + "blobs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jwilder/nginx-proxy/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jwilder/nginx-proxy/languages", + "stargazers_url": "https://api.github.com/repos/jwilder/nginx-proxy/stargazers", + "contributors_url": "https://api.github.com/repos/jwilder/nginx-proxy/contributors", + "subscribers_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscribers", + "subscription_url": "https://api.github.com/repos/jwilder/nginx-proxy/subscription", + "commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jwilder/nginx-proxy/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jwilder/nginx-proxy/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jwilder/nginx-proxy/contents/{+path}", + "compare_url": "https://api.github.com/repos/jwilder/nginx-proxy/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jwilder/nginx-proxy/merges", + "archive_url": "https://api.github.com/repos/jwilder/nginx-proxy/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jwilder/nginx-proxy/downloads", + "issues_url": "https://api.github.com/repos/jwilder/nginx-proxy/issues{/number}", + "pulls_url": "https://api.github.com/repos/jwilder/nginx-proxy/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jwilder/nginx-proxy/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jwilder/nginx-proxy/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jwilder/nginx-proxy/labels{/name}", + "releases_url": "https://api.github.com/repos/jwilder/nginx-proxy/releases{/id}", + "deployments_url": "https://api.github.com/repos/jwilder/nginx-proxy/deployments", + "created_at": "2014-05-05T17:01:40Z", + "updated_at": "2018-08-09T13:37:13Z", + "pushed_at": "2018-08-09T08:03:32Z", + "git_url": "git://github.com/jwilder/nginx-proxy.git", + "ssh_url": "git@github.com:jwilder/nginx-proxy.git", + "clone_url": "https://github.com/jwilder/nginx-proxy.git", + "svn_url": "https://github.com/jwilder/nginx-proxy", + "homepage": null, + "size": 470, + "stargazers_count": 8688, + "watchers_count": 8688, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 1687, + "mirror_url": null, + "archived": false, + "open_issues_count": 443, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 1687, + "open_issues": 443, + "watchers": 8688, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 1687, + "subscribers_count": 279 + }, + { + "id": 31150661, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTE1MDY2MQ==", + "name": "percheron", + "full_name": "ashmckenzie/percheron", + "owner": { + "login": "ashmckenzie", + "id": 9525, + "node_id": "MDQ6VXNlcjk1MjU=", + "avatar_url": "https://avatars2.githubusercontent.com/u/9525?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ashmckenzie", + "html_url": "https://github.com/ashmckenzie", + "followers_url": "https://api.github.com/users/ashmckenzie/followers", + "following_url": "https://api.github.com/users/ashmckenzie/following{/other_user}", + "gists_url": "https://api.github.com/users/ashmckenzie/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ashmckenzie/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ashmckenzie/subscriptions", + "organizations_url": "https://api.github.com/users/ashmckenzie/orgs", + "repos_url": "https://api.github.com/users/ashmckenzie/repos", + "events_url": "https://api.github.com/users/ashmckenzie/events{/privacy}", + "received_events_url": "https://api.github.com/users/ashmckenzie/received_events", + "type": "User", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/ashmckenzie/percheron", + "description": "Organise your Docker containers with muscle and intelligence", + "fork": false, + "url": "https://api.github.com/repos/ashmckenzie/percheron", + "forks_url": "https://api.github.com/repos/ashmckenzie/percheron/forks", + "keys_url": "https://api.github.com/repos/ashmckenzie/percheron/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/ashmckenzie/percheron/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/ashmckenzie/percheron/teams", + "hooks_url": "https://api.github.com/repos/ashmckenzie/percheron/hooks", + "issue_events_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/events{/number}", + "events_url": "https://api.github.com/repos/ashmckenzie/percheron/events", + "assignees_url": "https://api.github.com/repos/ashmckenzie/percheron/assignees{/user}", + "branches_url": "https://api.github.com/repos/ashmckenzie/percheron/branches{/branch}", + "tags_url": "https://api.github.com/repos/ashmckenzie/percheron/tags", + "blobs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/ashmckenzie/percheron/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/ashmckenzie/percheron/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/ashmckenzie/percheron/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/ashmckenzie/percheron/statuses/{sha}", + "languages_url": "https://api.github.com/repos/ashmckenzie/percheron/languages", + "stargazers_url": "https://api.github.com/repos/ashmckenzie/percheron/stargazers", + "contributors_url": "https://api.github.com/repos/ashmckenzie/percheron/contributors", + "subscribers_url": "https://api.github.com/repos/ashmckenzie/percheron/subscribers", + "subscription_url": "https://api.github.com/repos/ashmckenzie/percheron/subscription", + "commits_url": "https://api.github.com/repos/ashmckenzie/percheron/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/ashmckenzie/percheron/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/ashmckenzie/percheron/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/ashmckenzie/percheron/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/ashmckenzie/percheron/contents/{+path}", + "compare_url": "https://api.github.com/repos/ashmckenzie/percheron/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/ashmckenzie/percheron/merges", + "archive_url": "https://api.github.com/repos/ashmckenzie/percheron/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/ashmckenzie/percheron/downloads", + "issues_url": "https://api.github.com/repos/ashmckenzie/percheron/issues{/number}", + "pulls_url": "https://api.github.com/repos/ashmckenzie/percheron/pulls{/number}", + "milestones_url": "https://api.github.com/repos/ashmckenzie/percheron/milestones{/number}", + "notifications_url": "https://api.github.com/repos/ashmckenzie/percheron/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/ashmckenzie/percheron/labels{/name}", + "releases_url": "https://api.github.com/repos/ashmckenzie/percheron/releases{/id}", + "deployments_url": "https://api.github.com/repos/ashmckenzie/percheron/deployments", + "created_at": "2015-02-22T03:12:02Z", + "updated_at": "2018-04-11T00:00:25Z", + "pushed_at": "2018-04-11T00:00:24Z", + "git_url": "git://github.com/ashmckenzie/percheron.git", + "ssh_url": "git@github.com:ashmckenzie/percheron.git", + "clone_url": "https://github.com/ashmckenzie/percheron.git", + "svn_url": "https://github.com/ashmckenzie/percheron", + "homepage": null, + "size": 723, + "stargazers_count": 158, + "watchers_count": 158, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": false, + "has_pages": false, + "forks_count": 5, + "mirror_url": null, + "archived": false, + "open_issues_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "spdx_id": "MIT", + "url": "https://api.github.com/licenses/mit", + "node_id": "MDc6TGljZW5zZTEz" + }, + "forks": 5, + "open_issues": 0, + "watchers": 158, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "network_count": 5, + "subscribers_count": 6 + }, + { + "id": 47202783, + "node_id": "MDEwOlJlcG9zaXRvcnk0NzIwMjc4Mw==", + "name": "sematext-agent-docker", + "full_name": "sematext/sematext-agent-docker", + "owner": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/sematext/sematext-agent-docker", + "description": "Sematext Docker Agent - host + container metrics, logs & event collector", + "fork": false, + "url": "https://api.github.com/repos/sematext/sematext-agent-docker", + "forks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/forks", + "keys_url": "https://api.github.com/repos/sematext/sematext-agent-docker/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/sematext/sematext-agent-docker/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/sematext/sematext-agent-docker/teams", + "hooks_url": "https://api.github.com/repos/sematext/sematext-agent-docker/hooks", + "issue_events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/events{/number}", + "events_url": "https://api.github.com/repos/sematext/sematext-agent-docker/events", + "assignees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/assignees{/user}", + "branches_url": "https://api.github.com/repos/sematext/sematext-agent-docker/branches{/branch}", + "tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/tags", + "blobs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/sematext/sematext-agent-docker/statuses/{sha}", + "languages_url": "https://api.github.com/repos/sematext/sematext-agent-docker/languages", + "stargazers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/stargazers", + "contributors_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contributors", + "subscribers_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscribers", + "subscription_url": "https://api.github.com/repos/sematext/sematext-agent-docker/subscription", + "commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/sematext/sematext-agent-docker/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/sematext/sematext-agent-docker/contents/{+path}", + "compare_url": "https://api.github.com/repos/sematext/sematext-agent-docker/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/sematext/sematext-agent-docker/merges", + "archive_url": "https://api.github.com/repos/sematext/sematext-agent-docker/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/sematext/sematext-agent-docker/downloads", + "issues_url": "https://api.github.com/repos/sematext/sematext-agent-docker/issues{/number}", + "pulls_url": "https://api.github.com/repos/sematext/sematext-agent-docker/pulls{/number}", + "milestones_url": "https://api.github.com/repos/sematext/sematext-agent-docker/milestones{/number}", + "notifications_url": "https://api.github.com/repos/sematext/sematext-agent-docker/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/sematext/sematext-agent-docker/labels{/name}", + "releases_url": "https://api.github.com/repos/sematext/sematext-agent-docker/releases{/id}", + "deployments_url": "https://api.github.com/repos/sematext/sematext-agent-docker/deployments", + "created_at": "2015-12-01T16:37:30Z", + "updated_at": "2018-07-27T23:52:34Z", + "pushed_at": "2018-07-24T16:09:23Z", + "git_url": "git://github.com/sematext/sematext-agent-docker.git", + "ssh_url": "git@github.com:sematext/sematext-agent-docker.git", + "clone_url": "https://github.com/sematext/sematext-agent-docker.git", + "svn_url": "https://github.com/sematext/sematext-agent-docker", + "homepage": "https://sematext.com/docker", + "size": 1333, + "stargazers_count": 144, + "watchers_count": 144, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 29, + "mirror_url": null, + "archived": false, + "open_issues_count": 4, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 29, + "open_issues": 4, + "watchers": 144, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "sematext", + "id": 332582, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjMzMjU4Mg==", + "avatar_url": "https://avatars2.githubusercontent.com/u/332582?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/sematext", + "html_url": "https://github.com/sematext", + "followers_url": "https://api.github.com/users/sematext/followers", + "following_url": "https://api.github.com/users/sematext/following{/other_user}", + "gists_url": "https://api.github.com/users/sematext/gists{/gist_id}", + "starred_url": "https://api.github.com/users/sematext/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/sematext/subscriptions", + "organizations_url": "https://api.github.com/users/sematext/orgs", + "repos_url": "https://api.github.com/users/sematext/repos", + "events_url": "https://api.github.com/users/sematext/events{/privacy}", + "received_events_url": "https://api.github.com/users/sematext/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 29, + "subscribers_count": 28 + }, + { + "id": 23059575, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA1OTU3NQ==", + "name": "weave", + "full_name": "weaveworks/weave", + "owner": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "private": false, + "html_url": "https://github.com/weaveworks/weave", + "description": "Simple, resilient multi-host containers networking and more.", + "fork": false, + "url": "https://api.github.com/repos/weaveworks/weave", + "forks_url": "https://api.github.com/repos/weaveworks/weave/forks", + "keys_url": "https://api.github.com/repos/weaveworks/weave/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/weaveworks/weave/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/weaveworks/weave/teams", + "hooks_url": "https://api.github.com/repos/weaveworks/weave/hooks", + "issue_events_url": "https://api.github.com/repos/weaveworks/weave/issues/events{/number}", + "events_url": "https://api.github.com/repos/weaveworks/weave/events", + "assignees_url": "https://api.github.com/repos/weaveworks/weave/assignees{/user}", + "branches_url": "https://api.github.com/repos/weaveworks/weave/branches{/branch}", + "tags_url": "https://api.github.com/repos/weaveworks/weave/tags", + "blobs_url": "https://api.github.com/repos/weaveworks/weave/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/weaveworks/weave/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/weaveworks/weave/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/weaveworks/weave/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/weaveworks/weave/statuses/{sha}", + "languages_url": "https://api.github.com/repos/weaveworks/weave/languages", + "stargazers_url": "https://api.github.com/repos/weaveworks/weave/stargazers", + "contributors_url": "https://api.github.com/repos/weaveworks/weave/contributors", + "subscribers_url": "https://api.github.com/repos/weaveworks/weave/subscribers", + "subscription_url": "https://api.github.com/repos/weaveworks/weave/subscription", + "commits_url": "https://api.github.com/repos/weaveworks/weave/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/weaveworks/weave/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/weaveworks/weave/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/weaveworks/weave/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/weaveworks/weave/contents/{+path}", + "compare_url": "https://api.github.com/repos/weaveworks/weave/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/weaveworks/weave/merges", + "archive_url": "https://api.github.com/repos/weaveworks/weave/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/weaveworks/weave/downloads", + "issues_url": "https://api.github.com/repos/weaveworks/weave/issues{/number}", + "pulls_url": "https://api.github.com/repos/weaveworks/weave/pulls{/number}", + "milestones_url": "https://api.github.com/repos/weaveworks/weave/milestones{/number}", + "notifications_url": "https://api.github.com/repos/weaveworks/weave/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/weaveworks/weave/labels{/name}", + "releases_url": "https://api.github.com/repos/weaveworks/weave/releases{/id}", + "deployments_url": "https://api.github.com/repos/weaveworks/weave/deployments", + "created_at": "2014-08-18T05:19:07Z", + "updated_at": "2018-08-09T13:06:45Z", + "pushed_at": "2018-08-09T13:06:41Z", + "git_url": "git://github.com/weaveworks/weave.git", + "ssh_url": "git@github.com:weaveworks/weave.git", + "clone_url": "https://github.com/weaveworks/weave.git", + "svn_url": "https://github.com/weaveworks/weave", + "homepage": "https://www.weave.works", + "size": 18620, + "stargazers_count": 5199, + "watchers_count": 5199, + "language": "Go", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 461, + "mirror_url": null, + "archived": false, + "open_issues_count": 374, + "license": { + "key": "apache-2.0", + "name": "Apache License 2.0", + "spdx_id": "Apache-2.0", + "url": "https://api.github.com/licenses/apache-2.0", + "node_id": "MDc6TGljZW5zZTI=" + }, + "forks": 461, + "open_issues": 374, + "watchers": 5199, + "default_branch": "master", + "permissions": { + "admin": false, + "push": false, + "pull": true + }, + "organization": { + "login": "weaveworks", + "id": 9976052, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5NzYwNTI=", + "avatar_url": "https://avatars1.githubusercontent.com/u/9976052?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/weaveworks", + "html_url": "https://github.com/weaveworks", + "followers_url": "https://api.github.com/users/weaveworks/followers", + "following_url": "https://api.github.com/users/weaveworks/following{/other_user}", + "gists_url": "https://api.github.com/users/weaveworks/gists{/gist_id}", + "starred_url": "https://api.github.com/users/weaveworks/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/weaveworks/subscriptions", + "organizations_url": "https://api.github.com/users/weaveworks/orgs", + "repos_url": "https://api.github.com/users/weaveworks/repos", + "events_url": "https://api.github.com/users/weaveworks/events{/privacy}", + "received_events_url": "https://api.github.com/users/weaveworks/received_events", + "type": "Organization", + "site_admin": false + }, + "network_count": 461, + "subscribers_count": 257 + } +] diff --git a/data/category.json b/data/category.json new file mode 100644 index 0000000..c628305 --- /dev/null +++ b/data/category.json @@ -0,0 +1,157 @@ +[ + { + "id": 0, + "name": "Others", + "description": "Awesome projects" + }, + { + "id": 1, + "name": "Container Operations", + "description": "description" + }, + { + "id": 2, + "name": "Container Composition", + "description": "description" + }, + { + "id": 3, + "name": "Deployment and Infrastructure", + "description": "description" + }, + { + "id": 4, + "name": "Monitoring", + "description": "description" + }, + { + "id": 5, + "name": "Networking", + "description": "description" + }, + { + "id": 6, + "name": "Orchestration", + "description": "description" + }, + { + "id": 7, + "name": "PaaS", + "description": "description" + }, + { + "id": 8, + "name": "Reverse Proxy", + "description": "description" + }, + { + "id": 9, + "name": "Security", + "description": "description" + }, + { + "id": 10, + "name": "Service Discovery", + "description": "description" + }, + { + "id": 11, + "name": "Volume Management / Data", + "description": "description" + }, + { + "id": 12, + "name": "User Interface / Desktop", + "description": "description" + }, + { + "id": 13, + "name": "User Interface / Terminal", + "description": "description" + }, + { + "id": 14, + "name": "User Interface / Web", + "description": "description" + }, + { + "id": 15, + "name": "Docker Images", + "description": "description" + }, + { + "id": 16, + "name": "Base Tools", + "description": "description" + }, + { + "id": 17, + "name": "Builder", + "description": "description" + }, + { + "id": 18, + "name": "Dockerfile", + "description": "description" + }, + { + "id": 19, + "name": "Linter", + "description": "description" + }, + { + "id": 20, + "name": "Metadata", + "description": "description" + }, + { + "id": 21, + "name": "Registry", + "description": "description" + }, + { + "id": 22, + "name": "Development with Docker", + "description": "description" + }, + { + "id": 23, + "name": "API Client", + "description": "description" + }, + { + "id": 24, + "name": "CI/CD", + "description": "description" + }, + { + "id": 25, + "name": "Development Environment", + "description": "description" + }, + { + "id": 26, + "name": "Garbage Collection", + "description": "description" + }, + { + "id": 27, + "name": "Serverless", + "description": "description" + }, + { + "id": 28, + "name": "Testing", + "description": "description" + }, + { + "id": 29, + "name": "Wrappers", + "description": "description" + }, + { + "id": 30, + "name": "Where to start", + "description": "description" + } +] diff --git a/data/latest b/data/latest index 34bc7ff..b04afc6 100644 --- a/data/latest +++ b/data/latest @@ -1 +1 @@ -data/2018-07-09T08.41.40-fetched_repo_data.json \ No newline at end of file +data/2018-08-09T16.23.14-fetched_repo_data.json \ No newline at end of file diff --git a/data/mapping.json b/data/mapping.json new file mode 100644 index 0000000..6e1adf3 --- /dev/null +++ b/data/mapping.json @@ -0,0 +1,1512 @@ +{ + "https://github.com/sindresorhus/awesome": { + "url": "https://github.com/sindresorhus/awesome", + "status": "active", + "category": 0 + }, + "https://github.com/veggiemonk/awesome-docker": { + "url": "https://github.com/veggiemonk/awesome-docker", + "status": "active", + "category": 0 + }, + "https://github.com/dkhamsing/awesome_bot": { + "url": "https://github.com/dkhamsing/awesome_bot", + "status": "active", + "category": 0 + }, + "https://github.com/machzqcq/docker-for-all": { + "url": "https://github.com/machzqcq/docker-for-all", + "status": "active", + "category": 30 + }, + "https://github.com/odewahn/docker-jumpstart": { + "url": "https://github.com/odewahn/docker-jumpstart", + "status": "active", + "category": 30 + }, + "https://github.com/dwyl/learn-docker": { + "url": "https://github.com/dwyl/learn-docker", + "status": "active", + "category": 30 + }, + "https://github.com/eon01/DockerCheatSheet": { + "url": "https://github.com/eon01/DockerCheatSheet", + "status": "active", + "category": 30 + }, + "https://github.com/moby/moby": { + "url": "https://github.com/moby/moby", + "status": "active", + "category": 0 + }, + "https://github.com/docker/compose": { + "url": "https://github.com/docker/compose", + "status": "active", + "category": 2 + }, + "https://github.com/docker/machine": { + "url": "https://github.com/docker/machine", + "status": "active", + "category": 1 + }, + "https://github.com/docker/swarm": { + "url": "https://github.com/docker/swarm", + "status": "active", + "category": 6 + }, + "https://github.com/icy/bocker": { + "url": "https://github.com/icy/bocker", + "status": "active", + "category": 2 + }, + "https://github.com/p8952/bocker": { + "url": "https://github.com/p8952/bocker", + "status": "archived", + "category": 2 + }, + "https://github.com/box-builder/box": { + "url": "https://github.com/box-builder/box", + "status": "active", + "category": 2 + }, + "https://github.com/byrnedo/capitan": { + "url": "https://github.com/byrnedo/capitan", + "status": "active", + "category": 2 + }, + "https://github.com/funkwerk/compose_plantuml": { + "url": "https://github.com/funkwerk/compose_plantuml", + "status": "active", + "category": 2 + }, + "https://github.com/magicmark/composerize": { + "url": "https://github.com/magicmark/composerize", + "status": "active", + "category": 2 + }, + "https://github.com/polonskiy/crowdr": { + "url": "https://github.com/polonskiy/crowdr", + "status": "active", + "category": 2 + }, + "https://github.com/abesto/docker-compose-graphviz": { + "url": "https://github.com/abesto/docker-compose-graphviz", + "status": "active", + "category": 2 + }, + "https://github.com/Alexis-benoist/draw-compose": { + "url": "https://github.com/Alexis-benoist/draw-compose", + "status": "active", + "category": 2 + }, + "https://github.com/cisco/elsy": { + "url": "https://github.com/cisco/elsy", + "status": "active", + "category": 2 + }, + "https://github.com/cloud66-oss/habitus": { + "url": "https://github.com/cloud66-oss/habitus", + "status": "active", + "category": 2 + }, + "https://github.com/toscanini/maestro": { + "url": "https://github.com/toscanini/maestro", + "status": "archived", + "category": 2 + }, + "https://github.com/ihucos/plash": { + "url": "https://github.com/ihucos/plash", + "status": "active", + "category": 2 + }, + "https://github.com/grammarly/rocker-compose": { + "url": "https://github.com/grammarly/rocker-compose", + "status": "active", + "category": 2 + }, + "https://github.com/grammarly/rocker": { + "url": "https://github.com/grammarly/rocker", + "status": "active", + "category": 2 + }, + "https://github.com/stacker/stacker-cli": { + "url": "https://github.com/stacker/stacker-cli", + "status": "active", + "category": 2 + }, + "https://github.com/CenturyLinkLabs/zodiac": { + "url": "https://github.com/CenturyLinkLabs/zodiac", + "status": "archived", + "category": 2 + }, + "https://github.com/newrelic/centurion": { + "url": "https://github.com/newrelic/centurion", + "status": "active", + "category": 3 + }, + "https://github.com/brooklyncentral/clocker": { + "url": "https://github.com/brooklyncentral/clocker", + "status": "active", + "category": 3 + }, + "https://github.com/ehazlett/conduit": { + "url": "https://github.com/ehazlett/conduit", + "status": "active", + "category": 3 + }, + "https://github.com/ContainX/depcon": { + "url": "https://github.com/ContainX/depcon", + "status": "active", + "category": 3 + }, + "https://github.com/ttiny/deploy": { + "url": "https://github.com/ttiny/deploy", + "status": "archived", + "category": 3 + }, + "https://github.com/humblec/dockit": { + "url": "https://github.com/humblec/dockit", + "status": "archived", + "category": 3 + }, + "https://github.com/hasura/gitkube": { + "url": "https://github.com/hasura/gitkube", + "status": "active", + "category": 3 + }, + "https://github.com/grafeas/grafeas": { + "url": "https://github.com/grafeas/grafeas", + "status": "active", + "category": 3 + }, + "https://github.com/longshoreman/longshoreman": { + "url": "https://github.com/longshoreman/longshoreman", + "status": "archived", + "category": 3 + }, + "https://github.com/axibase/atsd-use-cases": { + "url": "https://github.com/axibase/atsd-use-cases", + "status": "active", + "category": 4 + }, + "https://github.com/google/cadvisor": { + "url": "https://github.com/google/cadvisor", + "status": "active", + "category": 4 + }, + "https://github.com/deltaskelta/docker-alertd": { + "url": "https://github.com/deltaskelta/docker-alertd", + "status": "active", + "category": 4 + }, + "https://github.com/docker-flow/docker-flow-monitor": { + "url": "https://github.com/docker-flow/docker-flow-monitor", + "status": "active", + "category": 4 + }, + "https://github.com/dockerana/dockerana": { + "url": "https://github.com/dockerana/dockerana", + "status": "archived", + "category": 4 + }, + "https://github.com/nicolargo/glances": { + "url": "https://github.com/nicolargo/glances", + "status": "active", + "category": 4 + }, + "https://github.com/vegasbrianc/docker-monitoring": { + "url": "https://github.com/vegasbrianc/docker-monitoring", + "status": "active", + "category": 4 + }, + "https://github.com/gocardless/logjam": { + "url": "https://github.com/gocardless/logjam", + "status": "active", + "category": 4 + }, + "https://github.com/sematext/logagent-js": { + "url": "https://github.com/sematext/logagent-js", + "status": "active", + "category": 4 + }, + "https://github.com/gliderlabs/logspout": { + "url": "https://github.com/gliderlabs/logspout", + "status": "active", + "category": 4 + }, + "https://github.com/uschtwill/docker_monitoring_logging_alerting": { + "url": "https://github.com/uschtwill/docker_monitoring_logging_alerting", + "status": "active", + "category": 4 + }, + "https://github.com/monitoringartist/Zabbix-Docker-Monitoring": { + "url": "https://github.com/monitoringartist/Zabbix-Docker-Monitoring", + "status": "active", + "category": 4 + }, + "https://github.com/gomex/docker-zabbix": { + "url": "https://github.com/gomex/docker-zabbix", + "status": "active", + "category": 4 + }, + "https://github.com/coreos/flannel": { + "url": "https://github.com/coreos/flannel", + "status": "active", + "category": 5 + }, + "https://github.com/nicolaka/netshoot": { + "url": "https://github.com/nicolaka/netshoot", + "status": "active", + "category": 5 + }, + "https://github.com/athena-oss/athena": { + "url": "https://github.com/athena-oss/athena", + "status": "active", + "category": 6 + }, + "https://github.com/tubesandlube/blimp": { + "url": "https://github.com/tubesandlube/blimp", + "status": "archived", + "category": 6 + }, + "https://github.com/CloudSlang/cloud-slang": { + "url": "https://github.com/CloudSlang/cloud-slang", + "status": "active", + "category": 6 + }, + "https://github.com/clusterdock/clusterdock": { + "url": "https://github.com/clusterdock/clusterdock", + "status": "active", + "category": 6 + }, + "https://github.com/containership/containership": { + "url": "https://github.com/containership/containership", + "status": "active", + "category": 6 + }, + "https://github.com/Dataman-Cloud/crane": { + "url": "https://github.com/Dataman-Cloud/crane", + "status": "active", + "category": 6 + }, + "https://github.com/vfarcic/docker-flow-swarm-listener": { + "url": "https://github.com/vfarcic/docker-flow-swarm-listener", + "status": "active", + "category": 6 + }, + "https://github.com/DevTable/gantryd": { + "url": "https://github.com/DevTable/gantryd", + "status": "archived", + "category": 6 + }, + "https://github.com/codeabovelab/haven-platform": { + "url": "https://github.com/codeabovelab/haven-platform", + "status": "active", + "category": 6 + }, + "https://github.com/spotify/helios": { + "url": "https://github.com/spotify/helios", + "status": "active", + "category": 6 + }, + "https://github.com/kontena/kontena": { + "url": "https://github.com/kontena/kontena", + "status": "active", + "category": 6 + }, + "https://github.com/kubernetes/kubernetes": { + "url": "https://github.com/kubernetes/kubernetes", + "status": "active", + "category": 6 + }, + "https://github.com/ManageIQ/manageiq": { + "url": "https://github.com/ManageIQ/manageiq", + "status": "active", + "category": 6 + }, + "https://github.com/mantl/mantl": { + "url": "https://github.com/mantl/mantl", + "status": "active", + "category": 6 + }, + "https://github.com/mesosphere/marathon": { + "url": "https://github.com/mesosphere/marathon", + "status": "active", + "category": 6 + }, + "https://github.com/apache/mesos": { + "url": "https://github.com/apache/mesos", + "status": "active", + "category": 6 + }, + "https://github.com/hashicorp/nomad": { + "url": "https://github.com/hashicorp/nomad", + "status": "active", + "category": 6 + }, + "https://github.com/CenturyLinkLabs/panamax-ui": { + "url": "https://github.com/CenturyLinkLabs/panamax-ui", + "status": "archived", + "category": 6 + }, + "https://github.com/rancher/rancher": { + "url": "https://github.com/rancher/rancher", + "status": "active", + "category": 6 + }, + "https://github.com/swarmpit/swarmpit": { + "url": "https://github.com/swarmpit/swarmpit", + "status": "active", + "category": 6 + }, + "https://github.com/ooyala/atlantis": { + "url": "https://github.com/ooyala/atlantis", + "status": "archived", + "category": 7 + }, + "https://github.com/githubsaturn/captainduckduck": { + "url": "https://github.com/githubsaturn/captainduckduck", + "status": "active", + "category": 7 + }, + "https://github.com/convox/rack": { + "url": "https://github.com/convox/rack", + "status": "active", + "category": 7 + }, + "https://github.com/pbertera/dcw": { + "url": "https://github.com/pbertera/dcw", + "status": "active", + "category": 7 + }, + "https://github.com/remind101/empire": { + "url": "https://github.com/remind101/empire", + "status": "active", + "category": 7 + }, + "https://github.com/flynn/flynn": { + "url": "https://github.com/flynn/flynn", + "status": "active", + "category": 7 + }, + "https://github.com/nanobox-io/nanobox": { + "url": "https://github.com/nanobox-io/nanobox", + "status": "active", + "category": 7 + }, + "https://github.com/tsuru/tsuru": { + "url": "https://github.com/tsuru/tsuru", + "status": "active", + "category": 7 + }, + "https://github.com/deis/workflow": { + "url": "https://github.com/deis/workflow", + "status": "active", + "category": 7 + }, + "https://github.com/zeit/now-cli": { + "url": "https://github.com/zeit/now-cli", + "status": "active", + "category": 7 + }, + "https://github.com/vfarcic/docker-flow-proxy": { + "url": "https://github.com/vfarcic/docker-flow-proxy", + "status": "active", + "category": 8 + }, + "https://github.com/silarsis/docker-proxy": { + "url": "https://github.com/silarsis/docker-proxy", + "status": "archived", + "category": 8 + }, + "https://github.com/fabiolb/fabio": { + "url": "https://github.com/fabiolb/fabio", + "status": "active", + "category": 8 + }, + "https://github.com/zchee/h2o-proxy": { + "url": "https://github.com/zchee/h2o-proxy", + "status": "archived", + "category": 8 + }, + "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion": { + "url": "https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion", + "status": "active", + "category": 8 + }, + "https://github.com/mattallty/muguet": { + "url": "https://github.com/mattallty/muguet", + "status": "active", + "category": 8 + }, + "https://github.com/tpbowden/swarm-ingress-router": { + "url": "https://github.com/tpbowden/swarm-ingress-router", + "status": "active", + "category": 8 + }, + "https://github.com/flavioaiello/swarm-router": { + "url": "https://github.com/flavioaiello/swarm-router", + "status": "active", + "category": 8 + }, + "https://github.com/containous/traefik": { + "url": "https://github.com/containous/traefik", + "status": "active", + "category": 8 + }, + "https://github.com/anchore/anchore": { + "url": "https://github.com/anchore/anchore", + "status": "active", + "category": 9 + }, + "https://github.com/genuinetools/bane": { + "url": "https://github.com/genuinetools/bane", + "status": "active", + "category": 9 + }, + "https://github.com/dev-sec/cis-docker-benchmark": { + "url": "https://github.com/dev-sec/cis-docker-benchmark", + "status": "active", + "category": 9 + }, + "https://github.com/coreos/clair": { + "url": "https://github.com/coreos/clair", + "status": "active", + "category": 9 + }, + "https://github.com/eliasgranderubio/dagda": { + "url": "https://github.com/eliasgranderubio/dagda", + "status": "active", + "category": 9 + }, + "https://github.com/docker/docker-bench-security": { + "url": "https://github.com/docker/docker-bench-security", + "status": "active", + "category": 9 + }, + "https://github.com/google/docker-explorer": { + "url": "https://github.com/google/docker-explorer", + "status": "active", + "category": 9 + }, + "https://github.com/theupdateframework/notary": { + "url": "https://github.com/theupdateframework/notary", + "status": "active", + "category": 9 + }, + "https://github.com/OpenSCAP/openscap": { + "url": "https://github.com/OpenSCAP/openscap", + "status": "active", + "category": 9 + }, + "https://github.com/draios/falco": { + "url": "https://github.com/draios/falco", + "status": "active", + "category": 9 + }, + "https://github.com/cpuguy83/docker-grand-ambassador": { + "url": "https://github.com/cpuguy83/docker-grand-ambassador", + "status": "archived", + "category": 10 + }, + "https://github.com/gliderlabs/docker-consul": { + "url": "https://github.com/gliderlabs/docker-consul", + "status": "active", + "category": 10 + }, + "https://github.com/coreos/etcd": { + "url": "https://github.com/coreos/etcd", + "status": "active", + "category": 10 + }, + "https://github.com/istio/istio": { + "url": "https://github.com/istio/istio", + "status": "active", + "category": 10 + }, + "https://github.com/factorish/proxy": { + "url": "https://github.com/factorish/proxy", + "status": "archived", + "category": 10 + }, + "https://github.com/gliderlabs/registrator": { + "url": "https://github.com/gliderlabs/registrator", + "status": "active", + "category": 10 + }, + "https://github.com/blockbridge/blockbridge-docker-volume": { + "url": "https://github.com/blockbridge/blockbridge-docker-volume", + "status": "active", + "category": 11 + }, + "https://github.com/rancher/convoy": { + "url": "https://github.com/rancher/convoy", + "status": "active", + "category": 11 + }, + "https://github.com/adlogix/docker-machine-nfs": { + "url": "https://github.com/adlogix/docker-machine-nfs", + "status": "active", + "category": 11 + }, + "https://github.com/leighmcculloch/docker-unison": { + "url": "https://github.com/leighmcculloch/docker-unison", + "status": "active", + "category": 11 + }, + "https://github.com/CWSpear/local-persist": { + "url": "https://github.com/CWSpear/local-persist", + "status": "active", + "category": 11 + }, + "https://github.com/jelastic-jps/minio": { + "url": "https://github.com/jelastic-jps/minio", + "status": "active", + "category": 11 + }, + "https://github.com/ContainX/docker-volume-netshare": { + "url": "https://github.com/ContainX/docker-volume-netshare", + "status": "active", + "category": 11 + }, + "https://github.com/rexray/rexray": { + "url": "https://github.com/rexray/rexray", + "status": "active", + "category": 11 + }, + "https://github.com/dockeron/dockeron": { + "url": "https://github.com/dockeron/dockeron", + "status": "active", + "category": 0 + }, + "https://github.com/DockStation/dockstation": { + "url": "https://github.com/DockStation/dockstation", + "status": "active", + "category": 12 + }, + "https://github.com/jplhomer/lifeboat": { + "url": "https://github.com/jplhomer/lifeboat", + "status": "active", + "category": 12 + }, + "https://github.com/jenssegers/captain": { + "url": "https://github.com/jenssegers/captain", + "status": "active", + "category": 13 + }, + "https://github.com/yadutaf/ctop": { + "url": "https://github.com/yadutaf/ctop", + "status": "active", + "category": 13 + }, + "https://github.com/bcicen/ctop": { + "url": "https://github.com/bcicen/ctop", + "status": "active", + "category": 13 + }, + "https://github.com/vutran/dext-docker-registry-plugin": { + "url": "https://github.com/vutran/dext-docker-registry-plugin", + "status": "active", + "category": 13 + }, + "https://github.com/mayflower/docker-ls": { + "url": "https://github.com/mayflower/docker-ls", + "status": "active", + "category": 13 + }, + "https://github.com/icecrime/docker-mon": { + "url": "https://github.com/icecrime/docker-mon", + "status": "archived", + "category": 13 + }, + "https://github.com/Silex/docker.el": { + "url": "https://github.com/Silex/docker.el", + "status": "active", + "category": 13 + }, + "https://github.com/docker/dockercraft": { + "url": "https://github.com/docker/dockercraft", + "status": "active", + "category": 13 + }, + "https://github.com/spotify/dockerfile-mode": { + "url": "https://github.com/spotify/dockerfile-mode", + "status": "active", + "category": 13 + }, + "https://github.com/crosbymichael/dockersql": { + "url": "https://github.com/crosbymichael/dockersql", + "status": "active", + "category": 13 + }, + "https://github.com/lirantal/dockly": { + "url": "https://github.com/lirantal/dockly", + "status": "active", + "category": 13 + }, + "https://github.com/moncho/dry": { + "url": "https://github.com/moncho/dry", + "status": "active", + "category": 13 + }, + "https://github.com/howtowhale/dvm": { + "url": "https://github.com/howtowhale/dvm", + "status": "active", + "category": 13 + }, + "https://github.com/marty90/multidocker": { + "url": "https://github.com/marty90/multidocker", + "status": "active", + "category": 13 + }, + "https://github.com/jpetazzo/nsenter": { + "url": "https://github.com/jpetazzo/nsenter", + "status": "active", + "category": 13 + }, + "https://github.com/adrianmo/powerline-docker": { + "url": "https://github.com/adrianmo/powerline-docker", + "status": "active", + "category": 13 + }, + "https://github.com/shiwaforce/proco": { + "url": "https://github.com/shiwaforce/proco", + "status": "active", + "category": 13 + }, + "https://github.com/genuinetools/reg": { + "url": "https://github.com/genuinetools/reg", + "status": "active", + "category": 13 + }, + "https://github.com/JonathonReinhart/scuba": { + "url": "https://github.com/JonathonReinhart/scuba", + "status": "active", + "category": 13 + }, + "https://github.com/TomasTomecek/sen": { + "url": "https://github.com/TomasTomecek/sen", + "status": "active", + "category": 13 + }, + "https://github.com/segersniels/supdock": { + "url": "https://github.com/segersniels/supdock", + "status": "active", + "category": 13 + }, + "https://github.com/qazbnm456/tsaotun": { + "url": "https://github.com/qazbnm456/tsaotun", + "status": "active", + "category": 13 + }, + "https://github.com/j-bennet/wharfee": { + "url": "https://github.com/j-bennet/wharfee", + "status": "active", + "category": 13 + }, + "https://github.com/klausmeyer/docker-registry-browser": { + "url": "https://github.com/klausmeyer/docker-registry-browser", + "status": "active", + "category": 14 + }, + "https://github.com/squidnyan/docker-registry-ui": { + "url": "https://github.com/squidnyan/docker-registry-ui", + "status": "active", + "category": 14 + }, + "https://github.com/mkuchin/docker-registry-web": { + "url": "https://github.com/mkuchin/docker-registry-web", + "status": "active", + "category": 14 + }, + "https://github.com/dockersamples/docker-swarm-visualizer": { + "url": "https://github.com/dockersamples/docker-swarm-visualizer", + "status": "active", + "category": 14 + }, + "https://github.com/Electrofenster/dockerding-on-rails": { + "url": "https://github.com/Electrofenster/dockerding-on-rails", + "status": "archived", + "category": 14 + }, + "https://github.com/Simone-Erba/DockerSurfer": { + "url": "https://github.com/Simone-Erba/DockerSurfer", + "status": "active", + "category": 14 + }, + "https://github.com/TheNexCloud/NexClipper": { + "url": "https://github.com/TheNexCloud/NexClipper", + "status": "active", + "category": 14 + }, + "https://github.com/OctoLinker/OctoLinker": { + "url": "https://github.com/OctoLinker/OctoLinker", + "status": "active", + "category": 14 + }, + "https://github.com/portainer/portainer": { + "url": "https://github.com/portainer/portainer", + "status": "active", + "category": 14 + }, + "https://github.com/SUSE/Portus": { + "url": "https://github.com/SUSE/Portus", + "status": "active", + "category": 14 + }, + "https://github.com/ozlerhakan/rapid": { + "url": "https://github.com/ozlerhakan/rapid", + "status": "active", + "category": 14 + }, + "https://github.com/tobegit3hub/seagull": { + "url": "https://github.com/tobegit3hub/seagull", + "status": "active", + "category": 14 + }, + "https://github.com/cuigh/swirl": { + "url": "https://github.com/cuigh/swirl", + "status": "active", + "category": 14 + }, + "https://github.com/genuinetools/amicontained": { + "url": "https://github.com/genuinetools/amicontained", + "status": "active", + "category": 15 + }, + "https://github.com/prologic/autodock": { + "url": "https://github.com/prologic/autodock", + "status": "active", + "category": 16 + }, + "https://github.com/garywiz/chaperone": { + "url": "https://github.com/garywiz/chaperone", + "status": "active", + "category": 16 + }, + "https://github.com/jwilder/docker-gen": { + "url": "https://github.com/jwilder/docker-gen", + "status": "active", + "category": 16 + }, + "https://github.com/jwilder/dockerize": { + "url": "https://github.com/jwilder/dockerize", + "status": "active", + "category": 16 + }, + "https://github.com/tianon/gosu": { + "url": "https://github.com/tianon/gosu", + "status": "active", + "category": 16 + }, + "https://github.com/sindresorhus/is-docker": { + "url": "https://github.com/sindresorhus/is-docker", + "status": "active", + "category": 16 + }, + "https://github.com/ivanilves/lstags": { + "url": "https://github.com/ivanilves/lstags", + "status": "active", + "category": 16 + }, + "https://github.com/NVIDIA/nvidia-docker": { + "url": "https://github.com/NVIDIA/nvidia-docker", + "status": "active", + "category": 16 + }, + "https://github.com/ncopa/su-exec": { + "url": "https://github.com/ncopa/su-exec", + "status": "active", + "category": 16 + }, + "https://github.com/aptible/supercronic": { + "url": "https://github.com/aptible/supercronic", + "status": "active", + "category": 16 + }, + "https://github.com/vorakl/TrivialRC": { + "url": "https://github.com/vorakl/TrivialRC", + "status": "active", + "category": 16 + }, + "https://github.com/projectatomic/buildah": { + "url": "https://github.com/projectatomic/buildah", + "status": "active", + "category": 17 + }, + "https://github.com/GoogleContainerTools/container-diff": { + "url": "https://github.com/GoogleContainerTools/container-diff", + "status": "active", + "category": 17 + }, + "https://github.com/mutable/container-factory": { + "url": "https://github.com/mutable/container-factory", + "status": "active", + "category": 17 + }, + "https://github.com/mdlavin/copy-docker-image": { + "url": "https://github.com/mdlavin/copy-docker-image", + "status": "active", + "category": 17 + }, + "https://github.com/alibaba/derrick": { + "url": "https://github.com/alibaba/derrick", + "status": "active", + "category": 17 + }, + "https://github.com/wercker/dlayer": { + "url": "https://github.com/wercker/dlayer", + "status": "active", + "category": 17 + }, + "https://github.com/mudler/docker-companion": { + "url": "https://github.com/mudler/docker-companion", + "status": "active", + "category": 17 + }, + "https://github.com/CtripCloud/docker-make": { + "url": "https://github.com/CtripCloud/docker-make", + "status": "active", + "category": 17 + }, + "https://github.com/bcicen/docker-replay": { + "url": "https://github.com/bcicen/docker-replay", + "status": "active", + "category": 17 + }, + "https://github.com/docker-slim/docker-slim": { + "url": "https://github.com/docker-slim/docker-slim", + "status": "active", + "category": 17 + }, + "https://github.com/swipely/dockly": { + "url": "https://github.com/swipely/dockly", + "status": "active", + "category": 17 + }, + "https://github.com/jlhawn/dockramp": { + "url": "https://github.com/jlhawn/dockramp", + "status": "archived", + "category": 17 + }, + "https://github.com/genuinetools/img": { + "url": "https://github.com/genuinetools/img", + "status": "active", + "category": 17 + }, + "https://github.com/GoogleContainerTools/kaniko": { + "url": "https://github.com/GoogleContainerTools/kaniko", + "status": "active", + "category": 17 + }, + "https://github.com/duedil-ltd/portainer": { + "url": "https://github.com/duedil-ltd/portainer", + "status": "active", + "category": 17 + }, + "https://github.com/lavie/runlike": { + "url": "https://github.com/lavie/runlike", + "status": "active", + "category": 17 + }, + "https://github.com/djosephsen/skinnywhale": { + "url": "https://github.com/djosephsen/skinnywhale", + "status": "archived", + "category": 17 + }, + "https://github.com/P3GLEG/Whaler": { + "url": "https://github.com/P3GLEG/Whaler", + "status": "active", + "category": 17 + }, + "https://github.com/Gueils/whales": { + "url": "https://github.com/Gueils/whales", + "status": "active", + "category": 17 + }, + "https://github.com/garywiz/chaperone-docker": { + "url": "https://github.com/garywiz/chaperone-docker", + "status": "active", + "category": 18 + }, + "https://github.com/arun-gupta/docker-images": { + "url": "https://github.com/arun-gupta/docker-images", + "status": "active", + "category": 18 + }, + "https://github.com/awesome-startup/docker-compose": { + "url": "https://github.com/awesome-startup/docker-compose", + "status": "active", + "category": 18 + }, + "https://github.com/crosbymichael/Dockerfiles": { + "url": "https://github.com/crosbymichael/Dockerfiles", + "status": "active", + "category": 18 + }, + "https://github.com/jessfraz/Dockerfiles": { + "url": "https://github.com/jessfraz/Dockerfiles", + "status": "active", + "category": 18 + }, + "https://github.com/komljen/dockerfile-examples": { + "url": "https://github.com/komljen/dockerfile-examples", + "status": "active", + "category": 18 + }, + "https://github.com/kstaken/dockerfile-examples": { + "url": "https://github.com/kstaken/dockerfile-examples", + "status": "active", + "category": 18 + }, + "https://github.com/ondrejmo/Dockerfiles": { + "url": "https://github.com/ondrejmo/Dockerfiles", + "status": "active", + "category": 18 + }, + "https://github.com/vimagick/dockerfiles": { + "url": "https://github.com/vimagick/dockerfiles", + "status": "active", + "category": 18 + }, + "https://github.com/projectatomic/dockerfile_lint": { + "url": "https://github.com/projectatomic/dockerfile_lint", + "status": "active", + "category": 19 + }, + "https://github.com/replicatedhq/dockerfilelint": { + "url": "https://github.com/replicatedhq/dockerfilelint", + "status": "active", + "category": 19 + }, + "https://github.com/jessfraz/dockfmt": { + "url": "https://github.com/jessfraz/dockfmt", + "status": "active", + "category": 19 + }, + "https://github.com/hadolint/hadolint": { + "url": "https://github.com/hadolint/hadolint", + "status": "active", + "category": 19 + }, + "https://github.com/jeromepin/whale-linter": { + "url": "https://github.com/jeromepin/whale-linter", + "status": "active", + "category": 19 + }, + "https://github.com/opencontainers/image-spec": { + "url": "https://github.com/opencontainers/image-spec", + "status": "active", + "category": 20 + }, + "https://github.com/RedCoolBeans/cargos-buildroot": { + "url": "https://github.com/RedCoolBeans/cargos-buildroot", + "status": "active", + "category": 21 + }, + "https://github.com/hcguersoy/cleanreg": { + "url": "https://github.com/hcguersoy/cleanreg", + "status": "active", + "category": 21 + }, + "https://github.com/netvarun/docket": { + "url": "https://github.com/netvarun/docket", + "status": "active", + "category": 21 + }, + "https://github.com/puppetlabs/europa": { + "url": "https://github.com/puppetlabs/europa", + "status": "active", + "category": 21 + }, + "https://github.com/noteed/rescoyl": { + "url": "https://github.com/noteed/rescoyl", + "status": "active", + "category": 21 + }, + "https://github.com/instacart/ahab": { + "url": "https://github.com/instacart/ahab", + "status": "active", + "category": 23 + }, + "https://github.com/gesellix/docker-client": { + "url": "https://github.com/gesellix/docker-client", + "status": "active", + "category": 23 + }, + "https://github.com/whisklabs/docker-it-scala": { + "url": "https://github.com/whisklabs/docker-it-scala", + "status": "active", + "category": 23 + }, + "https://github.com/fabric8io/docker-maven-plugin": { + "url": "https://github.com/fabric8io/docker-maven-plugin", + "status": "active", + "category": 23 + }, + "https://github.com/Microsoft/Docker-PowerShell": { + "url": "https://github.com/Microsoft/Docker-PowerShell", + "status": "active", + "category": 23 + }, + "https://github.com/Microsoft/Docker.DotNet": { + "url": "https://github.com/Microsoft/Docker.DotNet", + "status": "active", + "category": 23 + }, + "https://github.com/spotify/dockerfile-maven": { + "url": "https://github.com/spotify/dockerfile-maven", + "status": "active", + "category": 23 + }, + "https://github.com/apocas/dockerode": { + "url": "https://github.com/apocas/dockerode", + "status": "active", + "category": 23 + }, + "https://github.com/eon01/DoMonit": { + "url": "https://github.com/eon01/DoMonit", + "status": "active", + "category": 23 + }, + "https://github.com/fsouza/go-dockerclient": { + "url": "https://github.com/fsouza/go-dockerclient", + "status": "active", + "category": 23 + }, + "https://github.com/gesellix/gradle-docker-plugin": { + "url": "https://github.com/gesellix/gradle-docker-plugin", + "status": "active", + "category": 23 + }, + "https://github.com/docker/libcompose": { + "url": "https://github.com/docker/libcompose", + "status": "active", + "category": 23 + }, + "https://github.com/Tapad/sbt-docker-compose": { + "url": "https://github.com/Tapad/sbt-docker-compose", + "status": "active", + "category": 23 + }, + "https://github.com/marcuslonnberg/sbt-docker": { + "url": "https://github.com/marcuslonnberg/sbt-docker", + "status": "active", + "category": 23 + }, + "https://github.com/harbur/captain": { + "url": "https://github.com/harbur/captain", + "status": "active", + "category": 24 + }, + "https://github.com/caicloud/cyclone": { + "url": "https://github.com/caicloud/cyclone", + "status": "active", + "category": 24 + }, + "https://github.com/jenkinsci/docker-plugin": { + "url": "https://github.com/jenkinsci/docker-plugin", + "status": "active", + "category": 24 + }, + "https://github.com/drone/drone": { + "url": "https://github.com/drone/drone", + "status": "active", + "category": 24 + }, + "https://github.com/gocd/gocd-docker": { + "url": "https://github.com/gocd/gocd-docker", + "status": "active", + "category": 24 + }, + "https://github.com/francescou/docker-continuous-deployment": { + "url": "https://github.com/francescou/docker-continuous-deployment", + "status": "active", + "category": 24 + }, + "https://github.com/stelligent/mu": { + "url": "https://github.com/stelligent/mu", + "status": "active", + "category": 24 + }, + "https://github.com/Stratoscale/skipper": { + "url": "https://github.com/Stratoscale/skipper", + "status": "active", + "category": 24 + }, + "https://github.com/ghostsquad/swarmci": { + "url": "https://github.com/ghostsquad/swarmci", + "status": "active", + "category": 24 + }, + "https://github.com/v2tec/watchtower": { + "url": "https://github.com/v2tec/watchtower", + "status": "active", + "category": 24 + }, + "https://github.com/binci/binci": { + "url": "https://github.com/binci/binci", + "status": "active", + "category": 25 + }, + "https://github.com/boot2docker/boot2docker": { + "url": "https://github.com/boot2docker/boot2docker", + "status": "active", + "category": 25 + }, + "https://github.com/lstephen/construi": { + "url": "https://github.com/lstephen/construi", + "status": "active", + "category": 25 + }, + "https://github.com/fgrehm/devstep": { + "url": "https://github.com/fgrehm/devstep", + "status": "archived", + "category": 25 + }, + "https://github.com/codekitchen/dinghy": { + "url": "https://github.com/codekitchen/dinghy", + "status": "active", + "category": 25 + }, + "https://github.com/nlf/dlite": { + "url": "https://github.com/nlf/dlite", + "status": "active", + "category": 25 + }, + "https://github.com/dnephin/dobi": { + "url": "https://github.com/dnephin/dobi", + "status": "active", + "category": 25 + }, + "https://github.com/nandoquintana/docker-missing-tools": { + "url": "https://github.com/nandoquintana/docker-missing-tools", + "status": "active", + "category": 25 + }, + "https://github.com/brikis98/docker-osx-dev": { + "url": "https://github.com/brikis98/docker-osx-dev", + "status": "active", + "category": 25 + }, + "https://github.com/Ph3nol/Docker-Arch": { + "url": "https://github.com/Ph3nol/Docker-Arch", + "status": "active", + "category": 25 + }, + "https://github.com/EugenMayer/docker-sync": { + "url": "https://github.com/EugenMayer/docker-sync", + "status": "active", + "category": 25 + }, + "https://github.com/shyiko/docker-vm": { + "url": "https://github.com/shyiko/docker-vm", + "status": "active", + "category": 25 + }, + "https://github.com/PhilippHeuer/EnvCLI": { + "url": "https://github.com/PhilippHeuer/EnvCLI", + "status": "active", + "category": 25 + }, + "https://github.com/bsideup/forward2docker": { + "url": "https://github.com/bsideup/forward2docker", + "status": "archived", + "category": 25 + }, + "https://github.com/lando/lando": { + "url": "https://github.com/lando/lando", + "status": "active", + "category": 25 + }, + "https://github.com/tailhook/vagga": { + "url": "https://github.com/tailhook/vagga", + "status": "active", + "category": 25 + }, + "https://github.com/tjamet/caduc": { + "url": "https://github.com/tjamet/caduc", + "status": "active", + "category": 26 + }, + "https://github.com/ZZROTDesign/docker-clean": { + "url": "https://github.com/ZZROTDesign/docker-clean", + "status": "active", + "category": 26 + }, + "https://github.com/meltwater/docker-cleanup": { + "url": "https://github.com/meltwater/docker-cleanup", + "status": "active", + "category": 26 + }, + "https://github.com/Yelp/docker-custodian": { + "url": "https://github.com/Yelp/docker-custodian", + "status": "active", + "category": 26 + }, + "https://github.com/konstruktoid/docker-garby": { + "url": "https://github.com/konstruktoid/docker-garby", + "status": "active", + "category": 26 + }, + "https://github.com/spotify/docker-gc": { + "url": "https://github.com/spotify/docker-gc", + "status": "active", + "category": 26 + }, + "https://github.com/rancher/sherdock": { + "url": "https://github.com/rancher/sherdock", + "status": "archived", + "category": 26 + }, + "https://github.com/appcelerator/amp": { + "url": "https://github.com/appcelerator/amp", + "status": "active", + "category": 27 + }, + "https://github.com/apache/incubator-openwhisk": { + "url": "https://github.com/apache/incubator-openwhisk", + "status": "active", + "category": 27 + }, + "https://github.com/lambci/docker-lambda": { + "url": "https://github.com/lambci/docker-lambda", + "status": "active", + "category": 27 + }, + "https://github.com/bfirsh/funker-example-voting-app": { + "url": "https://github.com/bfirsh/funker-example-voting-app", + "status": "active", + "category": 27 + }, + "https://github.com/iron-io/functions": { + "url": "https://github.com/iron-io/functions", + "status": "active", + "category": 27 + }, + "https://github.com/openfaas/faas": { + "url": "https://github.com/openfaas/faas", + "status": "active", + "category": 27 + }, + "https://github.com/grycap/scar": { + "url": "https://github.com/grycap/scar", + "status": "active", + "category": 27 + }, + "https://github.com/GoogleContainerTools/container-structure-test": { + "url": "https://github.com/GoogleContainerTools/container-structure-test", + "status": "active", + "category": 28 + }, + "https://github.com/aelsabbahy/goss": { + "url": "https://github.com/aelsabbahy/goss", + "status": "active", + "category": 28 + }, + "https://github.com/zuazo/dockerspec": { + "url": "https://github.com/zuazo/dockerspec", + "status": "active", + "category": 28 + }, + "https://github.com/dockunit/platform": { + "url": "https://github.com/dockunit/platform", + "status": "archived", + "category": 28 + }, + "https://github.com/alexei-led/pumba": { + "url": "https://github.com/alexei-led/pumba", + "status": "active", + "category": 28 + }, + "https://github.com/azukiapp/azk": { + "url": "https://github.com/azukiapp/azk", + "status": "active", + "category": 29 + }, + "https://github.com/cortexmedia/Beluga": { + "url": "https://github.com/cortexmedia/Beluga", + "status": "archived", + "category": 29 + }, + "https://github.com/docker-exec/dexec": { + "url": "https://github.com/docker-exec/dexec", + "status": "active", + "category": 29 + }, + "https://github.com/benzaita/docker-do": { + "url": "https://github.com/benzaita/docker-do", + "status": "active", + "category": 29 + }, + "https://github.com/CenturyLinkLabs/dray": { + "url": "https://github.com/CenturyLinkLabs/dray", + "status": "active", + "category": 29 + }, + "https://github.com/mattes/fugu": { + "url": "https://github.com/mattes/fugu", + "status": "active", + "category": 29 + }, + "https://github.com/subuser-security/subuser": { + "url": "https://github.com/subuser-security/subuser", + "status": "active", + "category": 29 + }, + "https://github.com/ramitsurana/turbo": { + "url": "https://github.com/ramitsurana/turbo", + "status": "active", + "category": 29 + }, + "https://github.com/indigo-dc/udocker": { + "url": "https://github.com/indigo-dc/udocker", + "status": "active", + "category": 29 + }, + "https://github.com/bubenkoff/vagrant-docker-example": { + "url": "https://github.com/bubenkoff/vagrant-docker-example", + "status": "active", + "category": 29 + }, + "https://github.com/cncf/landscape": { + "url": "https://github.com/cncf/landscape", + "status": "active", + "category": 0 + }, + "https://github.com/ciandcd/awesome-ciandcd": { + "url": "https://github.com/ciandcd/awesome-ciandcd", + "status": "active", + "category": 0 + }, + "https://github.com/ramitsurana/awesome-kubernetes": { + "url": "https://github.com/ramitsurana/awesome-kubernetes", + "status": "active", + "category": 0 + }, + "https://github.com/Friz-zy/awesome-linux-containers": { + "url": "https://github.com/Friz-zy/awesome-linux-containers", + "status": "active", + "category": 0 + }, + "https://github.com/Kickball/awesome-selfhosted": { + "url": "https://github.com/Kickball/awesome-selfhosted", + "status": "active", + "category": 0 + }, + "https://github.com/n1trux/awesome-sysadmin": { + "url": "https://github.com/n1trux/awesome-sysadmin", + "status": "active", + "category": 0 + }, + "https://github.com/cjbarber/ToolsOfTheTrade": { + "url": "https://github.com/cjbarber/ToolsOfTheTrade", + "status": "active", + "category": 0 + }, + "https://github.com/umiddelb/armhf": { + "url": "https://github.com/umiddelb/armhf", + "status": "active", + "category": 0 + }, + "https://github.com/tomwillfixit/alpine-cvecheck": { + "url": "https://github.com/tomwillfixit/alpine-cvecheck", + "status": "active", + "category": 9 + }, + "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines": { + "url": "https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines", + "status": "active", + "category": 9 + }, + "https://github.com/konstruktoid/Docker": { + "url": "https://github.com/konstruktoid/Docker", + "status": "active", + "category": 9 + }, + "https://github.com/docker-library/official-images": { + "url": "https://github.com/docker-library/official-images", + "status": "active", + "category": 15 + }, + "https://github.com/gliderlabs/docker-alpine": { + "url": "https://github.com/gliderlabs/docker-alpine", + "status": "active", + "category": 16 + }, + "https://github.com/projectcalico/calicoctl": { + "url": "https://github.com/projectcalico/calicoctl", + "status": "active", + "category": 5 + }, + "https://github.com/docker/distribution": { + "url": "https://github.com/docker/distribution", + "status": "active", + "category": 21 + }, + "https://github.com/wsargent/docker-cheat-sheet": { + "url": "https://github.com/wsargent/docker-cheat-sheet", + "status": "active", + "category": 30 + }, + "https://github.com/dimonomid/docker-quick-ref": { + "url": "https://github.com/dimonomid/docker-quick-ref", + "status": "active", + "category": 30 + }, + "https://github.com/dokku/dokku": { + "url": "https://github.com/dokku/dokku", + "status": "active", + "category": 7 + }, + "https://github.com/kiyoto/docker-fluentd": { + "url": "https://github.com/kiyoto/docker-fluentd", + "status": "active", + "category": 0 + }, + "https://github.com/inspec/inspec": { + "url": "https://github.com/inspec/inspec", + "status": "active", + "category": 28 + }, + "https://github.com/jessfraz/dockerfiles": { + "url": "https://github.com/jessfraz/dockerfiles", + "status": "active", + "category": 18 + }, + "https://github.com/jwilder/nginx-proxy": { + "url": "https://github.com/jwilder/nginx-proxy", + "status": "active", + "category": 8 + }, + "https://github.com/ashmckenzie/percheron": { + "url": "https://github.com/ashmckenzie/percheron", + "status": "archived", + "category": 2 + }, + "https://github.com/sematext/sematext-agent-docker": { + "url": "https://github.com/sematext/sematext-agent-docker", + "status": "active", + "category": 4 + }, + "https://github.com/weaveworks/weave": { + "url": "https://github.com/weaveworks/weave", + "status": "active", + "category": 5 + }, + "https://github.com/avirshup/DockerMake": { + "url": "https://github.com/avirshup/DockerMake", + "status": "active", + "category": 17 + }, + "https://github.com/oracle/smith": { + "url": "https://github.com/oracle/smith", + "status": "active", + "category": 17 + }, + "https://github.com/oracle/crashcart": { + "url": "https://github.com/oracle/crashcart", + "status": "active", + "category": 25 + } +} diff --git a/data/list_repos.json b/data/repository.json similarity index 97% rename from data/list_repos.json rename to data/repository.json index f8334dc..0d45c30 100644 --- a/data/list_repos.json +++ b/data/repository.json @@ -20,7 +20,7 @@ "https://github.com/abesto/docker-compose-graphviz", "https://github.com/Alexis-benoist/draw-compose", "https://github.com/cisco/elsy", - "https://github.com/cloud66/habitus", + "https://github.com/cloud66-oss/habitus", "https://github.com/toscanini/maestro", "https://github.com/ihucos/plash", "https://github.com/grammarly/rocker-compose", @@ -34,7 +34,7 @@ "https://github.com/ttiny/deploy", "https://github.com/humblec/dockit", "https://github.com/hasura/gitkube", - "https://github.com/Grafeas/Grafeas", + "https://github.com/grafeas/grafeas", "https://github.com/longshoreman/longshoreman", "https://github.com/axibase/atsd-use-cases", "https://github.com/google/cadvisor", @@ -46,6 +46,7 @@ "https://github.com/gocardless/logjam", "https://github.com/sematext/logagent-js", "https://github.com/gliderlabs/logspout", + "https://github.com/TheNexCloud/NexClipper", "https://github.com/uschtwill/docker_monitoring_logging_alerting", "https://github.com/monitoringartist/Zabbix-Docker-Monitoring", "https://github.com/gomex/docker-zabbix", @@ -171,6 +172,7 @@ "https://github.com/alibaba/derrick", "https://github.com/wercker/dlayer", "https://github.com/mudler/docker-companion", + "https://github.com/avirshup/DockerMake", "https://github.com/CtripCloud/docker-make", "https://github.com/bcicen/docker-replay", "https://github.com/docker-slim/docker-slim", @@ -181,6 +183,7 @@ "https://github.com/duedil-ltd/portainer", "https://github.com/lavie/runlike", "https://github.com/djosephsen/skinnywhale", + "https://github.com/oracle/smith", "https://github.com/P3GLEG/Whaler", "https://github.com/Gueils/whales", "https://github.com/garywiz/chaperone-docker", @@ -230,13 +233,14 @@ "https://github.com/binci/binci", "https://github.com/boot2docker/boot2docker", "https://github.com/lstephen/construi", + "https://github.com/oracle/crashcart", "https://github.com/fgrehm/devstep", "https://github.com/codekitchen/dinghy", "https://github.com/nlf/dlite", "https://github.com/dnephin/dobi", "https://github.com/nandoquintana/docker-missing-tools", "https://github.com/brikis98/docker-osx-dev", - "https://github.com/ph3nol/docker-arch", + "https://github.com/Ph3nol/Docker-Arch", "https://github.com/EugenMayer/docker-sync", "https://github.com/shyiko/docker-vm", "https://github.com/PhilippHeuer/EnvCLI", @@ -244,7 +248,7 @@ "https://github.com/lando/lando", "https://github.com/tailhook/vagga", "https://github.com/tjamet/caduc", - "https://github.com/zzrotdesign/docker-clean", + "https://github.com/ZZROTDesign/docker-clean", "https://github.com/meltwater/docker-cleanup", "https://github.com/Yelp/docker-custodian", "https://github.com/konstruktoid/docker-garby", @@ -293,9 +297,8 @@ "https://github.com/kiyoto/docker-fluentd", "https://github.com/inspec/inspec", "https://github.com/jessfraz/dockerfiles", - "https://github.com/jessfraz/dotfiles", "https://github.com/jwilder/nginx-proxy", "https://github.com/ashmckenzie/percheron", "https://github.com/sematext/sematext-agent-docker", "https://github.com/weaveworks/weave" -] \ No newline at end of file +] diff --git a/fetchRepos.js b/fetchRepos.js deleted file mode 100644 index acd87a3..0000000 --- a/fetchRepos.js +++ /dev/null @@ -1,110 +0,0 @@ -const fs = require('fs'); -const { promisify } = require('util'); -const fetch = require('node-fetch'); -const dayjs = require('dayjs'); - -require('draftlog').into(console); - -process.on('unhandledRejection', error => { - console.log('unhandledRejection', error.message); -}); - -if (!process.env.TOKEN) { - throw new Error('no github token found'); -} - -// --- ENV VAR --- -const BATCH_SIZE = parseInt(process.env.BATCH_SIZE, 10) || 10; -const DELAY = parseInt(process.env.DELAY, 10) || 3000; -// --- FILENAME --- -const README = 'README.md'; -const GITHUB_METADATA_FILE = `data/${dayjs().format( - 'YYYY-MM-DDTHH.mm.ss', -)}-fetched_repo_data.json`; -const GITHUB_REPOS = 'data/list_repos.json'; -// --- HTTP --- -const API = 'https://api.github.com/'; -const options = { - method: 'GET', - headers: { - 'User-Agent': 'awesome-docker script listing', - 'Content-Type': 'application/json', - Authorization: `token ${process.env.TOKEN}`, - }, -}; - -// --- UTILS --- -function get(path, opt) { - return fetch(`${API}repos/${path}`, { - ...options, - ...opt, - }) - .catch(err => console.error(err)) - .then(r => { - if (r.ok) return r.json(); - throw new Error('Network response was not ok.'); - }) - .catch(err => console.error(err)); -} -const delay = ms => - new Promise(resolve => { - setTimeout(() => resolve(), ms); - }); - -const extractAllRepos = markdown => { - const re = /https:\/\/github\.com\/([a-zA-Z0-9-._]+)\/([a-zA-Z0-9-._]+)/g; - const md = markdown.match(re); - return [...new Set(md)]; -}; - -const barLine = console.draft('Starting batch...'); - -const ProgressBar = (i, batchSize, total) => { - const progress = Math.round((i / total) * 100); - const units = Math.round(progress / 2); - return barLine( - `[${'='.repeat(units)}${' '.repeat(50 - units)}] ${progress}% - # ${i}`, - ); -}; - -const removeHost = x => x.slice('https://github.com/'.length, x.length); - -const readFile = promisify(fs.readFile); - -// ------------------------------------------------------------ - -async function main() { - try { - const markdown = await readFile(README, { encoding: 'utf8' }); - const githubRepos = extractAllRepos(markdown); - fs.writeFile( - GITHUB_REPOS, - JSON.stringify(githubRepos, null, 2), - err => err && console.error('FILE ERROR', err), - ); - - const repos = githubRepos.map(removeHost); - - const metadata = []; - /* eslint-disable no-await-in-loop */ - for (let i = 0; i < repos.length; i += BATCH_SIZE) { - const batch = repos.slice(i, i + BATCH_SIZE); - if (process.env.DEBUG) console.log({ batch }); - const res = await Promise.all(batch.map(async path => get(path))); - metadata.push(...res); - ProgressBar(i, BATCH_SIZE, repos.length); - await delay(DELAY); - } - - fs.writeFile( - GITHUB_METADATA_FILE, - JSON.stringify(metadata, null, 2), - err => err && console.error(err), - ); - ProgressBar(repos.length, BATCH_SIZE, repos.length); - } catch (err) { - console.error('ERROR:', err); - } -} - -main(); diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..22bde60 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,10367 @@ +{ + "name": "awesome-docker-website", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/code-frame": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz", + "integrity": "sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==", + "dev": true, + "requires": { + "@babel/highlight": "7.0.0-beta.44" + } + }, + "@babel/generator": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.0.0-beta.44.tgz", + "integrity": "sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==", + "dev": true, + "requires": { + "@babel/types": "7.0.0-beta.44", + "jsesc": "^2.5.1", + "lodash": "^4.2.0", + "source-map": "^0.5.0", + "trim-right": "^1.0.1" + } + }, + "@babel/helper-function-name": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz", + "integrity": "sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "7.0.0-beta.44", + "@babel/template": "7.0.0-beta.44", + "@babel/types": "7.0.0-beta.44" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz", + "integrity": "sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw==", + "dev": true, + "requires": { + "@babel/types": "7.0.0-beta.44" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz", + "integrity": "sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA==", + "dev": true, + "requires": { + "@babel/types": "7.0.0-beta.44" + } + }, + "@babel/highlight": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0-beta.44.tgz", + "integrity": "sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^3.0.0" + } + }, + "@babel/template": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.0.0-beta.44.tgz", + "integrity": "sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==", + "dev": true, + "requires": { + "@babel/code-frame": "7.0.0-beta.44", + "@babel/types": "7.0.0-beta.44", + "babylon": "7.0.0-beta.44", + "lodash": "^4.2.0" + } + }, + "@babel/traverse": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.44.tgz", + "integrity": "sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA==", + "dev": true, + "requires": { + "@babel/code-frame": "7.0.0-beta.44", + "@babel/generator": "7.0.0-beta.44", + "@babel/helper-function-name": "7.0.0-beta.44", + "@babel/helper-split-export-declaration": "7.0.0-beta.44", + "@babel/types": "7.0.0-beta.44", + "babylon": "7.0.0-beta.44", + "debug": "^3.1.0", + "globals": "^11.1.0", + "invariant": "^2.2.0", + "lodash": "^4.2.0" + } + }, + "@babel/types": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.44.tgz", + "integrity": "sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.2.0", + "to-fast-properties": "^2.0.0" + } + }, + "@mrmlnc/readdir-enhanced": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "requires": { + "call-me-maybe": "^1.0.1", + "glob-to-regexp": "^0.3.0" + } + }, + "@nodelib/fs.stat": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz", + "integrity": "sha512-LAQ1d4OPfSJ/BMbI2DuizmYrrkD9JMaTdi2hQTlI53lQ4kRQPyZQRS4CYQ7O66bnBBnP/oYdRxbk++X0xuFU6A==" + }, + "@sindresorhus/is": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", + "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==" + }, + "@types/node": { + "version": "9.4.7", + "resolved": "http://registry.npmjs.org/@types/node/-/node-9.4.7.tgz", + "integrity": "sha512-4Ba90mWNx8ddbafuyGGwjkZMigi+AWfYLSDCpovwsE63ia8w93r3oJ8PIAQc3y8U+XHcnMOHPIzNe3o438Ywcw==" + }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "acorn": { + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.5.3.tgz", + "integrity": "sha512-jd5MkIUlbbmb07nXH0DT3y7rDVtkzDi4XZOUVWAer8ajmF/DTSSbl5oNFyDOl/OXA33Bl79+ypHhl2pN20VeOQ==" + }, + "acorn-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", + "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", + "dev": true, + "requires": { + "acorn": "^3.0.4" + }, + "dependencies": { + "acorn": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", + "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=", + "dev": true + } + } + }, + "agent-base": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.0.tgz", + "integrity": "sha512-c+R/U5X+2zz2+UCrCFv6odQzJdoqI+YecuhnAJLa1zYaMc13zPfwMwZrr91Pd1DYNo/yPRbiM4WVf9whgwFsIg==", + "requires": { + "es6-promisify": "^5.0.0" + } + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "ajv-keywords": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz", + "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=", + "dev": true + }, + "alphanum-sort": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" + }, + "ansi-align": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz", + "integrity": "sha1-LwwWWIKXOa3V67FeawxuNCPwFro=", + "requires": { + "string-width": "^1.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "requires": { + "ansi-wrap": "^0.1.0" + } + }, + "ansi-escapes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz", + "integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "aria-query": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", + "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7", + "commander": "^2.11.0" + } + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=" + }, + "array-includes": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz", + "integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=", + "dev": true, + "requires": { + "define-properties": "^1.1.2", + "es-abstract": "^1.7.0" + } + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "asn1": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=" + }, + "asn1.js": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", + "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "assert": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", + "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", + "requires": { + "util": "0.10.3" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "asset-resolver": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/asset-resolver/-/asset-resolver-1.0.3.tgz", + "integrity": "sha1-B7eHWM4iMzJUeTFFKFVov3hZ05k=", + "requires": { + "bluebird": "^3.5.1", + "debug": "3.1.0", + "filesize": "^3.5.11", + "fs-extra": "^6.0.1", + "globby": "8.0.1", + "got": "^8.3.1", + "hash": "0.2.0", + "lodash": "4.17.10", + "meow": "5.0.0", + "mime": "2.3.1", + "object": "0.1.1", + "request": "2.87.0" + }, + "dependencies": { + "fs-extra": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", + "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + } + } + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + }, + "ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", + "dev": true + }, + "async-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", + "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=" + }, + "async-exit-hook": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/async-exit-hook/-/async-exit-hook-2.0.1.tgz", + "integrity": "sha512-NW2cX8m1Q7KPA7a5M2ULQeZ2wR5qI5PAbw5L0UOMxdioVk9PMZ0h1TmyZEkPYrCvYjDlFICusOu1dlEKAAeXBw==" + }, + "async-limiter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "atob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.1.tgz", + "integrity": "sha1-ri1acpR38onWDdf5amMUoi3Wwio=" + }, + "autoprefixer": { + "version": "6.7.7", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz", + "integrity": "sha1-Hb0cg1ZY41zj+ZhAmdsAWFx4IBQ=", + "requires": { + "browserslist": "^1.7.6", + "caniuse-db": "^1.0.30000634", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^5.2.16", + "postcss-value-parser": "^3.2.3" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "requires": { + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" + } + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz", + "integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==" + }, + "axobject-query": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.1.tgz", + "integrity": "sha1-Bd+nBa2orZ25k/polvItOVsLCgc=", + "dev": true, + "requires": { + "ast-types-flow": "0.0.7" + } + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "requires": { + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "babel-core": { + "version": "6.26.3", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", + "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", + "requires": { + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.1", + "debug": "^2.6.9", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.8", + "slash": "^1.0.0", + "source-map": "^0.5.7" + }, + "dependencies": { + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + } + } + }, + "babel-eslint": { + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.6.tgz", + "integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==", + "dev": true, + "requires": { + "@babel/code-frame": "7.0.0-beta.44", + "@babel/traverse": "7.0.0-beta.44", + "@babel/types": "7.0.0-beta.44", + "babylon": "7.0.0-beta.44", + "eslint-scope": "3.7.1", + "eslint-visitor-keys": "^1.0.0" + } + }, + "babel-generator": { + "version": "6.26.1", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", + "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", + "requires": { + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.7", + "trim-right": "^1.0.1" + }, + "dependencies": { + "detect-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", + "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", + "requires": { + "repeating": "^2.0.0" + } + }, + "jsesc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", + "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=" + } + } + }, + "babel-helper-builder-binary-assignment-operator-visitor": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz", + "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=", + "requires": { + "babel-helper-explode-assignable-expression": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-helper-builder-react-jsx": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz", + "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=", + "requires": { + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "esutils": "^2.0.2" + } + }, + "babel-helper-call-delegate": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz", + "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", + "requires": { + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-helper-define-map": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz", + "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", + "requires": { + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + } + }, + "babel-helper-explode-assignable-expression": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz", + "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-helper-function-name": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz", + "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", + "requires": { + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-helper-get-function-arity": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz", + "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-helper-hoist-variables": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz", + "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-helper-optimise-call-expression": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz", + "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-helper-regex": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz", + "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", + "requires": { + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + } + }, + "babel-helper-remap-async-to-generator": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz", + "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=", + "requires": { + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-helper-replace-supers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz", + "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", + "requires": { + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-helpers": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", + "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-check-es2015-constants": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz", + "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-syntax-async-functions": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz", + "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=" + }, + "babel-plugin-syntax-exponentiation-operator": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz", + "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=" + }, + "babel-plugin-syntax-jsx": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", + "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=" + }, + "babel-plugin-syntax-trailing-function-commas": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz", + "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=" + }, + "babel-plugin-transform-async-to-generator": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz", + "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=", + "requires": { + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-functions": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-arrow-functions": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz", + "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-block-scoped-functions": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz", + "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-block-scoping": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz", + "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", + "requires": { + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" + } + }, + "babel-plugin-transform-es2015-classes": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz", + "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", + "requires": { + "babel-helper-define-map": "^6.24.1", + "babel-helper-function-name": "^6.24.1", + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-helper-replace-supers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-computed-properties": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz", + "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-destructuring": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz", + "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-duplicate-keys": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz", + "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-for-of": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz", + "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-function-name": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz", + "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", + "requires": { + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-literals": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz", + "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-modules-amd": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz", + "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", + "requires": { + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-modules-commonjs": { + "version": "6.26.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz", + "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==", + "requires": { + "babel-plugin-transform-strict-mode": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0" + } + }, + "babel-plugin-transform-es2015-modules-systemjs": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz", + "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", + "requires": { + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-modules-umd": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz", + "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", + "requires": { + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-object-super": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz", + "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", + "requires": { + "babel-helper-replace-supers": "^6.24.1", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-parameters": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz", + "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", + "requires": { + "babel-helper-call-delegate": "^6.24.1", + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-shorthand-properties": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz", + "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-spread": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz", + "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-sticky-regex": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz", + "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", + "requires": { + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-plugin-transform-es2015-template-literals": { + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz", + "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-typeof-symbol": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz", + "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", + "requires": { + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-es2015-unicode-regex": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz", + "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", + "requires": { + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "regexpu-core": "^2.0.0" + } + }, + "babel-plugin-transform-exponentiation-operator": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz", + "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=", + "requires": { + "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1", + "babel-plugin-syntax-exponentiation-operator": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-react-jsx": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz", + "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=", + "requires": { + "babel-helper-builder-react-jsx": "^6.24.1", + "babel-plugin-syntax-jsx": "^6.8.0", + "babel-runtime": "^6.22.0" + } + }, + "babel-plugin-transform-regenerator": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz", + "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", + "requires": { + "regenerator-transform": "^0.10.0" + } + }, + "babel-plugin-transform-strict-mode": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz", + "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", + "requires": { + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" + } + }, + "babel-preset-env": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz", + "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==", + "requires": { + "babel-plugin-check-es2015-constants": "^6.22.0", + "babel-plugin-syntax-trailing-function-commas": "^6.22.0", + "babel-plugin-transform-async-to-generator": "^6.22.0", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoping": "^6.23.0", + "babel-plugin-transform-es2015-classes": "^6.23.0", + "babel-plugin-transform-es2015-computed-properties": "^6.22.0", + "babel-plugin-transform-es2015-destructuring": "^6.23.0", + "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0", + "babel-plugin-transform-es2015-for-of": "^6.23.0", + "babel-plugin-transform-es2015-function-name": "^6.22.0", + "babel-plugin-transform-es2015-literals": "^6.22.0", + "babel-plugin-transform-es2015-modules-amd": "^6.22.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", + "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0", + "babel-plugin-transform-es2015-modules-umd": "^6.23.0", + "babel-plugin-transform-es2015-object-super": "^6.22.0", + "babel-plugin-transform-es2015-parameters": "^6.23.0", + "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0", + "babel-plugin-transform-es2015-spread": "^6.22.0", + "babel-plugin-transform-es2015-sticky-regex": "^6.22.0", + "babel-plugin-transform-es2015-template-literals": "^6.22.0", + "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0", + "babel-plugin-transform-es2015-unicode-regex": "^6.22.0", + "babel-plugin-transform-exponentiation-operator": "^6.22.0", + "babel-plugin-transform-regenerator": "^6.22.0", + "browserslist": "^3.2.6", + "invariant": "^2.2.2", + "semver": "^5.3.0" + } + }, + "babel-register": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", + "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", + "requires": { + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "requires": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", + "requires": { + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" + }, + "dependencies": { + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + } + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "requires": { + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" + }, + "dependencies": { + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==" + } + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "requires": { + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" + }, + "dependencies": { + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=" + } + } + }, + "babylon": { + "version": "7.0.0-beta.44", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.44.tgz", + "integrity": "sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==", + "dev": true + }, + "babylon-walk": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/babylon-walk/-/babylon-walk-1.0.2.tgz", + "integrity": "sha1-OxWl3btIKni0zpwByLoYFwLZ1s4=", + "requires": { + "babel-runtime": "^6.11.6", + "babel-types": "^6.15.0", + "lodash.clone": "^4.5.0" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "base64-js": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", + "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "binary-extensions": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", + "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=" + }, + "bindings": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz", + "integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE=" + }, + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "boxen": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-0.5.1.tgz", + "integrity": "sha1-W3PYhA6388ihVcv2ntPtaNRyABQ=", + "requires": { + "camelcase": "^2.1.0", + "chalk": "^1.1.1", + "cli-boxes": "^1.0.0", + "filled-array": "^1.0.0", + "object-assign": "^4.0.1", + "repeating": "^2.0.0", + "string-width": "^1.0.1", + "widest-line": "^1.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "brfs": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/brfs/-/brfs-1.6.1.tgz", + "integrity": "sha512-OfZpABRQQf+Xsmju8XE9bDjs+uU4vLREGolP7bDgcpsI17QREyZ4Bl+2KLxxx1kCgA0fAIhKQBaBYh+PEcCqYQ==", + "requires": { + "quote-stream": "^1.0.1", + "resolve": "^1.1.5", + "static-module": "^2.2.0", + "through2": "^2.0.0" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.1.tgz", + "integrity": "sha512-zy0Cobe3hhgpiOM32Tj7KQ3Vl91m0njwsjzZQK1L+JDf11dzP9qIvjreVinsvXrgfjhStXwUWAEpB9D7Gwmayw==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1" + } + }, + "browserify-rsa": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "requires": { + "bn.js": "^4.1.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", + "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "requires": { + "bn.js": "^4.1.1", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.2", + "elliptic": "^6.0.0", + "inherits": "^2.0.1", + "parse-asn1": "^5.0.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + }, + "dependencies": { + "pako": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz", + "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==" + } + } + }, + "browserslist": { + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-3.2.8.tgz", + "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==", + "requires": { + "caniuse-lite": "^1.0.30000844", + "electron-to-chromium": "^1.3.47" + } + }, + "buffer": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", + "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", + "requires": { + "base64-js": "^1.0.2", + "ieee754": "^1.1.4", + "isarray": "^1.0.0" + } + }, + "buffer-equal": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", + "integrity": "sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=" + }, + "buffer-from": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.0.0.tgz", + "integrity": "sha512-83apNb8KK0Se60UE1+4Ukbe3HbfELJ6UlI4ldtOGs7So4KD26orJM8hIY9lxdzP+UpItH1Yh/Y8GUvNFWFFRxA==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "cacheable-request": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz", + "integrity": "sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=", + "requires": { + "clone-response": "1.0.2", + "get-stream": "3.0.0", + "http-cache-semantics": "3.8.1", + "keyv": "3.0.0", + "lowercase-keys": "1.0.0", + "normalize-url": "2.0.1", + "responselike": "1.0.2" + }, + "dependencies": { + "lowercase-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", + "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=" + } + } + }, + "call-me-maybe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", + "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=" + }, + "caller-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", + "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", + "dev": true, + "requires": { + "callsites": "^0.2.0" + } + }, + "callsites": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", + "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=", + "dev": true + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=" + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + } + }, + "caniuse-api": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.6.1.tgz", + "integrity": "sha1-tTTnxzTE+B7F++isoq0kNUuWLGw=", + "requires": { + "browserslist": "^1.3.6", + "caniuse-db": "^1.0.30000529", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + }, + "dependencies": { + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "requires": { + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" + } + } + } + }, + "caniuse-db": { + "version": "1.0.30000846", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000846.tgz", + "integrity": "sha1-2chvkUc4202gmO7e2ZdBPERWG9I=" + }, + "caniuse-lite": { + "version": "1.0.30000846", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000846.tgz", + "integrity": "sha512-qxUOHr5mTaadWH1ap0ueivHd8x42Bnemcn+JutVr7GWmm2bU4zoBhjuv5QdXgALQnnT626lOQros7cCDf8PwCg==" + }, + "capture-stack-trace": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", + "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "cave": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cave/-/cave-2.0.0.tgz", + "integrity": "sha1-DFd66oWSgBXQKgK2GIgG2VvrJiY=", + "requires": { + "css": "^2.1.0", + "get-stdin": "^3.0.0", + "lodash": "^2.4.1", + "minimist": "^1.1.0" + }, + "dependencies": { + "get-stdin": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-3.0.2.tgz", + "integrity": "sha1-wc7SS5A5s43thb3xYeV3E7bdSr4=" + }, + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=" + } + } + }, + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chardet": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz", + "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=", + "dev": true + }, + "cheerio": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", + "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash": "^4.15.0", + "parse5": "^3.0.1" + } + }, + "chokidar": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.3.tgz", + "integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.0", + "braces": "^2.3.0", + "fsevents": "^1.1.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^2.1.1", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0", + "upath": "^1.0.0" + } + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "circular-json": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", + "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==", + "dev": true + }, + "clap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz", + "integrity": "sha512-4CoL/A3hf90V3VIEjeuhSvlGFEHKzOz+Wfc2IVZc+FaUgU0ZQafJTP49fvnULipOPcAfqhyI2duwQyns6xqjYA==", + "requires": { + "chalk": "^1.1.3" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "clean-css": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz", + "integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=", + "requires": { + "source-map": "0.5.x" + } + }, + "cli-boxes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", + "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=" + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "cli-width": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", + "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", + "dev": true + }, + "cliui": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.0.0.tgz", + "integrity": "sha512-nY3W5Gu2racvdDk//ELReY+dHjb9PlIcVDFXP72nVIhq2Gy3LuVXYwJoPVudwQnv1shtohpgkdCKT2YaKY0CKw==", + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0", + "wrap-ansi": "^2.0.0" + } + }, + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, + "clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=" + }, + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=" + }, + "cloneable-readable": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz", + "integrity": "sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg==", + "requires": { + "inherits": "^2.0.1", + "process-nextick-args": "^2.0.0", + "readable-stream": "^2.3.5" + } + }, + "clones": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/clones/-/clones-1.1.0.tgz", + "integrity": "sha1-h+kEEy1hQMXAtyAGwIwNBb17Y7M=" + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "coa": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.1.tgz", + "integrity": "sha512-5wfTTO8E2/ja4jFSxePXlG5nRu5bBtL/r1HCIpJW/lzT6yDtKl0u0Z4o/Vpz32IpKmBn7HerheEZQgA9N2DarQ==", + "requires": { + "q": "^1.1.2" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz", + "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=", + "requires": { + "clone": "^1.0.2", + "color-convert": "^1.3.0", + "color-string": "^0.3.0" + }, + "dependencies": { + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" + } + } + }, + "color-convert": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", + "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", + "requires": { + "color-name": "^1.1.1" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "color-string": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz", + "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=", + "requires": { + "color-name": "^1.0.0" + } + }, + "colormin": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz", + "integrity": "sha1-6i90IKcrlogaOKrlnsEkpvcpgTM=", + "requires": { + "color": "^0.11.0", + "css-color-names": "0.0.4", + "has": "^1.0.1" + } + }, + "colors": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=" + }, + "combined-stream": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "command-exists": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.6.tgz", + "integrity": "sha512-Qst/zUUNmS/z3WziPxyqjrcz09pm+2Knbs5mAZL4VAE0sSrNY1/w8+/YxeHcoBTsO6iojA6BW7eFf27Eg2MRuw==" + }, + "commander": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.0.tgz", + "integrity": "sha512-7B1ilBwtYSbetCgTY1NJFg+gVpestg0fdA1MhC1Vs4ssyfSXnCAjFr+QcQM9/RedXC0EaUx1sG8Smgw2VfgKEg==" + }, + "component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "config-chain": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.11.tgz", + "integrity": "sha1-q6CXR9++TD5w52am5BWG4YWfxvI=", + "requires": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } + }, + "configstore": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz", + "integrity": "sha1-c3o6cDbpiGECqmCZ5HuzOrGroaE=", + "requires": { + "dot-prop": "^3.0.0", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.1", + "os-tmpdir": "^1.0.0", + "osenv": "^0.1.0", + "uuid": "^2.0.1", + "write-file-atomic": "^1.1.2", + "xdg-basedir": "^2.0.0" + } + }, + "console-browserify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", + "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", + "requires": { + "date-now": "^0.1.4" + } + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + }, + "contains-path": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz", + "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=", + "dev": true + }, + "convert-source-map": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz", + "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=" + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + }, + "core-js": { + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", + "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==" + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "create-ecdh": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", + "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.0.0" + } + }, + "create-error-class": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", + "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", + "requires": { + "capture-stack-trace": "^1.0.0" + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "critical": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/critical/-/critical-1.3.3.tgz", + "integrity": "sha1-RXABDUCIoW0BYcDNusIoUYuiEyQ=", + "requires": { + "async-exit-hook": "^2.0.1", + "bluebird": "^3.5.1", + "chalk": "^2.3.0", + "clean-css": "^4.1.9", + "debug": "3.1.0", + "filter-css": "^0.1.2", + "fs-extra": "^6.0.1", + "get-port": "^3.2.0", + "get-stdin": "^6.0.0", + "got": "^8.3.0", + "group-args": "^0.1.0", + "indent-string": "^3.2.0", + "inline-critical": "^4.0.0", + "lodash": "^4.17.5", + "meow": "^5.0.0", + "mime-types": "^2.1.17", + "oust": "^0.4.0", + "penthouse": "1.5.0", + "plugin-error": "^1.0.1", + "postcss": "^6.0.17", + "postcss-image-inliner": "^2.0.0", + "replace-ext": "^1.0.0", + "slash": "^2.0.0", + "tempy": "^0.2.1", + "through2": "^2.0.3", + "vinyl": "^2.1.0" + }, + "dependencies": { + "fs-extra": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", + "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "get-stdin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", + "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==" + } + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "crypto-random-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=" + }, + "css": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.3.tgz", + "integrity": "sha512-0W171WccAjQGGTKLhw4m2nnl0zPHUlTO/I8td4XzJgIB8Hg3ZZx71qT4G4eX8OVsSiaAKiUMy73E3nsbPlg2DQ==", + "requires": { + "inherits": "^2.0.1", + "source-map": "^0.1.38", + "source-map-resolve": "^0.5.1", + "urix": "^0.1.0" + }, + "dependencies": { + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "css-color-names": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", + "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=" + }, + "css-mediaquery": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz", + "integrity": "sha1-aiw3NEkoYYYxxUvTPO3TAdoYvqA=" + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-select-base-adapter": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.0.tgz", + "integrity": "sha1-AQKz0UYw34bD65+p9UVicBBs+ZA=" + }, + "css-tree": { + "version": "1.0.0-alpha.28", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz", + "integrity": "sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==", + "requires": { + "mdn-data": "~1.1.0", + "source-map": "^0.5.3" + } + }, + "css-url-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/css-url-regex/-/css-url-regex-1.1.0.tgz", + "integrity": "sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=" + }, + "css-what": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", + "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=" + }, + "cssnano": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz", + "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=", + "requires": { + "autoprefixer": "^6.3.1", + "decamelize": "^1.1.2", + "defined": "^1.0.0", + "has": "^1.0.1", + "object-assign": "^4.0.1", + "postcss": "^5.0.14", + "postcss-calc": "^5.2.0", + "postcss-colormin": "^2.1.8", + "postcss-convert-values": "^2.3.4", + "postcss-discard-comments": "^2.0.4", + "postcss-discard-duplicates": "^2.0.1", + "postcss-discard-empty": "^2.0.1", + "postcss-discard-overridden": "^0.1.1", + "postcss-discard-unused": "^2.2.1", + "postcss-filter-plugins": "^2.0.0", + "postcss-merge-idents": "^2.1.5", + "postcss-merge-longhand": "^2.0.1", + "postcss-merge-rules": "^2.0.3", + "postcss-minify-font-values": "^1.0.2", + "postcss-minify-gradients": "^1.0.1", + "postcss-minify-params": "^1.0.4", + "postcss-minify-selectors": "^2.0.4", + "postcss-normalize-charset": "^1.1.0", + "postcss-normalize-url": "^3.0.7", + "postcss-ordered-values": "^2.1.0", + "postcss-reduce-idents": "^2.2.2", + "postcss-reduce-initial": "^1.0.0", + "postcss-reduce-transforms": "^1.0.3", + "postcss-svgo": "^2.1.1", + "postcss-unique-selectors": "^2.0.2", + "postcss-value-parser": "^3.2.3", + "postcss-zindex": "^2.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "csso": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-3.5.0.tgz", + "integrity": "sha512-WtJjFP3ZsSdWhiZr4/k1B9uHPgYjFYnDxfbaJxk1hz5PDLIJ5BCRWkJqaztZ0DbP8d2ZIVwUPIJb2YmCwkPaMw==", + "requires": { + "css-tree": "1.0.0-alpha.27" + }, + "dependencies": { + "css-tree": { + "version": "1.0.0-alpha.27", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.27.tgz", + "integrity": "sha512-BAYp9FyN4jLXjfvRpTDchBllDptqlK9I7OsagXCG9Am5C+5jc8eRZHgqb9x500W2OKS14MMlpQc/nmh/aA7TEQ==", + "requires": { + "mdn-data": "^1.0.0", + "source-map": "^0.5.3" + } + } + } + }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "requires": { + "array-find-index": "^1.0.1" + } + }, + "damerau-levenshtein": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz", + "integrity": "sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=", + "dev": true + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "date-now": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", + "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=" + }, + "dayjs": { + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.6.6.tgz", + "integrity": "sha512-EyShuK6rO8pIkOvvpplNRBEkEU37+VmdQiOdQJjq9kjERtfU3zvlL+RDPcfHTcsTi01DLl9q9MUp7dg/GCK2/A==" + }, + "deasync": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.13.tgz", + "integrity": "sha512-/6ngYM7AapueqLtvOzjv9+11N2fHDSrkxeMF1YPE20WIfaaawiBg+HZH1E5lHrcJxlKR42t6XPOEmMmqcAsU1g==", + "requires": { + "bindings": "~1.2.1", + "nan": "^2.0.7" + } + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "requires": { + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" + } + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "requires": { + "mimic-response": "^1.0.0" + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + }, + "deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" + }, + "define-properties": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", + "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", + "requires": { + "foreach": "^2.0.5", + "object-keys": "^1.0.8" + } + }, + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "dependencies": { + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=" + }, + "del": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", + "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", + "dev": true, + "requires": { + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" + }, + "dependencies": { + "globby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + } + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "des.js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", + "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "detect-indent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", + "integrity": "sha1-OHHMCmoALow+Wzz38zYmRnXwa50=" + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "dir-glob": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz", + "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", + "requires": { + "arrify": "^1.0.1", + "path-type": "^3.0.0" + }, + "dependencies": { + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + } + } + }, + "doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", + "requires": { + "domelementtype": "~1.1.1", + "entities": "~1.1.1" + }, + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", + "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=" + } + } + }, + "domain-browser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + }, + "domelementtype": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", + "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=" + }, + "domhandler": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz", + "integrity": "sha1-iS5HAAqZvlW783dP/qBWHYh5wlk=", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz", + "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", + "requires": { + "is-obj": "^1.0.0" + } + }, + "dotenv": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-5.0.1.tgz", + "integrity": "sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==" + }, + "draftlog": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/draftlog/-/draftlog-1.0.12.tgz", + "integrity": "sha1-fbajxbYhBrsy3Uo11nvMy2x9naA=" + }, + "duplexer2": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", + "requires": { + "readable-stream": "^2.0.2" + } + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" + }, + "ecc-jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "optional": true, + "requires": { + "jsbn": "~0.1.0" + } + }, + "editorconfig": { + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.13.3.tgz", + "integrity": "sha512-WkjsUNVCu+ITKDj73QDvi0trvpdDWdkDyHybDGSXPfekLCqwmpD7CP7iPbvBgosNuLcI96XTDwNa75JyFl7tEQ==", + "requires": { + "bluebird": "^3.0.5", + "commander": "^2.9.0", + "lru-cache": "^3.2.0", + "semver": "^5.1.0", + "sigmund": "^1.0.1" + }, + "dependencies": { + "lru-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-3.2.0.tgz", + "integrity": "sha1-cXibO39Tmb7IVl3aOKow0qCX7+4=", + "requires": { + "pseudomap": "^1.0.1" + } + } + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "electron-to-chromium": { + "version": "1.3.48", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.48.tgz", + "integrity": "sha1-07DYWTgUBE4JLs4hCPw6ya6kuQA=" + }, + "elliptic": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", + "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "requires": { + "bn.js": "^4.4.0", + "brorand": "^1.0.1", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.0" + } + }, + "emoji-regex": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.5.1.tgz", + "integrity": "sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=" + }, + "error-ex": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz", + "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.10.0.tgz", + "integrity": "sha512-/uh/DhdqIOSkAWifU+8nG78vlQxdLckUdI/sPgy0VhuXi2qJ7T8czBmqIYtLQVpCIFYafChnsRsB5pyb1JdmCQ==", + "requires": { + "es-to-primitive": "^1.1.1", + "function-bind": "^1.1.1", + "has": "^1.0.1", + "is-callable": "^1.1.3", + "is-regex": "^1.0.4" + } + }, + "es-to-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", + "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", + "requires": { + "is-callable": "^1.1.1", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.1" + } + }, + "es6-promise": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz", + "integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==" + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "requires": { + "es6-promise": "^4.0.3" + } + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "escodegen": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.9.1.tgz", + "integrity": "sha512-6hTjO1NAWkHnDk3OqQ4YrCuwwmGHL9S3nPlzBOUG/R44rda3wLNrfvQ5fkSGjyhHFKM7ALPKcKGrwvCLe0lC7Q==", + "requires": { + "esprima": "^3.1.3", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "esprima": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", + "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + } + } + }, + "eslint": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz", + "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==", + "dev": true, + "requires": { + "ajv": "^5.3.0", + "babel-code-frame": "^6.22.0", + "chalk": "^2.1.0", + "concat-stream": "^1.6.0", + "cross-spawn": "^5.1.0", + "debug": "^3.1.0", + "doctrine": "^2.1.0", + "eslint-scope": "^3.7.1", + "eslint-visitor-keys": "^1.0.0", + "espree": "^3.5.4", + "esquery": "^1.0.0", + "esutils": "^2.0.2", + "file-entry-cache": "^2.0.0", + "functional-red-black-tree": "^1.0.1", + "glob": "^7.1.2", + "globals": "^11.0.1", + "ignore": "^3.3.3", + "imurmurhash": "^0.1.4", + "inquirer": "^3.0.6", + "is-resolvable": "^1.0.0", + "js-yaml": "^3.9.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.3.0", + "lodash": "^4.17.4", + "minimatch": "^3.0.2", + "mkdirp": "^0.5.1", + "natural-compare": "^1.4.0", + "optionator": "^0.8.2", + "path-is-inside": "^1.0.2", + "pluralize": "^7.0.0", + "progress": "^2.0.0", + "regexpp": "^1.0.1", + "require-uncached": "^1.0.3", + "semver": "^5.3.0", + "strip-ansi": "^4.0.0", + "strip-json-comments": "~2.0.1", + "table": "4.0.2", + "text-table": "~0.2.0" + } + }, + "eslint-config-airbnb-base": { + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz", + "integrity": "sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA==", + "dev": true, + "requires": { + "eslint-restricted-globals": "^0.1.1" + } + }, + "eslint-config-prettier": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz", + "integrity": "sha512-ag8YEyBXsm3nmOv1Hz991VtNNDMRa+MNy8cY47Pl4bw6iuzqKbJajXdqUpiw13STdLLrznxgm1hj9NhxeOYq0A==", + "dev": true, + "requires": { + "get-stdin": "^5.0.1" + } + }, + "eslint-import-resolver-node": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz", + "integrity": "sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==", + "dev": true, + "requires": { + "debug": "^2.6.9", + "resolve": "^1.5.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "eslint-module-utils": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz", + "integrity": "sha1-snA2LNiLGkitMIl2zn+lTphBF0Y=", + "dev": true, + "requires": { + "debug": "^2.6.8", + "pkg-dir": "^1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + } + } + }, + "eslint-plugin-import": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz", + "integrity": "sha512-t6hGKQDMIt9N8R7vLepsYXgDfeuhp6ZJSgtrLEDxonpSubyxUZHjhm6LsAaZX8q6GYVxkbT3kTsV9G5mBCFR6A==", + "dev": true, + "requires": { + "contains-path": "^0.1.0", + "debug": "^2.6.8", + "doctrine": "1.5.0", + "eslint-import-resolver-node": "^0.3.1", + "eslint-module-utils": "^2.2.0", + "has": "^1.0.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.3", + "read-pkg-up": "^2.0.0", + "resolve": "^1.6.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "doctrine": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", + "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "isarray": "^1.0.0" + } + }, + "load-json-file": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + } + }, + "path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "dev": true, + "requires": { + "pify": "^2.0.0" + } + }, + "read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "dev": true, + "requires": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + } + }, + "read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + } + } + }, + "eslint-plugin-jsx-a11y": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz", + "integrity": "sha512-JsxNKqa3TwmPypeXNnI75FntkUktGzI1wSa1LgNZdSOMI+B4sxnr1lSF8m8lPiz4mKiC+14ysZQM4scewUrP7A==", + "dev": true, + "requires": { + "aria-query": "^3.0.0", + "array-includes": "^3.0.3", + "ast-types-flow": "^0.0.7", + "axobject-query": "^2.0.1", + "damerau-levenshtein": "^1.0.4", + "emoji-regex": "^6.5.1", + "has": "^1.0.3", + "jsx-ast-utils": "^2.0.1" + }, + "dependencies": { + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + } + } + }, + "eslint-plugin-prettier": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2.tgz", + "integrity": "sha512-tGek5clmW5swrAx1mdPYM8oThrBE83ePh7LeseZHBWfHVGrHPhKn7Y5zgRMbU/9D5Td9K4CEmUPjGxA7iw98Og==", + "dev": true, + "requires": { + "fast-diff": "^1.1.1", + "jest-docblock": "^21.0.0" + } + }, + "eslint-restricted-globals": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz", + "integrity": "sha1-NfDVy8ZMLj7WLpO0saevBbp+1Nc=", + "dev": true + }, + "eslint-scope": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz", + "integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=", + "dev": true, + "requires": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + } + }, + "eslint-visitor-keys": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", + "integrity": "sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==", + "dev": true + }, + "espree": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz", + "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==", + "dev": true, + "requires": { + "acorn": "^5.5.0", + "acorn-jsx": "^3.0.0" + } + }, + "esprima": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", + "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==" + }, + "esquery": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz", + "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", + "dev": true, + "requires": { + "estraverse": "^4.0.0" + } + }, + "esrecurse": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", + "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "dev": true, + "requires": { + "estraverse": "^4.1.0" + } + }, + "estraverse": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", + "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=" + }, + "esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "events": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=" + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "extend": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=" + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "external-editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", + "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", + "dev": true, + "requires": { + "chardet": "^0.4.0", + "iconv-lite": "^0.4.17", + "tmp": "^0.0.33" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "extract-zip": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", + "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=", + "requires": { + "concat-stream": "1.6.2", + "debug": "2.6.9", + "mkdirp": "0.5.1", + "yauzl": "2.4.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + } + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "falafel": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/falafel/-/falafel-2.1.0.tgz", + "integrity": "sha1-lrsXdh2rqU9G0AFzizzt86Z/4Gw=", + "requires": { + "acorn": "^5.0.0", + "foreach": "^2.0.5", + "isarray": "0.0.1", + "object-keys": "^1.0.6" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + } + } + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=" + }, + "fast-diff": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz", + "integrity": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==", + "dev": true + }, + "fast-glob": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.2.tgz", + "integrity": "sha512-TR6zxCKftDQnUAPvkrCWdBgDq/gbqx8A3ApnBrR5rMvpp6+KMJI0Igw7fkWPgeVK0uhRXTXdvO3O+YP0CaUX2g==", + "requires": { + "@mrmlnc/readdir-enhanced": "^2.2.1", + "@nodelib/fs.stat": "^1.0.1", + "glob-parent": "^3.1.0", + "is-glob": "^4.0.0", + "merge2": "^1.2.1", + "micromatch": "^3.1.10" + } + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "fd-slicer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", + "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", + "requires": { + "pend": "~1.2.0" + } + }, + "fg-loadcss": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fg-loadcss/-/fg-loadcss-2.0.1.tgz", + "integrity": "sha512-gFtSJjMMt9it0OhXz4wJQT46/LFUrJ2Db6U/fLtwClBEMEEjmVPSWSYrbGCyFwy47Cd4ULOpR+HSWXVkUKciaQ==" + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", + "dev": true, + "requires": { + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" + } + }, + "filesize": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", + "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==" + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "filled-array": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filled-array/-/filled-array-1.1.0.tgz", + "integrity": "sha1-w8T2xmO5I0WamqKZEtLQMfFQf4Q=" + }, + "filter-css": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/filter-css/-/filter-css-0.1.2.tgz", + "integrity": "sha1-Sk0BWyGhRamWFxA4+AYMAxV17gk=", + "requires": { + "css": "^2.2.0", + "get-stdin": "^5.0.1", + "lodash": "^4.13.1", + "meow": "^3.1.0", + "update-notifier": "^0.7.0" + }, + "dependencies": { + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + } + } + } + }, + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "requires": { + "locate-path": "^2.0.0" + } + }, + "flat-cache": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz", + "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=", + "dev": true, + "requires": { + "circular-json": "^0.3.1", + "del": "^2.0.2", + "graceful-fs": "^4.1.2", + "write": "^0.2.1" + } + }, + "flatten": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz", + "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=" + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "1.0.6", + "mime-types": "^2.1.12" + } + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "from2": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "requires": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.0" + } + }, + "fs-extra": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.0.tgz", + "integrity": "sha512-EglNDLRpmaTWiD/qraZn6HREAEAHJcJOmxNEYwq6xeMKnVMAy3GUcFB+wXt2C6k4CNvB/mP1y/U3dzvKKj5OtQ==", + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz", + "integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==", + "optional": true, + "requires": { + "nan": "^2.9.2", + "node-pre-gyp": "^0.10.0" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "bundled": true, + "optional": true, + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "debug": { + "version": "2.6.9", + "bundled": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-extend": { + "version": "0.5.1", + "bundled": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "optional": true, + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "glob": { + "version": "7.1.2", + "bundled": true, + "optional": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.21", + "bundled": true, + "optional": true, + "requires": { + "safer-buffer": "^2.1.0" + } + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "optional": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "optional": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true + }, + "minipass": { + "version": "2.2.4", + "bundled": true, + "requires": { + "safe-buffer": "^5.1.1", + "yallist": "^3.0.0" + } + }, + "minizlib": { + "version": "1.1.0", + "bundled": true, + "optional": true, + "requires": { + "minipass": "^2.2.1" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "needle": { + "version": "2.2.0", + "bundled": true, + "optional": true, + "requires": { + "debug": "^2.1.2", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.10.0", + "bundled": true, + "optional": true, + "requires": { + "detect-libc": "^1.0.2", + "mkdirp": "^0.5.1", + "needle": "^2.2.0", + "nopt": "^4.0.1", + "npm-packlist": "^1.1.6", + "npmlog": "^4.0.2", + "rc": "^1.1.7", + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^4" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "optional": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "npm-bundled": { + "version": "1.0.3", + "bundled": true, + "optional": true + }, + "npm-packlist": { + "version": "1.1.10", + "bundled": true, + "optional": true, + "requires": { + "ignore-walk": "^3.0.1", + "npm-bundled": "^1.0.1" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "optional": true, + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "requires": { + "wrappy": "1" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "optional": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "rc": { + "version": "1.2.7", + "bundled": true, + "optional": true, + "requires": { + "deep-extend": "^0.5.1", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "optional": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "rimraf": { + "version": "2.6.2", + "bundled": true, + "optional": true, + "requires": { + "glob": "^7.0.5" + } + }, + "safe-buffer": { + "version": "5.1.1", + "bundled": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "optional": true + }, + "semver": { + "version": "5.5.0", + "bundled": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "optional": true + }, + "tar": { + "version": "4.4.1", + "bundled": true, + "optional": true, + "requires": { + "chownr": "^1.0.1", + "fs-minipass": "^1.2.5", + "minipass": "^2.2.4", + "minizlib": "^1.1.0", + "mkdirp": "^0.5.0", + "safe-buffer": "^5.1.1", + "yallist": "^3.0.2" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "optional": true + }, + "wide-align": { + "version": "1.1.2", + "bundled": true, + "optional": true, + "requires": { + "string-width": "^1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true + }, + "yallist": { + "version": "3.0.2", + "bundled": true + } + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "get-caller-file": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", + "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=" + }, + "get-port": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", + "integrity": "sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=" + }, + "get-stdin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz", + "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=" + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "glob-to-regexp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" + }, + "globals": { + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.5.0.tgz", + "integrity": "sha512-hYyf+kI8dm3nORsiiXUQigOU62hDLfJ9G01uyGMxhc6BKsircrUhC4uJPQPUSuq2GrTmiiEt7ewxlMdBewfmKQ==", + "dev": true + }, + "globby": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz", + "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==", + "requires": { + "array-union": "^1.0.1", + "dir-glob": "^2.0.0", + "fast-glob": "^2.0.2", + "glob": "^7.1.2", + "ignore": "^3.3.5", + "pify": "^3.0.0", + "slash": "^1.0.0" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "slash": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", + "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" + } + } + }, + "got": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/got/-/got-8.3.1.tgz", + "integrity": "sha512-tiLX+bnYm5A56T5N/n9Xo89vMaO1mrS9qoDqj3u/anVooqGozvY/HbXzEpDfbNeKsHCBpK40gSbz8wGYSp3i1w==", + "requires": { + "@sindresorhus/is": "^0.7.0", + "cacheable-request": "^2.1.1", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "into-stream": "^3.1.0", + "is-retry-allowed": "^1.1.0", + "isurl": "^1.0.0-alpha5", + "lowercase-keys": "^1.0.0", + "mimic-response": "^1.0.0", + "p-cancelable": "^0.4.0", + "p-timeout": "^2.0.1", + "pify": "^3.0.0", + "safe-buffer": "^5.1.1", + "timed-out": "^4.0.1", + "url-parse-lax": "^3.0.0", + "url-to-options": "^1.0.1" + }, + "dependencies": { + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" + }, + "timed-out": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", + "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" + }, + "url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "requires": { + "prepend-http": "^2.0.0" + } + } + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" + }, + "grapheme-breaker": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/grapheme-breaker/-/grapheme-breaker-0.3.2.tgz", + "integrity": "sha1-W55reMODJFLSuiuxy4MPlidkEKw=", + "requires": { + "brfs": "^1.2.0", + "unicode-trie": "^0.3.1" + } + }, + "group-args": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/group-args/-/group-args-0.1.0.tgz", + "integrity": "sha1-5MXtYei+hH5/0aFCpqnfrESK2+M=", + "requires": { + "lodash": "^4.11.1", + "minimist": "^1.2.0" + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz", + "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=", + "requires": { + "ajv": "^5.1.0", + "har-schema": "^2.0.0" + } + }, + "has": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz", + "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=", + "requires": { + "function-bind": "^1.0.2" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + } + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbol-support-x": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", + "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==" + }, + "has-to-string-tag-x": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", + "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==", + "requires": { + "has-symbol-support-x": "^1.4.1" + } + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hash": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/hash/-/hash-0.2.0.tgz", + "integrity": "sha1-l4ZU+nI7ElLuqETlYMOTHa0nKJs=" + }, + "hash-base": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", + "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "hash.js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz", + "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.0" + } + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "home-or-tmp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", + "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" + } + }, + "hosted-git-info": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz", + "integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==" + }, + "html-comment-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz", + "integrity": "sha1-ZouTd26q5V696POtRkswekljYl4=" + }, + "htmlnano": { + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-0.1.9.tgz", + "integrity": "sha512-lVV5h1BOz5LUWSew6S0o0DeXC7kNyRoBP+JP37mXS/Wrgr7nSrOPsuhob9prMz09a/6G+3tdwuKrixwwqSl8/Q==", + "requires": { + "cssnano": "^3.4.0", + "object-assign": "^4.0.1", + "posthtml": "^0.11.3", + "posthtml-render": "^1.1.3", + "svgo": "^1.0.5", + "uglify-es": "^3.3.9" + }, + "dependencies": { + "commander": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", + "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "uglify-es": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", + "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", + "requires": { + "commander": "~2.13.0", + "source-map": "~0.6.1" + } + } + } + }, + "htmlparser2": { + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", + "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", + "requires": { + "domelementtype": "^1.3.0", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + } + }, + "http-cache-semantics": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", + "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==" + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + }, + "https-proxy-agent": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz", + "integrity": "sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ==", + "requires": { + "agent-base": "^4.1.0", + "debug": "^3.1.0" + } + }, + "iconv-lite": { + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", + "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.11.tgz", + "integrity": "sha512-VhDzCKN7K8ufStx/CLj5/PDTMgph+qwN5Pkd5i0sGnVwk56zJ0lkT8Qzi1xqWLS0Wp29DgDtNeS7v8/wMoZeHg==" + }, + "ignore": { + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.8.tgz", + "integrity": "sha512-pUh+xUQQhQzevjRHHFqqcTy0/dP/kS9I8HSrUydhihjuD09W6ldVWFtIrwhXdUJHis3i2rZNqEHpZH/cbinFbg==" + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=" + }, + "indexes-of": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", + "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" + }, + "indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ini": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" + }, + "inline-critical": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/inline-critical/-/inline-critical-4.0.4.tgz", + "integrity": "sha1-ZgzlAHYv7cDseOKqOV9TY+JQfms=", + "requires": { + "cave": "2.0.0", + "cheerio": "0.22.0", + "clean-css": "^4.1.5", + "css": "^2.2.3", + "detect-indent": "5.0.0", + "dom-serializer": "0.1.0", + "fg-loadcss": "^2.0.1", + "get-stdin": "^6.0.0", + "indent-string": "^3.2.0", + "lodash": "^4.17.10", + "meow": "^5.0.0", + "normalize-newline": "3.0.0", + "reaver": "2.0.0", + "resolve": "^1.7.1", + "slash": "^2.0.0", + "uglify-js": "^3.4.0" + }, + "dependencies": { + "cheerio": { + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", + "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=", + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash.assignin": "^4.0.9", + "lodash.bind": "^4.1.4", + "lodash.defaults": "^4.0.1", + "lodash.filter": "^4.4.0", + "lodash.flatten": "^4.2.0", + "lodash.foreach": "^4.3.0", + "lodash.map": "^4.4.0", + "lodash.merge": "^4.4.0", + "lodash.pick": "^4.2.1", + "lodash.reduce": "^4.4.0", + "lodash.reject": "^4.4.0", + "lodash.some": "^4.4.0" + } + }, + "get-stdin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", + "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==" + } + } + }, + "inquirer": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", + "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^2.0.4", + "figures": "^2.0.0", + "lodash": "^4.3.0", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rx-lite": "^4.0.8", + "rx-lite-aggregates": "^4.0.8", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + } + }, + "into-stream": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", + "integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=", + "requires": { + "from2": "^2.1.1", + "p-is-promise": "^1.1.0" + } + }, + "invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "requires": { + "loose-envify": "^1.0.0" + } + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" + }, + "is-absolute-url": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=" + }, + "is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "requires": { + "builtin-modules": "^1.0.0" + } + }, + "is-callable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz", + "integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=" + }, + "is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=" + }, + "is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "requires": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "dependencies": { + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + } + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "is-glob": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz", + "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-npm": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", + "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" + }, + "is-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz", + "integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=" + }, + "is-odd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-odd/-/is-odd-2.0.0.tgz", + "integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==", + "requires": { + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + } + }, + "is-path-cwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", + "dev": true + }, + "is-path-in-cwd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", + "dev": true, + "requires": { + "is-path-inside": "^1.0.0" + } + }, + "is-path-inside": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", + "dev": true, + "requires": { + "path-is-inside": "^1.0.1" + } + }, + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", + "dev": true + }, + "is-redirect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", + "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=" + }, + "is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "requires": { + "has": "^1.0.1" + } + }, + "is-resolvable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", + "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==", + "dev": true + }, + "is-retry-allowed": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "is-svg": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz", + "integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=", + "requires": { + "html-comment-regex": "^1.1.0" + } + }, + "is-symbol": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz", + "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-url": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", + "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==" + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "is-wsl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "isurl": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", + "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==", + "requires": { + "has-to-string-tag-x": "^1.2.0", + "is-object": "^1.0.1" + } + }, + "jest-docblock": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-21.2.0.tgz", + "integrity": "sha512-5IZ7sY9dBAYSV+YjQ0Ovb540Ku7AO9Z5o2Cg789xj167iQuZ2cG+z0f3Uct6WeYLbU6aQiM2pCs7sZ+4dotydw==", + "dev": true + }, + "js-base64": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz", + "integrity": "sha512-aUnNwqMOXw3yvErjMPSQu6qIIzUmT1e5KcU1OZxRDU1g/am6mzBvcrmLAYwzmB59BHPrh5/tKaiF4OPhqRWESQ==" + }, + "js-beautify": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.7.5.tgz", + "integrity": "sha512-9OhfAqGOrD7hoQBLJMTA+BKuKmoEtTJXzZ7WDF/9gvjtey1koVLuZqIY6c51aPDjbNdNtIXAkiWKVhziawE9Og==", + "requires": { + "config-chain": "~1.1.5", + "editorconfig": "^0.13.2", + "mkdirp": "~0.5.0", + "nopt": "~3.0.1" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=" + }, + "js-yaml": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.10.0.tgz", + "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "optional": true + }, + "jsesc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.1.tgz", + "integrity": "sha1-5CGiqOINawgZ3yiQj3glJrlt0f4=" + }, + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=" + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "requires": { + "minimist": "^1.2.0" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "jsx-ast-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz", + "integrity": "sha1-6AGxs5mF4g//yHtA43SAgOLcrH8=", + "dev": true, + "requires": { + "array-includes": "^3.0.3" + } + }, + "keyv": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz", + "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==", + "requires": { + "json-buffer": "3.0.0" + } + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" + }, + "latest-version": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-2.0.0.tgz", + "integrity": "sha1-VvjWE5YghHuAF/jx9NeOIRMkFos=", + "requires": { + "package-json": "^2.0.0" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", + "requires": { + "invert-kv": "^1.0.0" + } + }, + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "list.js": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/list.js/-/list.js-1.5.0.tgz", + "integrity": "sha1-pMv8goHd78Av2y0wyHSL+uJfvNo=", + "requires": { + "string-natural-compare": "^2.0.2" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "lodash": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + }, + "lodash.assignin": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", + "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI=" + }, + "lodash.bind": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", + "integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=" + }, + "lodash.clone": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clone/-/lodash.clone-4.5.0.tgz", + "integrity": "sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=" + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" + }, + "lodash.escaperegexp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", + "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=" + }, + "lodash.filter": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", + "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=" + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" + }, + "lodash.foreach": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", + "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=" + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" + }, + "lodash.last": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lodash.last/-/lodash.last-3.0.0.tgz", + "integrity": "sha1-JC9mMRLdTG5jcoxgo8kJ0b2tvUw=" + }, + "lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=" + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, + "lodash.merge": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", + "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==" + }, + "lodash.partialright": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lodash.partialright/-/lodash.partialright-4.2.1.tgz", + "integrity": "sha1-ATDYDoM2MmTUAHTzKbij56ihzEs=" + }, + "lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=" + }, + "lodash.reduce": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", + "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=" + }, + "lodash.reject": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", + "integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=" + }, + "lodash.result": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/lodash.result/-/lodash.result-4.5.2.tgz", + "integrity": "sha1-y0Wyf7kU6qjY7m8M57KHC4fLcKo=" + }, + "lodash.some": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", + "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=" + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" + }, + "loose-envify": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz", + "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=", + "requires": { + "js-tokens": "^3.0.0" + } + }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + } + }, + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" + }, + "lru-cache": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.2.tgz", + "integrity": "sha512-wgeVXhrDwAWnIF/yZARsFnMBtdFXOg1b8RIrhilp+0iDYN4mdQcNZElDZ0e4B64BhaxeQ5zN7PMyvu7we1kPeQ==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "magic-string": { + "version": "0.22.5", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz", + "integrity": "sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==", + "requires": { + "vlq": "^0.2.2" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "requires": { + "object-visit": "^1.0.0" + } + }, + "math-expression-evaluator": { + "version": "1.2.17", + "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz", + "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw=" + }, + "md5.js": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz", + "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "mdn-data": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-1.1.3.tgz", + "integrity": "sha512-h776Q5wL27jLGVL7bo3DHIR7idq/u34yazIOFjRzdu3pM3hWnLaum6QME/A9vhPEc6nd6NrQKGqgCvtFAvDhKQ==" + }, + "mem": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz", + "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "meow": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", + "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", + "requires": { + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0", + "yargs-parser": "^10.0.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=" + }, + "camelcase-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", + "requires": { + "camelcase": "^4.1.0", + "map-obj": "^2.0.0", + "quick-lru": "^1.0.0" + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + } + }, + "map-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", + "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=" + }, + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "requires": { + "pify": "^3.0.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "read-pkg-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^3.0.0" + } + }, + "redent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", + "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", + "requires": { + "indent-string": "^3.0.0", + "strip-indent": "^2.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" + }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=" + }, + "trim-newlines": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", + "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=" + }, + "yargs-parser": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.0.0.tgz", + "integrity": "sha512-+DHejWujTVYeMHLff8U96rLc4uE4Emncoftvn5AjhB1Jw1pWxLzgBUT/WYbPrHmy6YPEBTZQx5myHhVcuuu64g==", + "requires": { + "camelcase": "^4.1.0" + } + } + } + }, + "merge-source-map": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.0.4.tgz", + "integrity": "sha1-pd5GU42uhNQRTMXqArR3KmNGcB8=", + "requires": { + "source-map": "^0.5.6" + } + }, + "merge2": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.2.tgz", + "integrity": "sha512-bgM8twH86rWni21thii6WCMQMRMmwqqdW3sGWi9IipnVAszdLXRjwDwAnyrVXo6DuP3AjRMMttZKUB48QWIFGg==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + } + }, + "mime": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.3.1.tgz", + "integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==" + }, + "mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==" + }, + "mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "requires": { + "mime-db": "~1.33.0" + } + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" + }, + "mimic-response": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.0.tgz", + "integrity": "sha1-3z02Uqc/3ta5sLJBRub9BSNTRY4=" + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + }, + "minimist-options": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz", + "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", + "requires": { + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0" + } + }, + "mixin-deep": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", + "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + } + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "requires": { + "minimist": "0.0.8" + }, + "dependencies": { + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + } + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "nan": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz", + "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==" + }, + "nanomatch": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.9.tgz", + "integrity": "sha512-n8R9bS8yQ6eSXaV6jHUpKzD8gLsin02w1HSFiegwrs9E098Ylhw5jdyKPaYqvHknHaSCKTPp7C8dGCQ0q9koXA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-odd": "^2.0.0", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "nice-try": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz", + "integrity": "sha512-2NpiFHqC87y/zFke0fC0spBXL3bBsoh/p5H1EFhshxjCR5+0g2d6BiXbUFz9v1sAcxsk2htp2eQnNIci2dIYcA==" + }, + "node-fetch": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.1.2.tgz", + "integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=" + }, + "node-forge": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz", + "integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==" + }, + "node-libs-browser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz", + "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==", + "requires": { + "assert": "^1.1.1", + "browserify-zlib": "^0.2.0", + "buffer": "^4.3.0", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.11.0", + "domain-browser": "^1.1.1", + "events": "^1.0.0", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "0.0.0", + "process": "^0.11.10", + "punycode": "^1.2.4", + "querystring-es3": "^0.2.0", + "readable-stream": "^2.3.3", + "stream-browserify": "^2.0.1", + "stream-http": "^2.7.2", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.0", + "url": "^0.11.0", + "util": "^0.10.3", + "vm-browserify": "0.0.4" + } + }, + "node-status-codes": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz", + "integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8=" + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "requires": { + "abbrev": "1" + } + }, + "normalize-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-newline/-/normalize-newline-3.0.0.tgz", + "integrity": "sha1-HL6oBKukNgAfg5OKsh7AOdaa6dM=" + }, + "normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", + "requires": { + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=" + }, + "normalize-url": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz", + "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==", + "requires": { + "prepend-http": "^2.0.0", + "query-string": "^5.0.1", + "sort-keys": "^2.0.0" + }, + "dependencies": { + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" + } + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", + "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", + "requires": { + "boolbase": "~1.0.0" + } + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=" + }, + "object": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/object/-/object-0.1.1.tgz", + "integrity": "sha1-HgLO3orh81iqqHKtdUv2QNd6IsI=" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-hash": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.0.tgz", + "integrity": "sha512-05KzQ70lSeGSrZJQXE5wNDiTkBJDlUT/myi6RX9dVIvz7a7Qh4oH93BQdiPMn27nldYvVQCKMUaM83AfizZlsQ==" + }, + "object-inspect": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.4.1.tgz", + "integrity": "sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw==" + }, + "object-keys": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", + "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.getownpropertydescriptors": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "requires": { + "define-properties": "^1.1.2", + "es-abstract": "^1.5.1" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "requires": { + "isobject": "^3.0.1" + } + }, + "object.values": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.0.4.tgz", + "integrity": "sha1-5STaCbT2b/Bd9FdUbscqyZ8TBpo=", + "requires": { + "define-properties": "^1.1.2", + "es-abstract": "^1.6.1", + "function-bind": "^1.1.0", + "has": "^1.0.1" + } + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "opn": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", + "requires": { + "is-wsl": "^1.1.0" + } + }, + "optionator": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", + "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.4", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" + }, + "os-locale": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz", + "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", + "requires": { + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, + "oust": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/oust/-/oust-0.4.0.tgz", + "integrity": "sha1-T80YEo+jXLH4VFXml/vSeNiATpI=", + "requires": { + "cheerio": "^0.19.0", + "minimist": "^1.1.0" + }, + "dependencies": { + "cheerio": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.19.0.tgz", + "integrity": "sha1-dy5wFfLuKZZQltcepBdbdas1SSU=", + "requires": { + "css-select": "~1.0.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "~3.8.1", + "lodash": "^3.2.0" + } + }, + "css-select": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz", + "integrity": "sha1-sRIcpRhI3SZOIkTQWM7iVN7rRLA=", + "requires": { + "boolbase": "~1.0.0", + "css-what": "1.0", + "domutils": "1.4", + "nth-check": "~1.0.0" + } + }, + "css-what": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz", + "integrity": "sha1-18wt9FGAZm+Z0rFEYmOUaeAPc2w=" + }, + "domhandler": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", + "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz", + "integrity": "sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8=", + "requires": { + "domelementtype": "1" + } + }, + "htmlparser2": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=", + "requires": { + "domelementtype": "1", + "domhandler": "2.3", + "domutils": "1.5", + "entities": "1.0", + "readable-stream": "1.1" + }, + "dependencies": { + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "entities": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", + "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=" + } + } + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" + } + } + }, + "p-cancelable": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz", + "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-is-promise": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", + "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=" + }, + "p-limit": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz", + "integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==", + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-timeout": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", + "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==", + "requires": { + "p-finally": "^1.0.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" + }, + "package-json": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz", + "integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=", + "requires": { + "got": "^5.0.0", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" + }, + "dependencies": { + "got": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz", + "integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=", + "requires": { + "create-error-class": "^3.0.1", + "duplexer2": "^0.1.4", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "node-status-codes": "^1.0.0", + "object-assign": "^4.0.1", + "parse-json": "^2.1.0", + "pinkie-promise": "^2.0.0", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.5", + "timed-out": "^3.0.0", + "unzip-response": "^1.0.2", + "url-parse-lax": "^1.0.0" + } + } + } + }, + "pako": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz", + "integrity": "sha1-8/dSL073gjSNqBYbrZ7P1Rv4OnU=" + }, + "parcel-bundler": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/parcel-bundler/-/parcel-bundler-1.8.1.tgz", + "integrity": "sha512-QGLn4gjyFyDiNGa7DEfHxRmMXlWPiZApEzVdbnKYX5o3mIMCQl7Cwef9jTuz0vtPA8xCJ8ejgk8eN0zdBpEbzg==", + "requires": { + "babel-code-frame": "^6.26.0", + "babel-core": "^6.25.0", + "babel-generator": "^6.25.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", + "babel-plugin-transform-react-jsx": "^6.24.1", + "babel-preset-env": "^1.6.1", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.17.4", + "babylon-walk": "^1.0.2", + "browserslist": "^3.2.6", + "chalk": "^2.1.0", + "chokidar": "^2.0.3", + "command-exists": "^1.2.6", + "commander": "^2.11.0", + "cross-spawn": "^6.0.4", + "cssnano": "^3.10.0", + "deasync": "^0.1.12", + "dotenv": "^5.0.0", + "filesize": "^3.6.0", + "get-port": "^3.2.0", + "glob": "^7.1.2", + "grapheme-breaker": "^0.3.2", + "htmlnano": "^0.1.9", + "is-url": "^1.2.2", + "js-yaml": "^3.10.0", + "json5": "^1.0.1", + "micromatch": "^3.0.4", + "mkdirp": "^0.5.1", + "node-forge": "^0.7.1", + "node-libs-browser": "^2.0.0", + "opn": "^5.1.0", + "physical-cpu-count": "^2.0.0", + "postcss": "^6.0.19", + "postcss-value-parser": "^3.3.0", + "posthtml": "^0.11.2", + "posthtml-parser": "^0.4.0", + "posthtml-render": "^1.1.3", + "resolve": "^1.4.0", + "semver": "^5.4.1", + "serialize-to-js": "^1.1.1", + "serve-static": "^1.12.4", + "source-map": "0.6.1", + "strip-ansi": "^4.0.0", + "toml": "^2.3.3", + "tomlify-j0.4": "^3.0.0", + "uglify-es": "^3.2.1", + "v8-compile-cache": "^2.0.0", + "ws": "^5.1.1" + }, + "dependencies": { + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "uglify-es": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", + "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", + "requires": { + "commander": "~2.13.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "commander": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", + "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" + } + } + } + } + }, + "parse-asn1": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz", + "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==", + "requires": { + "asn1.js": "^4.0.0", + "browserify-aes": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse5": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", + "integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==", + "requires": { + "@types/node": "*" + } + }, + "parseurl": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", + "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + }, + "path-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz", + "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "path-parse": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", + "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=" + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pbkdf2": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.16.tgz", + "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=" + }, + "penthouse": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/penthouse/-/penthouse-1.5.0.tgz", + "integrity": "sha512-SisOX51Xm/0SVqwv+ViUA9on4U7/55VUTdAK9fFwYvKMVTULuKuIbuse/EtqWGq50SEjAEN6tQPbfRcKI+8dFA==", + "requires": { + "css-mediaquery": "^0.1.2", + "css-tree": "1.0.0-alpha.28", + "debug": "^3.1.0", + "jsesc": "^2.5.1", + "puppeteer": "1.4.0" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "physical-cpu-count": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz", + "integrity": "sha1-GN4vl+S/epVRrXURlCtUlverpmA=" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pkg-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", + "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", + "dev": true, + "requires": { + "find-up": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "^2.0.0" + } + } + } + }, + "plugin-error": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz", + "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==", + "requires": { + "ansi-colors": "^1.0.1", + "arr-diff": "^4.0.0", + "arr-union": "^3.1.0", + "extend-shallow": "^3.0.2" + } + }, + "pluralize": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", + "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==", + "dev": true + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + }, + "postcss": { + "version": "6.0.22", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.22.tgz", + "integrity": "sha512-Toc9lLoUASwGqxBSJGTVcOQiDqjK+Z2XlWBg+IgYwQMY9vA2f7iMpXVc1GpPcfTSyM5lkxNo0oDwDRO+wm7XHA==", + "requires": { + "chalk": "^2.4.1", + "source-map": "^0.6.1", + "supports-color": "^5.4.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "postcss-calc": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz", + "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=", + "requires": { + "postcss": "^5.0.2", + "postcss-message-helpers": "^2.0.0", + "reduce-css-calc": "^1.2.6" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-colormin": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.2.tgz", + "integrity": "sha1-ZjFBfV8OkJo9fsJrJMio0eT5bks=", + "requires": { + "colormin": "^1.0.5", + "postcss": "^5.0.13", + "postcss-value-parser": "^3.2.3" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-convert-values": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz", + "integrity": "sha1-u9hZPFwf0uPRwyK7kl3K6Nrk1i0=", + "requires": { + "postcss": "^5.0.11", + "postcss-value-parser": "^3.1.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-discard-comments": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz", + "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=", + "requires": { + "postcss": "^5.0.14" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-discard-duplicates": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz", + "integrity": "sha1-uavye4isGIFYpesSq8riAmO5GTI=", + "requires": { + "postcss": "^5.0.4" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-discard-empty": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz", + "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=", + "requires": { + "postcss": "^5.0.14" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-discard-overridden": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz", + "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=", + "requires": { + "postcss": "^5.0.16" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-discard-unused": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz", + "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=", + "requires": { + "postcss": "^5.0.14", + "uniqs": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-filter-plugins": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.3.tgz", + "integrity": "sha512-T53GVFsdinJhgwm7rg1BzbeBRomOg9y5MBVhGcsV0CxurUdVj1UlPdKtn7aqYA/c/QVkzKMjq2bSV5dKG5+AwQ==", + "requires": { + "postcss": "^5.0.4" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-image-inliner": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-image-inliner/-/postcss-image-inliner-2.0.0.tgz", + "integrity": "sha512-V5FsRFxsDH0EjB3U0MJpugXFqfzyr5uqXoAoYXhhxpuZXoz+S1GAfdNuhlbbQAwiZaoOOanD5jawxqn36/4MWg==", + "requires": { + "asset-resolver": "^1.0.0", + "bluebird": "^3.5.1", + "debug": "3.1.0", + "filesize": "^3.5.11", + "lodash.defaults": "4.2.0", + "lodash.escaperegexp": "4.1.2", + "lodash.isstring": "4.0.1", + "lodash.last": "3.0.0", + "lodash.map": "4.6.0", + "lodash.partialright": "4.2.1", + "lodash.reduce": "4.6.0", + "lodash.reject": "4.6.0", + "lodash.result": "4.5.2", + "mime": "2.0.3", + "object-hash": "^1.2.0", + "postcss": "^6.0.14", + "request": "^2.83.0", + "svgo": "^1.0.3", + "then-fs": "2.0.0" + }, + "dependencies": { + "mime": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.0.3.tgz", + "integrity": "sha512-TrpAd/vX3xaLPDgVRm6JkZwLR0KHfukMdU2wTEbqMDdCnY6Yo3mE+mjs9YE6oMNw2QRfXVeBEYpmpO94BIqiug==" + } + } + }, + "postcss-merge-idents": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz", + "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=", + "requires": { + "has": "^1.0.1", + "postcss": "^5.0.10", + "postcss-value-parser": "^3.1.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-merge-longhand": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz", + "integrity": "sha1-I9kM0Sewp3mUkVMyc5A0oaTz1lg=", + "requires": { + "postcss": "^5.0.4" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-merge-rules": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz", + "integrity": "sha1-0d9d+qexrMO+VT8OnhDofGG19yE=", + "requires": { + "browserslist": "^1.5.2", + "caniuse-api": "^1.5.2", + "postcss": "^5.0.4", + "postcss-selector-parser": "^2.2.2", + "vendors": "^1.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "browserslist": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz", + "integrity": "sha1-C9dnBCWL6CmyOYu1Dkti0aFmsLk=", + "requires": { + "caniuse-db": "^1.0.30000639", + "electron-to-chromium": "^1.2.7" + } + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-message-helpers": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", + "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=" + }, + "postcss-minify-font-values": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz", + "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=", + "requires": { + "object-assign": "^4.0.1", + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-minify-gradients": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz", + "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=", + "requires": { + "postcss": "^5.0.12", + "postcss-value-parser": "^3.3.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-minify-params": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz", + "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=", + "requires": { + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.2", + "postcss-value-parser": "^3.0.2", + "uniqs": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-minify-selectors": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz", + "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=", + "requires": { + "alphanum-sort": "^1.0.2", + "has": "^1.0.1", + "postcss": "^5.0.14", + "postcss-selector-parser": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-normalize-charset": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz", + "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=", + "requires": { + "postcss": "^5.0.5" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-normalize-url": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz", + "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=", + "requires": { + "is-absolute-url": "^2.0.0", + "normalize-url": "^1.4.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "normalize-url": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "query-string": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", + "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "requires": { + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "sort-keys": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-ordered-values": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz", + "integrity": "sha1-7sbCpntsQSqNsgQud/6NpD+VwR0=", + "requires": { + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-reduce-idents": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz", + "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=", + "requires": { + "postcss": "^5.0.4", + "postcss-value-parser": "^3.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-reduce-initial": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz", + "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=", + "requires": { + "postcss": "^5.0.4" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-reduce-transforms": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz", + "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=", + "requires": { + "has": "^1.0.1", + "postcss": "^5.0.8", + "postcss-value-parser": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-selector-parser": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", + "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", + "requires": { + "flatten": "^1.0.2", + "indexes-of": "^1.0.1", + "uniq": "^1.0.1" + } + }, + "postcss-svgo": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz", + "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=", + "requires": { + "is-svg": "^2.0.0", + "postcss": "^5.0.14", + "postcss-value-parser": "^3.2.3", + "svgo": "^0.7.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "coa": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz", + "integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=", + "requires": { + "q": "^1.1.2" + } + }, + "csso": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz", + "integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=", + "requires": { + "clap": "^1.0.9", + "source-map": "^0.5.3" + } + }, + "esprima": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", + "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=" + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "js-yaml": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz", + "integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=", + "requires": { + "argparse": "^1.0.7", + "esprima": "^2.6.0" + } + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + }, + "svgo": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz", + "integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=", + "requires": { + "coa": "~1.0.1", + "colors": "~1.1.2", + "csso": "~2.3.1", + "js-yaml": "~3.7.0", + "mkdirp": "~0.5.1", + "sax": "~1.2.1", + "whet.extend": "~0.9.9" + } + } + } + }, + "postcss-unique-selectors": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz", + "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=", + "requires": { + "alphanum-sort": "^1.0.1", + "postcss": "^5.0.4", + "uniqs": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "postcss-value-parser": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz", + "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=" + }, + "postcss-zindex": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz", + "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=", + "requires": { + "has": "^1.0.1", + "postcss": "^5.0.4", + "uniqs": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "dependencies": { + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" + }, + "postcss": { + "version": "5.2.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", + "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", + "requires": { + "chalk": "^1.1.3", + "js-base64": "^2.1.9", + "source-map": "^0.5.6", + "supports-color": "^3.2.3" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", + "requires": { + "has-flag": "^1.0.0" + } + } + } + }, + "posthtml": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.11.3.tgz", + "integrity": "sha512-quMHnDckt2DQ9lRi6bYLnuyBDnVzK+McHa8+ar4kTdYbWEo/92hREOu3h70ZirudOOp/my2b3r0m5YtxY52yrA==", + "requires": { + "object-assign": "^4.1.1", + "posthtml-parser": "^0.3.3", + "posthtml-render": "^1.1.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + }, + "posthtml-parser": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.3.3.tgz", + "integrity": "sha512-H/Z/yXGwl49A7hYQLV1iQ3h87NE0aZ/PMZhFwhw3lKeCAN+Ti4idrHvVvh4/GX10I7u77aQw+QB4vV5/Lzvv5A==", + "requires": { + "htmlparser2": "^3.9.2", + "isobject": "^2.1.0", + "object-assign": "^4.1.1" + } + } + } + }, + "posthtml-parser": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.4.1.tgz", + "integrity": "sha512-h7vXIQ21Ikz2w5wPClPakNP6mJeJCK6BT0GpqnQrNNABdR7/TchNlFyryL1Bz6Ww53YWCKkr6tdZuHlxY1AVdQ==", + "requires": { + "htmlparser2": "^3.9.2", + "object-assign": "^4.1.1" + } + }, + "posthtml-render": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.1.4.tgz", + "integrity": "sha512-jL6eFIzoN3xUEvbo33OAkSDE2VIKU4JQ1wENOows1DpfnrdapR/K3Q1/fB43Mq7wQlcSgRm23nFrvoioufM7eA==" + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + }, + "prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" + }, + "prettier": { + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.13.7.tgz", + "integrity": "sha512-KIU72UmYPGk4MujZGYMFwinB7lOf2LsDNGSOC8ufevsrPLISrZbNJlWstRi3m0AMuszbH+EFSQ/r6w56RSPK6w==", + "dev": true + }, + "private": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" + }, + "progress": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.0.tgz", + "integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=" + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "requires": { + "asap": "~2.0.3" + } + }, + "proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=" + }, + "proxy-from-env": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", + "integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=" + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, + "public-encrypt": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz", + "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "puppeteer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.4.0.tgz", + "integrity": "sha512-WDnC1FSHTedvRSS8BZB73tPAx2svUCWFdcxVjrybw8pbKOAB1v5S/pW0EamkqQoL1mXiBc+v8lyYjhhzMHIk1Q==", + "requires": { + "debug": "^3.1.0", + "extract-zip": "^1.6.5", + "https-proxy-agent": "^2.1.0", + "mime": "^2.0.3", + "progress": "^2.0.0", + "proxy-from-env": "^1.0.0", + "rimraf": "^2.6.1", + "ws": "^3.0.0" + }, + "dependencies": { + "ws": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", + "requires": { + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" + } + } + } + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "query-string": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", + "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", + "requires": { + "decode-uri-component": "^0.2.0", + "object-assign": "^4.1.0", + "strict-uri-encode": "^1.0.0" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + }, + "quick-lru": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz", + "integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=" + }, + "quote-stream": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/quote-stream/-/quote-stream-1.0.2.tgz", + "integrity": "sha1-hJY/jJwmuULhU/7rU6rnRlK34LI=", + "requires": { + "buffer-equal": "0.0.1", + "minimist": "^1.1.3", + "through2": "^2.0.0" + } + }, + "randombytes": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz", + "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + } + }, + "read-all-stream": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz", + "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", + "requires": { + "pinkie-promise": "^2.0.0", + "readable-stream": "^2.0.0" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + } + } + }, + "readable-stream": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.5.tgz", + "integrity": "sha512-tK0yDhrkygt/knjowCUiWP9YdV7c5R+8cR0r/kt9ZhBU906Fs6RpQJCEilamRJj1Nx2rWI6LkW9gKqjTkshhEw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.0.3", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", + "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", + "requires": { + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "readable-stream": "^2.0.2", + "set-immediate-shim": "^1.0.1" + } + }, + "reaver": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/reaver/-/reaver-2.0.0.tgz", + "integrity": "sha1-epBv61vBvNCFZ/wjUV807LEnQQY=", + "requires": { + "minimist": "^1.1.0" + } + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + }, + "dependencies": { + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "requires": { + "repeating": "^2.0.0" + } + } + } + }, + "reduce-css-calc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz", + "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=", + "requires": { + "balanced-match": "^0.4.2", + "math-expression-evaluator": "^1.2.14", + "reduce-function-call": "^1.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", + "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" + } + } + }, + "reduce-function-call": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz", + "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=", + "requires": { + "balanced-match": "^0.4.2" + }, + "dependencies": { + "balanced-match": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", + "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" + } + } + }, + "regenerate": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", + "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==" + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + }, + "regenerator-transform": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz", + "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", + "requires": { + "babel-runtime": "^6.18.0", + "babel-types": "^6.19.0", + "private": "^0.1.6" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + } + }, + "regexpp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz", + "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==", + "dev": true + }, + "regexpu-core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz", + "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", + "requires": { + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" + } + }, + "registry-auth-token": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz", + "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==", + "requires": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", + "requires": { + "rc": "^1.0.1" + } + }, + "regjsgen": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", + "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=" + }, + "regjsparser": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", + "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" + } + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + }, + "repeat-element": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "requires": { + "is-finite": "^1.0.0" + } + }, + "replace-ext": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" + }, + "request": { + "version": "2.87.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.87.0.tgz", + "integrity": "sha512-fcogkm7Az5bsS6Sl0sibkbhcKsnyon/jV1kF3ajGmF0c8HrttdKTPRT9hieOaQHA5HEq6r8OyWOo/o781C1tNw==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.6.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.1", + "forever-agent": "~0.6.1", + "form-data": "~2.3.1", + "har-validator": "~5.0.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.17", + "oauth-sign": "~0.8.2", + "performance-now": "^2.1.0", + "qs": "~6.5.1", + "safe-buffer": "^5.1.1", + "tough-cookie": "~2.3.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.1.0" + }, + "dependencies": { + "uuid": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz", + "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==" + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "require-uncached": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", + "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", + "dev": true, + "requires": { + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" + } + }, + "resolve": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", + "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", + "requires": { + "path-parse": "^1.0.5" + } + }, + "resolve-from": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", + "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", + "dev": true + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + }, + "responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "requires": { + "lowercase-keys": "^1.0.0" + } + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "rimraf": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", + "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", + "requires": { + "glob": "^7.0.5" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-async": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", + "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", + "dev": true, + "requires": { + "is-promise": "^2.1.0" + } + }, + "rx-lite": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", + "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", + "dev": true + }, + "rx-lite-aggregates": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", + "dev": true, + "requires": { + "rx-lite": "*" + } + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "requires": { + "ret": "~0.1.10" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "safer-eval": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/safer-eval/-/safer-eval-1.2.3.tgz", + "integrity": "sha512-nDwXOhiheoaBT6op02n8wzsshjLXHhh4YAeqsDEoVmy1k2+lGv/ENLsGaWqkaKArUkUx48VO12/ZPa3sI/OEqQ==", + "requires": { + "clones": "^1.1.0" + } + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "semver": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", + "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==" + }, + "semver-diff": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", + "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", + "requires": { + "semver": "^5.0.3" + } + }, + "send": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "~2.3.0", + "range-parser": "~1.2.0", + "statuses": "~1.4.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" + } + } + }, + "serialize-to-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/serialize-to-js/-/serialize-to-js-1.2.1.tgz", + "integrity": "sha512-TK6d30GNkOLeFDPuP6Jfy1Q1V31GxzppYTt2lzr8KWmIUKomFj+260QP5o4AhHLu0pr6urgyS8i/Z1PqurjBoA==", + "requires": { + "js-beautify": "^1.7.5", + "safer-eval": "^1.2.3" + } + }, + "serve-static": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.2", + "send": "0.16.2" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=" + }, + "set-value": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", + "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-copy": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz", + "integrity": "sha1-QV9CcC1z2BAzApLMXuhurhoRoXA=" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "showdown": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/showdown/-/showdown-1.8.6.tgz", + "integrity": "sha1-kepO47elRIqspoIKTifmkMatdxw=", + "requires": { + "yargs": "^10.0.3" + } + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=" + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" + }, + "sitemap": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-1.13.0.tgz", + "integrity": "sha1-Vpy+IYAgKSamKiZs094Jyc60P4M=", + "requires": { + "underscore": "^1.7.0", + "url-join": "^1.1.0" + } + }, + "slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==" + }, + "slice-ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz", + "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0" + } + }, + "slide": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=" + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + } + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "requires": { + "kind-of": "^6.0.0" + } + }, + "is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "requires": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "sort-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz", + "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=", + "requires": { + "is-plain-obj": "^1.0.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "source-map-resolve": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", + "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", + "requires": { + "atob": "^2.1.1", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-support": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "requires": { + "source-map": "^0.5.6" + } + }, + "source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + }, + "spdx-correct": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", + "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", + "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==" + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz", + "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==" + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "static-eval": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.0.tgz", + "integrity": "sha512-6flshd3F1Gwm+Ksxq463LtFd1liC77N/PX1FVVc3OzL3hAmo2fwHFbuArkcfi7s9rTNsLEhcRmXGFZhlgy40uw==", + "requires": { + "escodegen": "^1.8.1" + } + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "dependencies": { + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "requires": { + "is-descriptor": "^0.1.0" + } + } + } + }, + "static-module": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/static-module/-/static-module-2.2.5.tgz", + "integrity": "sha512-D8vv82E/Kpmz3TXHKG8PPsCPg+RAX6cbCOyvjM6x04qZtQ47EtJFVwRsdov3n5d6/6ynrOY9XB4JkaZwB2xoRQ==", + "requires": { + "concat-stream": "~1.6.0", + "convert-source-map": "^1.5.1", + "duplexer2": "~0.1.4", + "escodegen": "~1.9.0", + "falafel": "^2.1.0", + "has": "^1.0.1", + "magic-string": "^0.22.4", + "merge-source-map": "1.0.4", + "object-inspect": "~1.4.0", + "quote-stream": "~1.0.2", + "readable-stream": "~2.3.3", + "shallow-copy": "~0.0.1", + "static-eval": "^2.0.0", + "through2": "~2.0.3" + } + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" + }, + "stream-browserify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", + "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", + "requires": { + "inherits": "~2.0.1", + "readable-stream": "^2.0.2" + } + }, + "stream-http": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.2.tgz", + "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.3.6", + "to-arraybuffer": "^1.0.0", + "xtend": "^4.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "strict-uri-encode": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" + }, + "string-natural-compare": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-2.0.2.tgz", + "integrity": "sha1-xc5OJ4q10SZa5vxVQ1rre3b8sAE=" + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "requires": { + "get-stdin": "^4.0.1" + }, + "dependencies": { + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=" + } + } + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + }, + "supports-color": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz", + "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "svgo": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.0.5.tgz", + "integrity": "sha512-nYrifviB77aNKDNKKyuay3M9aYiK6Hv5gJVDdjj2ZXTQmI8WZc8+UPLR5IpVlktJfSu3co/4XcWgrgI6seGBPg==", + "requires": { + "coa": "~2.0.1", + "colors": "~1.1.2", + "css-select": "~1.3.0-rc0", + "css-select-base-adapter": "~0.1.0", + "css-tree": "1.0.0-alpha25", + "css-url-regex": "^1.1.0", + "csso": "^3.5.0", + "js-yaml": "~3.10.0", + "mkdirp": "~0.5.1", + "object.values": "^1.0.4", + "sax": "~1.2.4", + "stable": "~0.1.6", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "dependencies": { + "css-select": { + "version": "1.3.0-rc0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.3.0-rc0.tgz", + "integrity": "sha1-b5MZaqrnN2ZuoQNqjLFKj8t6kjE=", + "requires": { + "boolbase": "^1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "^1.0.1" + } + }, + "css-tree": { + "version": "1.0.0-alpha25", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha25.tgz", + "integrity": "sha512-XC6xLW/JqIGirnZuUWHXCHRaAjje2b3OIB0Vj5RIJo6mIi/AdJo30quQl5LxUl0gkXDIrTrFGbMlcZjyFplz1A==", + "requires": { + "mdn-data": "^1.0.0", + "source-map": "^0.5.3" + } + } + } + }, + "table": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz", + "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==", + "dev": true, + "requires": { + "ajv": "^5.2.3", + "ajv-keywords": "^2.1.0", + "chalk": "^2.1.0", + "lodash": "^4.17.4", + "slice-ansi": "1.0.0", + "string-width": "^2.1.1" + } + }, + "temp-dir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz", + "integrity": "sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=" + }, + "tempy": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.2.1.tgz", + "integrity": "sha512-LB83o9bfZGrntdqPuRdanIVCPReam9SOZKW0fOy5I9X3A854GGWi0tjCqoXEk84XIEYBc/x9Hq3EFop/H5wJaw==", + "requires": { + "temp-dir": "^1.0.0", + "unique-string": "^1.0.0" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "then-fs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/then-fs/-/then-fs-2.0.0.tgz", + "integrity": "sha1-cveS3Z0xcFqRrhnr/Piz+WjIHaI=", + "requires": { + "promise": ">=3.2 <8" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "through2": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", + "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "requires": { + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" + } + }, + "timed-out": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-3.1.3.tgz", + "integrity": "sha1-lYYL/MXHbCd/j4Mm/Q9bLiDrohc=" + }, + "timers-browserify": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz", + "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "tiny-inflate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.2.tgz", + "integrity": "sha1-k9nez/yIBb1X6uQxDwt0Xptvs6c=" + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "to-arraybuffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "toml": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/toml/-/toml-2.3.3.tgz", + "integrity": "sha512-O7L5hhSQHxuufWUdcTRPfuTh3phKfAZ/dqfxZFoxPCj2RYmpaSGLEIs016FCXItQwNr08yefUB5TSjzRYnajTA==" + }, + "tomlify-j0.4": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tomlify-j0.4/-/tomlify-j0.4-3.0.0.tgz", + "integrity": "sha512-2Ulkc8T7mXJ2l0W476YC/A209PR38Nw8PuaCNtk9uI3t1zzFdGQeWYGQvmj2PZkVvRC/Yoi4xQKMRnWc/N29tQ==" + }, + "tough-cookie": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", + "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "requires": { + "punycode": "^1.4.1" + } + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=" + }, + "trim-right": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", + "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=" + }, + "tty-browserify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "optional": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "requires": { + "prelude-ls": "~1.1.2" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + }, + "uglify-js": { + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.5.tgz", + "integrity": "sha512-Fm52gLqJqFBnT+Sn411NPDnsgaWiYeRLw42x7Va/mS8TKgaepwoGY7JLXHSEef3d3PmdFXSz1Zx7KMLL89E2QA==", + "requires": { + "commander": "~2.16.0", + "source-map": "~0.6.1" + }, + "dependencies": { + "commander": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz", + "integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "ultron": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", + "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" + }, + "underscore": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", + "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + }, + "unicode-trie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz", + "integrity": "sha1-1nHd3YkQGgi6w3tqUWEBBgIFIIU=", + "requires": { + "pako": "^0.2.5", + "tiny-inflate": "^1.0.0" + } + }, + "union-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", + "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^0.4.3" + }, + "dependencies": { + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + }, + "set-value": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz", + "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.1", + "to-object-path": "^0.3.0" + } + } + } + }, + "uniq": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", + "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" + }, + "uniqs": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", + "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" + }, + "unique-string": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", + "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", + "requires": { + "crypto-random-string": "^1.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + } + } + }, + "unzip-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz", + "integrity": "sha1-uYTwh3/AqJwsdzzB73tbIytbBv4=" + }, + "upath": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz", + "integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==" + }, + "update-notifier": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-0.7.0.tgz", + "integrity": "sha1-FDxFMzg9CJCO9wVGIGOV/htauwY=", + "requires": { + "ansi-align": "^1.0.0", + "boxen": "^0.5.1", + "chalk": "^1.0.0", + "configstore": "^2.0.0", + "is-npm": "^1.0.0", + "latest-version": "^2.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + } + } + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", + "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + } + } + }, + "url-join": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-1.1.0.tgz", + "integrity": "sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=" + }, + "url-parse-lax": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", + "requires": { + "prepend-http": "^1.0.1" + } + }, + "url-to-options": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz", + "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=" + }, + "use": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz", + "integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==", + "requires": { + "kind-of": "^6.0.2" + } + }, + "util": { + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", + "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "requires": { + "inherits": "2.0.1" + }, + "dependencies": { + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "requires": { + "define-properties": "^1.1.2", + "object.getownpropertydescriptors": "^2.0.3" + } + }, + "uuid": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz", + "integrity": "sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=" + }, + "v8-compile-cache": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.0.tgz", + "integrity": "sha512-qNdTUMaCjPs4eEnM3W9H94R3sU70YCuT+/ST7nUf+id1bVOrdjrpUaeZLqPBPRph3hsgn4a4BvwpxhHZx+oSDg==" + }, + "validate-npm-package-license": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.3.tgz", + "integrity": "sha512-63ZOUnL4SIXj4L0NixR3L1lcjO38crAbgrTpl28t8jjrfuiOBL5Iygm+60qPs/KsZGzPNg6Smnc/oY16QTjF0g==", + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "vendors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.2.tgz", + "integrity": "sha512-w/hry/368nO21AN9QljsaIhb9ZiZtZARoVH5f3CsFbawdLdayCgKRPup7CggujvySMxx0I91NOyxdVENohprLQ==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vinyl": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", + "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", + "requires": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + } + }, + "vlq": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz", + "integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + }, + "vm-browserify": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz", + "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=", + "requires": { + "indexof": "0.0.1" + } + }, + "whet.extend": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz", + "integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=" + }, + "which": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", + "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "widest-line": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz", + "integrity": "sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw=", + "requires": { + "string-width": "^1.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "write": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", + "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", + "dev": true, + "requires": { + "mkdirp": "^0.5.1" + } + }, + "write-file-atomic": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz", + "integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=", + "requires": { + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "slide": "^1.1.5" + } + }, + "ws": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.0.tgz", + "integrity": "sha512-c18dMeW+PEQdDFzkhDsnBAlS4Z8KGStBQQUcQ5mf7Nf689jyGk0594L+i9RaQuf4gog6SvWLJorz2NfSaqxZ7w==", + "requires": { + "async-limiter": "~1.0.0" + } + }, + "xdg-basedir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-2.0.0.tgz", + "integrity": "sha1-7byQPMOF/ARSPZZqM1UEtVBNG9I=", + "requires": { + "os-homedir": "^1.0.0" + } + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + }, + "yargs": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz", + "integrity": "sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==", + "requires": { + "cliui": "^4.0.0", + "decamelize": "^1.1.1", + "find-up": "^2.1.0", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^8.1.0" + } + }, + "yargs-parser": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-8.1.0.tgz", + "integrity": "sha512-yP+6QqN8BmrgW2ggLtTbdrOyBNSI7zBa4IykmiV5R1wl1JWNxQvWhMfMdmzIYtKU7oP3OOInY/tl2ov3BDjnJQ==", + "requires": { + "camelcase": "^4.1.0" + }, + "dependencies": { + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=" + } + } + }, + "yauzl": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", + "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", + "requires": { + "fd-slicer": "~1.0.1" + } + } + } +} diff --git a/package.json b/package.json index aed2301..b63adcf 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "awesome-docker-website", "version": "1.0.0", "description": "A curated list of Docker resources and projects Inspired by @sindresorhus and improved by amazing contributors", - "main": "index.js", + "main": "build.js", "scripts": { - "build": "node buildTable.js && rimraf ./dist/ && node build.js" + "build": "rimraf ./dist/ && node build.js" }, "repository": { "type": "git", @@ -17,26 +17,26 @@ }, "homepage": "https://github.com/veggiemonk/awesome-docker#readme", "dependencies": { - "cheerio": "^1.0.0-rc.2", - "critical": "^1.3.3", - "dayjs": "^1.6.6", - "draftlog": "^1.0.12", - "jsdom": "^11.11.0", - "list.js": "^1.5.0", - "node-fetch": "^2.1.2", - "parcel-bundler": "^1.8.1", - "rimraf": "^2.6.2", - "showdown": "^1.8.6", - "sitemap": "^1.13.0" + "cheerio": "1.0.0-rc.2", + "critical": "1.3.3", + "dayjs": "1.6.6", + "draftlog": "1.0.12", + "fs-extra": "7.0.0", + "list.js": "1.5.0", + "node-fetch": "2.1.2", + "parcel-bundler": "1.8.1", + "rimraf": "2.6.2", + "showdown": "1.8.6", + "sitemap": "1.13.0" }, "devDependencies": { - "babel-eslint": "^8.2.3", - "eslint": "^4.19.1", - "eslint-config-airbnb-base": "^12.1.0", - "eslint-config-prettier": "^2.9.0", - "eslint-plugin-import": "^2.12.0", - "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-prettier": "^2.6.0", - "prettier": "^1.13.5" + "babel-eslint": "8.2.6", + "eslint": "4.19.1", + "eslint-config-airbnb-base": "12.1.0", + "eslint-config-prettier": "2.9.0", + "eslint-plugin-import": "2.13.0", + "eslint-plugin-jsx-a11y": "6.1.1", + "eslint-plugin-prettier": "2.6.2", + "prettier": "1.13.7" } } diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..f559fa2 --- /dev/null +++ b/push.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash + +# Exit immediately if a command returns a non-zero status. +set -e + +# Set git credentials +git config --global user.email "info@veggiemonk.ovh" +git config --global user.name "veggiemonk-bot" + +# let git know where to apply the changes +git checkout master + +echo "Adding data files" +git add data/* + +echo "Checking the number of files staged" +files=$(git diff --cached --numstat | wc -l | tr -d '[:space:]'); +[[ $files -eq 0 ]] && echo "nothing to push, exiting..." && exit + +echo "Commiting files" +git commit -m "Automated update repository metadata [skip ci]" + +echo "Pushing changes" +git push https://$GITHUB_USER:$GITHUB_TOKEN@github.com/veggiemonk/awesome-docker master >/dev/null 2>&1 + +echo "Done." diff --git a/website/index.js b/website/index.js index 443a53e..7614828 100644 --- a/website/index.js +++ b/website/index.js @@ -6,7 +6,7 @@ const main = () => { 'name', 'description', 'homepage', - 'star', + { name: 'star', attr: 'data-stars' }, { name: 'updated', attr: 'data-timestamp' }, 'language', 'license', diff --git a/website/table.tmpl.html b/website/table.tmpl.html index 7d61b21..984055a 100644 --- a/website/table.tmpl.html +++ b/website/table.tmpl.html @@ -13,7 +13,7 @@